|
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 65 of file navigation.h.
| u8 flags |
Status flags (reserved)
Definition at line 71 of file navigation.h.
| s32 ns_residual |
Nanosecond residual of millisecond-rounded TOW (ranges from -500000 to 500000) [ns].
Definition at line 68 of file navigation.h.
| u32 tow |
GPS time of week rounded to the nearest millisecond [ms].
Definition at line 67 of file navigation.h.
| u16 wn |
GPS week number [weeks].
Definition at line 66 of file navigation.h.