sbgECom Library
4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
|
#include <sbgEComLogUtc.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 |
float | clkBiasStd |
float | clkSfErrorStd |
float | clkResidualError |
Structure that stores data for the SBG_ECOM_LOG_UTC_TIME message.
uint32_t _SbgEComLogUtc::timeStamp |
Time in us since the sensor power up.
uint16_t _SbgEComLogUtc::status |
Clock state and UTC time status.
uint16_t _SbgEComLogUtc::year |
Year for example: 2013.
int8_t _SbgEComLogUtc::month |
Month in year [1 .. 12].
int8_t _SbgEComLogUtc::day |
Day in month [1 .. 31].
int8_t _SbgEComLogUtc::hour |
Hour in day [0 .. 23].
int8_t _SbgEComLogUtc::minute |
Minute in hour [0 .. 59].
int8_t _SbgEComLogUtc::second |
Second in minute [0 .. 60]. (60 is used only when a leap second is added)
int32_t _SbgEComLogUtc::nanoSecond |
Nanosecond of current second in ns.
uint32_t _SbgEComLogUtc::gpsTimeOfWeek |
GPS time of week in ms.
float _SbgEComLogUtc::clkBiasStd |
Estimated internal clock bias standard deviation in seconds - set to NaN if not available. (added in 4.0)
float _SbgEComLogUtc::clkSfErrorStd |
Estimated internal clock scale factor error standard deviation - set to NaN if not available. (added in 4.0)
float _SbgEComLogUtc::clkResidualError |
Latest residual clock error from the GNSS PPS signal in seconds - set to NaN if not available. (added in 4.0)