MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
Namespaces | |
mip | |
A collection of C++ classes and functions covering the full mip api. | |
mip::C | |
Functions | |
void | mip::C::mip_serializer_init_new_field (mip_serializer *serializer, mip_packet_view *packet, uint8_t field_descriptor) |
Initialize a serialization struct for creation of a new field at the end of the packet. More... | |
void | mip::C::mip_serializer_finish_new_field (const mip_serializer *serializer, mip_packet_view *packet) |
Call this after a new field allocated by mip_serializer_init_new_field has been written. More... | |
void | mip::C::microstrain_serializer_init_from_field (mip_serializer *serializer, const mip_field_view *field) |
Initialize a serialization struct from a microstrain field payload. More... | |