![]() |
0.5.0
|
Flags for valid GPS TOW, week number and UTC and current leap seconds. More...
Data Fields | |
| int8_t | leapSeconds |
| Amount of leap seconds. | |
| TimeStatus | status |
Flags for valid GPS TOW, week number and UTC and current leap seconds.
Definition at line 116 of file VectorNavTypes.hpp.
| int8_t NAV::vendor::vectornav::TimeInfo::leapSeconds |
Amount of leap seconds.
Definition at line 129 of file VectorNavTypes.hpp.
| TimeStatus NAV::vendor::vectornav::TimeInfo::status |
Fields: timeOk | dateOk | utcTimeValid | resv | resv | resv | resv | resv Bit Offset: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7
| Name | Description |
|---|---|
| timeOk | 1 - GpsTow is valid. |
| dateOk | 1 - TimeGps and GpsWeek are valid. |
| utcTimeValid | 1 - UTC time is valid. |
| resv | Reserved for future use. |
Definition at line 127 of file VectorNavTypes.hpp.