MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|
Classes | |
struct | mip::commands_base::BuiltInTest |
Functions | |
void | mip::commands_base::insert (Serializer &serializer, const BuiltInTest &self) |
void | mip::commands_base::extract (Serializer &serializer, BuiltInTest &self) |
void | mip::commands_base::insert (Serializer &serializer, const BuiltInTest::Response &self) |
void | mip::commands_base::extract (Serializer &serializer, BuiltInTest::Response &self) |
CmdResult | mip::commands_base::builtInTest (C::mip_interface &device, uint32_t *resultOut) |
Run the device Built-In Test (BIT).
The Built-In Test command always returns a 32 bit value. A value of 0 means that all tests passed. A non-zero value indicates that not all tests passed. Reference the device user manual to decode the result.
CmdResult mip::commands_base::builtInTest | ( | C::mip_interface & | device, |
uint32_t * | resultOut | ||
) |
void mip::commands_base::extract | ( | Serializer & | serializer, |
BuiltInTest & | self | ||
) |
void mip::commands_base::extract | ( | Serializer & | serializer, |
BuiltInTest::Response & | self | ||
) |
void mip::commands_base::insert | ( | Serializer & | serializer, |
const BuiltInTest & | self | ||
) |
void mip::commands_base::insert | ( | Serializer & | serializer, |
const BuiltInTest::Response & | self | ||
) |