Skip to content

Commit 202f4d0

Browse files
committed
AP_GPS: document Swift SBRE log message
1 parent 252ee8f commit 202f4d0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

libraries/AP_GPS/LogStructure_SBP.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ struct PACKED log_SbpHealth {
2222
uint32_t last_iar_num_hypotheses;
2323
};
2424

25+
// @LoggerMessage: SBRE
26+
// @Description: Swift Time Data
27+
// @Field: TimeUS: Time since system startup
28+
// @Field: GWk: GPS week number
29+
// @Field: GMS: Milliseconds through GPS week
30+
// @Field: ns_residual: residual of milliseconds rounding in ns
31+
// @Field: level: GPIO pin levels
32+
// @Field: quality: time quality
33+
2534
struct PACKED log_SbpEvent {
2635
LOG_PACKET_HEADER;
2736
uint64_t time_us;

0 commit comments

Comments
 (0)