MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
Go to the documentation of this file.
17 #include "../mip_field.h"
25 #include <type_traits>
43 #define DECLARE_MIP_VECTOR_TYPE(n, type, name) \
44 typedef type name[n]; \
46 void insert_##name(microstrain_serializer* serializer, const name self); \
47 void extract_##name(microstrain_serializer* serializer, name self);
57 #undef DECLARE_MIP_VECTOR_TYPE
A collection of C++ classes and functions covering the full mip api.
Definition: commands_3dm.c:11
struct microstrain::C::microstrain_serializer microstrain_serializer
Structure used for serialization.
uint8_t descriptor
Definition: common.h:36
#define DECLARE_MIP_VECTOR_TYPE(n, type, name)
Definition: common.h:43
Structure used for serialization.
Definition: serialization.h:42
struct mip::C::mip_descriptor_rate mip_descriptor_rate
void insert_mip_descriptor_rate(microstrain_serializer *serializer, const mip_descriptor_rate *self)
void extract_mip_descriptor_rate(microstrain_serializer *serializer, mip_descriptor_rate *self)
uint16_t decimation
Definition: common.h:37