MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
Classes | |
struct | mip::C::mip_3dm_factory_streaming_command |
Typedefs | |
typedef uint8_t | mip::C::mip_3dm_factory_streaming_command_action |
typedef struct mip_3dm_factory_streaming_command | mip::C::mip_3dm_factory_streaming_command |
Functions | |
void | mip::C::insert_mip_3dm_factory_streaming_command (mip_serializer *serializer, const mip_3dm_factory_streaming_command *self) |
void | mip::C::extract_mip_3dm_factory_streaming_command (mip_serializer *serializer, mip_3dm_factory_streaming_command *self) |
void | mip::C::insert_mip_3dm_factory_streaming_command_action (struct mip_serializer *serializer, const mip_3dm_factory_streaming_command_action self) |
void | mip::C::extract_mip_3dm_factory_streaming_command_action (struct mip_serializer *serializer, mip_3dm_factory_streaming_command_action *self) |
mip_cmd_result | mip::C::mip_3dm_factory_streaming (struct mip_interface *device, mip_3dm_factory_streaming_command_action action, uint8_t reserved) |
Configures the device for recording data for technical support.
This command will configure all available data streams to predefined formats designed to be used with technical support.
typedef uint8_t mip::C::mip_3dm_factory_streaming_command_action |
void mip::C::extract_mip_3dm_factory_streaming_command | ( | mip_serializer * | serializer, |
mip_3dm_factory_streaming_command * | self | ||
) |
void mip::C::extract_mip_3dm_factory_streaming_command_action | ( | struct mip_serializer * | serializer, |
mip_3dm_factory_streaming_command_action * | self | ||
) |
void mip::C::insert_mip_3dm_factory_streaming_command | ( | mip_serializer * | serializer, |
const mip_3dm_factory_streaming_command * | self | ||
) |
void mip::C::insert_mip_3dm_factory_streaming_command_action | ( | struct mip_serializer * | serializer, |
const mip_3dm_factory_streaming_command_action | self | ||
) |
mip_cmd_result mip::C::mip_3dm_factory_streaming | ( | struct mip_interface * | device, |
mip_3dm_factory_streaming_command_action | action, | ||
uint8_t | reserved | ||
) |