MIP_SDK  latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
Namespaces | Functions
commands_system.cpp File Reference
#include "commands_system.hpp"
#include <mip/mip_serialization.hpp>
#include <mip/mip_interface.h>
#include <assert.h>

Namespaces

 mip
 A collection of C++ classes and functions covering the full mip api.
 
 mip::C
 
 mip::commands_system
 

Functions

TypedResult< CommMode > mip::commands_system::writeCommMode (C::mip_interface &device, uint8_t mode)
 
TypedResult< CommMode > mip::commands_system::readCommMode (C::mip_interface &device, uint8_t *modeOut)
 
TypedResult< CommMode > mip::commands_system::defaultCommMode (C::mip_interface &device)
 
TypedResult< InterfaceControl > mip::commands_system::writeInterfaceControl (C::mip_interface &device, CommsInterface port, CommsProtocol protocolsIncoming, CommsProtocol protocolsOutgoing)
 
TypedResult< InterfaceControl > mip::commands_system::readInterfaceControl (C::mip_interface &device, CommsInterface port, CommsProtocol *protocolsIncomingOut, CommsProtocol *protocolsOutgoingOut)
 
TypedResult< InterfaceControl > mip::commands_system::saveInterfaceControl (C::mip_interface &device, CommsInterface port)
 
TypedResult< InterfaceControl > mip::commands_system::loadInterfaceControl (C::mip_interface &device, CommsInterface port)
 
TypedResult< InterfaceControl > mip::commands_system::defaultInterfaceControl (C::mip_interface &device, CommsInterface port)