MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
Controls command response behavior to external aiding commands. More...
Classes | |
struct | mip::commands_aiding::EchoControl |
Functions | |
TypedResult< EchoControl > | mip::commands_aiding::writeEchoControl (C::mip_interface &device, EchoControl::Mode mode) |
TypedResult< EchoControl > | mip::commands_aiding::readEchoControl (C::mip_interface &device, EchoControl::Mode *modeOut) |
TypedResult< EchoControl > | mip::commands_aiding::saveEchoControl (C::mip_interface &device) |
TypedResult< EchoControl > | mip::commands_aiding::loadEchoControl (C::mip_interface &device) |
TypedResult< EchoControl > | mip::commands_aiding::defaultEchoControl (C::mip_interface &device) |
Controls command response behavior to external aiding commands.
TypedResult< EchoControl > mip::commands_aiding::defaultEchoControl | ( | C::mip_interface & | device | ) |
TypedResult< EchoControl > mip::commands_aiding::loadEchoControl | ( | C::mip_interface & | device | ) |
TypedResult< EchoControl > mip::commands_aiding::readEchoControl | ( | C::mip_interface & | device, |
EchoControl::Mode * | modeOut | ||
) |
TypedResult< EchoControl > mip::commands_aiding::saveEchoControl | ( | C::mip_interface & | device | ) |
TypedResult< EchoControl > mip::commands_aiding::writeEchoControl | ( | C::mip_interface & | device, |
EchoControl::Mode | mode | ||
) |