MIP_SDK
v3.0.0
MicroStrain Communications Library for embedded systems
|
#include "mip_result.h"
Namespaces | |
mip | |
A collection of C++ classes and functions covering the full mip api. | |
mip::C | |
Functions | |
const char * | mip::C::mip_cmd_result_to_string (enum mip_cmd_result result) |
Converts the command result to a string for debugging. More... | |
bool | mip::C::mip_cmd_result_is_finished (enum mip_cmd_result status) |
Determines if the command has completed, timed out, been cancelled, or otherwise is no longer waiting for a response. More... | |
bool | mip::C::mip_cmd_result_is_reply (enum mip_cmd_result result) |
Determines if the result is a reply from the device (i.e. mip_ack). More... | |
bool | mip::C::mip_cmd_result_is_status (enum mip_cmd_result result) |
Determines if the result code was generated by this lib (i.e. mip_cmd_status). More... | |
bool | mip::C::mip_cmd_result_is_user (enum mip_cmd_result result) |
Determines if the result code was generated by user software. More... | |
bool | mip::C::mip_cmd_result_is_ack (enum mip_cmd_result result) |
Determines if the result is an ack (successful response from the device) More... | |