MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
#include "commands_system.h"
#include <mip/mip_serialization.h>
#include <mip/mip_interface.h>
#include <assert.h>
Namespaces | |
mip | |
A collection of C++ classes and functions covering the full mip api. | |
mip::C | |
Functions | |
void | mip::C::insert_mip_system_comm_mode_command (microstrain_serializer *serializer, const mip_system_comm_mode_command *self) |
void | mip::C::extract_mip_system_comm_mode_command (microstrain_serializer *serializer, mip_system_comm_mode_command *self) |
void | mip::C::insert_mip_system_comm_mode_response (microstrain_serializer *serializer, const mip_system_comm_mode_response *self) |
void | mip::C::extract_mip_system_comm_mode_response (microstrain_serializer *serializer, mip_system_comm_mode_response *self) |
mip_cmd_result | mip::C::mip_system_write_comm_mode (mip_interface *device, uint8_t mode) |
mip_cmd_result | mip::C::mip_system_read_comm_mode (mip_interface *device, uint8_t *mode_out) |
mip_cmd_result | mip::C::mip_system_default_comm_mode (mip_interface *device) |