MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
Classes | |
struct | mip::data_shared::GpsTimestamp |
Functions | |
void | mip::data_shared::insert (Serializer &serializer, const GpsTimestamp &self) |
void | mip::data_shared::extract (Serializer &serializer, GpsTimestamp &self) |
Outputs the current GPS system time in time-of-week and week number format.
For events, this is the time of the event trigger. In order to be valid, a PPS signal needs to be present, and both a valid GPS time-of-week and week number command (0x0C, 0x72) need to be received after PPS sync has been achieved.
void mip::data_shared::extract | ( | Serializer & | serializer, |
GpsTimestamp & | self | ||
) |
void mip::data_shared::insert | ( | Serializer & | serializer, |
const GpsTimestamp & | self | ||
) |