MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
Classes | |
struct | mip::commands_filter::Reset |
Functions | |
void | mip::commands_filter::insert (Serializer &serializer, const Reset &self) |
void | mip::commands_filter::extract (Serializer &serializer, Reset &self) |
CmdResult | mip::commands_filter::reset (C::mip_interface &device) |
Resets the filter to the initialization state.
If the auto-initialization feature is disabled, the initial attitude or heading must be set in order to enter the run state after a reset.
void mip::commands_filter::extract | ( | Serializer & | serializer, |
Reset & | self | ||
) |
void mip::commands_filter::insert | ( | Serializer & | serializer, |
const Reset & | self | ||
) |
CmdResult mip::commands_filter::reset | ( | C::mip_interface & | device | ) |