MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
#include <mip/definitions/common.hpp>
#include <mip/mip_descriptors.hpp>
#include <mip/mip_result.hpp>
#include <mip/mip_interface.hpp>
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
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) |