#include <novatel.h>
Definition at line 490 of file novatel.h.
Data Fields | |
NOVATELOEM4_enumClockStatus | clock_status |
Clock model status. | |
double | receiver_clock_offset |
Receiver clock offset, in seconds from GPS time. A positive offset implies that the receiver clock is ahead of GPS time. To derive GPS time, use the following formula: GPS time = receiver time - offset. | |
double | receiver_clock_offset_std |
Receiver clock offset standard deviation [s]. | |
double | utc_offset |
The offset of GPS time from UTC time [s], computed using almanac parameters. UTC time is GPS time plus the current UTC offset plus the receiver clock offset: UTC time = GPS time + offset + UTC offset. | |
unsigned int | utc_year |
UTC year. | |
unsigned char | utc_month |
UTC month [0-12]. 0 means UTC time is unknown. | |
unsigned char | utc_day |
UTC day [0-31]. 0 means UTC time is unknown. | |
unsigned char | utc_hour |
UTC hour [0-23]. | |
unsigned char | utc_minute |
UTC minute [0-59]. | |
unsigned | utc_milliseconds |
UTC milliseconds [0-60999]. Max of 60999 when leap second is applied. | |
BOOL | isUTCValid |
A boolean to indicate if the UTC time is valid. |
unsigned int NOVATELOEM4_structTime::utc_year |
unsigned char NOVATELOEM4_structTime::utc_month |
unsigned char NOVATELOEM4_structTime::utc_day |
unsigned char NOVATELOEM4_structTime::utc_hour |
unsigned char NOVATELOEM4_structTime::utc_minute |