MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
Classes | |
struct | mip::data_shared::ReferenceTimestamp |
Functions | |
void | mip::data_shared::insert (Serializer &serializer, const ReferenceTimestamp &self) |
void | mip::data_shared::extract (Serializer &serializer, ReferenceTimestamp &self) |
Internal reference timestamp.
This timestamp represents the time at which the corresponding data was sampled, according to the internal reference clock.
This is a monotonic clock which never jumps. The value is always valid.
For events, this is the time of the event trigger.
void mip::data_shared::extract | ( | Serializer & | serializer, |
ReferenceTimestamp & | self | ||
) |
void mip::data_shared::insert | ( | Serializer & | serializer, |
const ReferenceTimestamp & | self | ||
) |