MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
Classes | |
struct | mip::data_shared::DeltaTicks |
Functions | |
void | mip::data_shared::insert (Serializer &serializer, const DeltaTicks &self) |
void | mip::data_shared::extract (Serializer &serializer, DeltaTicks &self) |
Ticks since the last output of this field.
This field can be used to track the amount of time passed between event occurrences. One tick is equivalent to one base period (reciprocal of the base rate).
void mip::data_shared::extract | ( | Serializer & | serializer, |
DeltaTicks & | self | ||
) |
void mip::data_shared::insert | ( | Serializer & | serializer, |
const DeltaTicks & | self | ||
) |