MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
Classes | |
struct | mip::commands_filter::Run |
Functions | |
void | mip::commands_filter::insert (Serializer &serializer, const Run &self) |
void | mip::commands_filter::extract (Serializer &serializer, Run &self) |
CmdResult | mip::commands_filter::run (C::mip_interface &device) |
Manual run command.
If the initialization configuration has the "wait_for_run_command" option enabled, the filter will wait until it receives this command before commencing integration and enabling the Kalman filter. Prior to the receipt of this command, the filter will remain in the filter initialization mode.
void mip::commands_filter::extract | ( | Serializer & | serializer, |
Run & | self | ||
) |
void mip::commands_filter::insert | ( | Serializer & | serializer, |
const Run & | self | ||
) |
CmdResult mip::commands_filter::run | ( | C::mip_interface & | device | ) |