Types.h File Reference
#include <vector>
+ Include dependency graph for Types.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  msg_t
 

Enumerations

enum  status_t {
  E_SUCCESS = 0, E_NOT_AVAILABLE, E_NO_SENSOR, E_NOT_INITIALIZED,
  E_ALREADY_RUNNING, E_FEATURE_NOT_SUPPORTED, E_INCONSISTENT_DATA, E_TIMEOUT,
  E_READ_ERROR, E_WRITE_ERROR, E_INSUFFICIENT_RESOURCES, E_CHECKSUM_ERROR,
  E_NO_PARAM_EXPECTED, E_NOT_ENOUGH_PARAMS, E_CMD_UNKNOWN, E_CMD_FORMAT_ERROR,
  E_ACCESS_DENIED, E_ALREADY_OPEN, E_CMD_FAILED, E_CMD_ABORTED,
  E_INVALID_HANDLE, E_NOT_FOUND, E_NOT_OPEN, E_IO_ERROR,
  E_INVALID_PARAMETER, E_INDEX_OUT_OF_BOUNDS, E_CMD_PENDING, E_OVERRUN,
  E_RANGE_ERROR, E_AXIS_BLOCKED, E_FILE_EXISTS
}
 

Functions

const char * status_to_str (status_t status)
 

Enumeration Type Documentation

◆ status_t

enum status_t
Enumerator
E_SUCCESS 
E_NOT_AVAILABLE 
E_NO_SENSOR 
E_NOT_INITIALIZED 
E_ALREADY_RUNNING 
E_FEATURE_NOT_SUPPORTED 
E_INCONSISTENT_DATA 
E_TIMEOUT 
E_READ_ERROR 
E_WRITE_ERROR 
E_INSUFFICIENT_RESOURCES 
E_CHECKSUM_ERROR 
E_NO_PARAM_EXPECTED 
E_NOT_ENOUGH_PARAMS 
E_CMD_UNKNOWN 
E_CMD_FORMAT_ERROR 
E_ACCESS_DENIED 
E_ALREADY_OPEN 
E_CMD_FAILED 
E_CMD_ABORTED 
E_INVALID_HANDLE 
E_NOT_FOUND 
E_NOT_OPEN 
E_IO_ERROR 
E_INVALID_PARAMETER 
E_INDEX_OUT_OF_BOUNDS 
E_CMD_PENDING 
E_OVERRUN 
E_RANGE_ERROR 
E_AXIS_BLOCKED 
E_FILE_EXISTS 

Definition at line 36 of file Types.h.

Function Documentation

◆ status_to_str()

const char* status_to_str ( status_t  status)