sbgECom
1.11.920-stable
|
#include <sbgEComBinaryLogUtc.h>
Data Fields | |
uint32_t | timeStamp |
uint16_t | status |
uint16_t | year |
int8_t | month |
int8_t | day |
int8_t | hour |
int8_t | minute |
int8_t | second |
int32_t | nanoSecond |
uint32_t | gpsTimeOfWeek |
Structure that stores data for the SBG_ECOM_LOG_UTC_TIME message.
uint32_t _SbgLogUtcData::timeStamp |
Time in us since the sensor power up.
uint16_t _SbgLogUtcData::status |
UTC time and clock status information
uint16_t _SbgLogUtcData::year |
Year for example: 2013.
int8_t _SbgLogUtcData::month |
Month in year [1 .. 12].
int8_t _SbgLogUtcData::day |
Day in month [1 .. 31].
int8_t _SbgLogUtcData::hour |
Hour in day [0 .. 23].
int8_t _SbgLogUtcData::minute |
Minute in hour [0 .. 59].
int8_t _SbgLogUtcData::second |
Second in minute [0 .. 60]. (60 is used only when a leap second is added)
int32_t _SbgLogUtcData::nanoSecond |
Nanosecond of current second in ns.
uint32_t _SbgLogUtcData::gpsTimeOfWeek |
GPS time of week in ms.