libsbp
v2.4.7
|
#include <navigation.h>
Data Fields | |
u16 | wn |
GPS week number [weeks]. More... | |
u32 | tow |
GPS time of week rounded to the nearest millisecond [ms]. More... | |
s32 | ns_residual |
Nanosecond residual of millisecond-rounded TOW (ranges from -500000 to 500000) [ns]. More... | |
u8 | flags |
Status flags (reserved) More... | |
Definition at line 406 of file navigation.h.
u8 flags |
Status flags (reserved)
Definition at line 412 of file navigation.h.
s32 ns_residual |
Nanosecond residual of millisecond-rounded TOW (ranges from -500000 to 500000) [ns].
Definition at line 409 of file navigation.h.
u32 tow |
GPS time of week rounded to the nearest millisecond [ms].
Definition at line 408 of file navigation.h.
u16 wn |
GPS week number [weeks].
Definition at line 407 of file navigation.h.