|
MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|

Classes | |
| struct | mip::commands_base::ContinuousBit |
Functions | |
| void | mip::commands_base::insert (Serializer &serializer, const ContinuousBit &self) |
| void | mip::commands_base::extract (Serializer &serializer, ContinuousBit &self) |
| void | mip::commands_base::insert (Serializer &serializer, const ContinuousBit::Response &self) |
| void | mip::commands_base::extract (Serializer &serializer, ContinuousBit::Response &self) |
| CmdResult | mip::commands_base::continuousBit (C::mip_interface &device, uint8_t *resultOut) |
Report result of continous built-in test.
This test is non-disruptive but is not as thorough as the commanded BIT.
| CmdResult mip::commands_base::continuousBit | ( | C::mip_interface & | device, |
| uint8_t * | resultOut | ||
| ) |
| void mip::commands_base::extract | ( | Serializer & | serializer, |
| ContinuousBit & | self | ||
| ) |
| void mip::commands_base::extract | ( | Serializer & | serializer, |
| ContinuousBit::Response & | self | ||
| ) |
| void mip::commands_base::insert | ( | Serializer & | serializer, |
| const ContinuousBit & | self | ||
| ) |
| void mip::commands_base::insert | ( | Serializer & | serializer, |
| const ContinuousBit::Response & | self | ||
| ) |