MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
Classes | |
struct | mip::data_shared::Ticks |
Functions | |
void | mip::data_shared::insert (Serializer &serializer, const Ticks &self) |
void | mip::data_shared::extract (Serializer &serializer, Ticks &self) |
Time since powerup in multiples of the base rate.
The counter will wrap around to 0 after approximately 50 days. One tick is equivalent to one base period (reciprocal of the base rate).
void mip::data_shared::extract | ( | Serializer & | serializer, |
Ticks & | self | ||
) |
void mip::data_shared::insert | ( | Serializer & | serializer, |
const Ticks & | self | ||
) |