|
libsbp
v2.4.7
|
#include <navigation.h>
Data Fields | |
| u8 | flags |
| Indicates source and time validity. More... | |
| u32 | tow |
| GPS time of week rounded to the nearest millisecond [ms]. More... | |
| u16 | year |
| Year [year]. More... | |
| u8 | month |
| Month (range 1 . More... | |
| u8 | day |
| days in the month (range 1-31) [day] More... | |
| u8 | hours |
| hours of day (range 0-23) [hours] More... | |
| u8 | minutes |
| minutes of hour (range 0-59) [minutes] More... | |
| u8 | seconds |
| seconds of minute (range 0-60) rounded down [seconds] More... | |
| u32 | ns |
| nanoseconds of second (range 0-999999999) [nanoseconds] More... | |
Definition at line 81 of file navigation.h.
| u8 day |
days in the month (range 1-31) [day]
Definition at line 86 of file navigation.h.
| u8 flags |
Indicates source and time validity.
Definition at line 82 of file navigation.h.
| u8 hours |
hours of day (range 0-23) [hours]
Definition at line 87 of file navigation.h.
| u8 minutes |
minutes of hour (range 0-59) [minutes]
Definition at line 88 of file navigation.h.
| u8 month |
| u32 ns |
nanoseconds of second (range 0-999999999) [nanoseconds]
Definition at line 90 of file navigation.h.
| u8 seconds |
seconds of minute (range 0-60) rounded down [seconds]
Definition at line 89 of file navigation.h.
| u32 tow |
GPS time of week rounded to the nearest millisecond [ms].
Definition at line 83 of file navigation.h.
| u16 year |
Year [year].
Definition at line 84 of file navigation.h.