MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
Classes | |
struct | mip::C::mip_shared_delta_ticks_data |
Typedefs | |
typedef struct mip_shared_delta_ticks_data | mip::C::mip_shared_delta_ticks_data |
Functions | |
void | mip::C::insert_mip_shared_delta_ticks_data (mip_serializer *serializer, const mip_shared_delta_ticks_data *self) |
void | mip::C::extract_mip_shared_delta_ticks_data (mip_serializer *serializer, mip_shared_delta_ticks_data *self) |
bool | mip::C::extract_mip_shared_delta_ticks_data_from_field (const struct mip_field *field, void *ptr) |
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).
typedef struct mip_shared_delta_ticks_data mip::C::mip_shared_delta_ticks_data |
void mip::C::extract_mip_shared_delta_ticks_data | ( | mip_serializer * | serializer, |
mip_shared_delta_ticks_data * | self | ||
) |
bool mip::C::extract_mip_shared_delta_ticks_data_from_field | ( | const struct mip_field * | field, |
void * | ptr | ||
) |
void mip::C::insert_mip_shared_delta_ticks_data | ( | mip_serializer * | serializer, |
const mip_shared_delta_ticks_data * | self | ||
) |