Skip to content

Commit

Permalink
[IOTE-2][IOTE-326] Add local timestamp week rollover flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jakalm committed Mar 15, 2024
1 parent 0a3878f commit 1a604cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c/include/libsbp/system/MSG_GNSS_TIME_OFFSET.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ typedef struct {
s16 microseconds;

/**
* Status flags (reserved)
* Status flags
*/
u8 flags;
} sbp_msg_gnss_time_offset_t;
Expand Down
10 changes: 9 additions & 1 deletion spec/yaml/swiftnav/sbp/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,15 @@ definitions:
desc: Microseconds portion of the time offset
- flags:
type: u8
desc: Status flags (reserved)
desc: Status flags
fields:
- 1-7:
desc: Reserved, set to zero
- 0:
desc: Aligned with local timestamp week rollover
values:
- 0: Not affected by local timestamp week rollover
- 1: Week number incremented on local timestamp week rollover

- MSG_PPS_TIME:
id: 0xFF08
Expand Down

0 comments on commit 1a604cd

Please sign in to comment.