|
MIP SDK
0.0.1
MicroStrain Communications Library for embedded systems
|

Classes | |
| struct | mip::commands_base::GetDeviceInfo |
Functions | |
| void | mip::commands_base::insert (Serializer &serializer, const GetDeviceInfo &self) |
| void | mip::commands_base::extract (Serializer &serializer, GetDeviceInfo &self) |
| void | mip::commands_base::insert (Serializer &serializer, const GetDeviceInfo::Response &self) |
| void | mip::commands_base::extract (Serializer &serializer, GetDeviceInfo::Response &self) |
| CmdResult | mip::commands_base::getDeviceInfo (C::mip_interface &device, BaseDeviceInfo *deviceInfoOut) |
Get the device ID strings and firmware version number.
| void mip::commands_base::extract | ( | Serializer & | serializer, |
| GetDeviceInfo & | self | ||
| ) |
| void mip::commands_base::extract | ( | Serializer & | serializer, |
| GetDeviceInfo::Response & | self | ||
| ) |
| CmdResult mip::commands_base::getDeviceInfo | ( | C::mip_interface & | device, |
| BaseDeviceInfo * | deviceInfoOut | ||
| ) |
| void mip::commands_base::insert | ( | Serializer & | serializer, |
| const GetDeviceInfo & | self | ||
| ) |
| void mip::commands_base::insert | ( | Serializer & | serializer, |
| const GetDeviceInfo::Response & | self | ||
| ) |