|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
UBX_MSG_ID_NAV_TIMEGPS More...
#include <protocol.h>
Data Fields | |
| uint32_t | itow |
| GPS time of week of the navigation epoch. | |
| int32_t | ftow |
| Fractional part of iTOW (range: +/-500000) | |
| uint16_t | week |
| GPS week number of the navigation epoch. | |
| int8_t | leap_s |
| GPS leap seconds (GPS-UTC) | |
| uint8_t | valid |
| Validity Flags. | |
| uint32_t | t_acc |
| Time Accuracy Estimate. | |
| int32_t ubx_msg_nav_timegps::ftow |
Fractional part of iTOW (range: +/-500000)
| uint32_t ubx_msg_nav_timegps::itow |
GPS time of week of the navigation epoch.
| int8_t ubx_msg_nav_timegps::leap_s |
GPS leap seconds (GPS-UTC)
| uint32_t ubx_msg_nav_timegps::t_acc |
Time Accuracy Estimate.
| uint8_t ubx_msg_nav_timegps::valid |
Validity Flags.
| uint16_t ubx_msg_nav_timegps::week |
GPS week number of the navigation epoch.