Go to the source code of this file.
Defines | |
#define | RQ_ERR_NOT_CONNECTED 2 |
#define | RQ_ERR_OPEN_PORT 1 |
#define | RQ_ERR_SERIAL_IO 4 |
#define | RQ_ERR_SERIAL_RECEIVE 5 |
#define | RQ_ERR_TRANSMIT_FAILED 3 |
#define | RQ_GET_CONFIG_FAILED 14 |
#define | RQ_GET_VALUE_FAILED 15 |
#define | RQ_INDEX_OUT_RANGE 12 |
#define | RQ_INVALID_COMMAND_ITEM 11 |
#define | RQ_INVALID_CONFIG_ITEM 9 |
#define | RQ_INVALID_HANDLE -1 |
#define | RQ_INVALID_OPER_ITEM 10 |
#define | RQ_INVALID_RESPONSE 6 |
#define | RQ_SET_COMMAND_FAILED 16 |
#define | RQ_SET_CONFIG_FAILED 13 |
#define | RQ_SUCCESS 0 |
#define | RQ_UNRECOGNIZED_DEVICE 7 |
#define | RQ_UNRECOGNIZED_VERSION 8 |
#define RQ_ERR_NOT_CONNECTED 2 |
Definition at line 7 of file ErrorCodes.h.
#define RQ_ERR_OPEN_PORT 1 |
Definition at line 6 of file ErrorCodes.h.
#define RQ_ERR_SERIAL_IO 4 |
Definition at line 9 of file ErrorCodes.h.
#define RQ_ERR_SERIAL_RECEIVE 5 |
Definition at line 10 of file ErrorCodes.h.
#define RQ_ERR_TRANSMIT_FAILED 3 |
Definition at line 8 of file ErrorCodes.h.
#define RQ_GET_CONFIG_FAILED 14 |
Definition at line 19 of file ErrorCodes.h.
#define RQ_GET_VALUE_FAILED 15 |
Definition at line 20 of file ErrorCodes.h.
#define RQ_INDEX_OUT_RANGE 12 |
Definition at line 17 of file ErrorCodes.h.
#define RQ_INVALID_COMMAND_ITEM 11 |
Definition at line 16 of file ErrorCodes.h.
#define RQ_INVALID_CONFIG_ITEM 9 |
Definition at line 14 of file ErrorCodes.h.
#define RQ_INVALID_HANDLE -1 |
Definition at line 4 of file ErrorCodes.h.
#define RQ_INVALID_OPER_ITEM 10 |
Definition at line 15 of file ErrorCodes.h.
#define RQ_INVALID_RESPONSE 6 |
Definition at line 11 of file ErrorCodes.h.
#define RQ_SET_COMMAND_FAILED 16 |
Definition at line 21 of file ErrorCodes.h.
#define RQ_SET_CONFIG_FAILED 13 |
Definition at line 18 of file ErrorCodes.h.
#define RQ_SUCCESS 0 |
Definition at line 5 of file ErrorCodes.h.
#define RQ_UNRECOGNIZED_DEVICE 7 |
Definition at line 12 of file ErrorCodes.h.
#define RQ_UNRECOGNIZED_VERSION 8 |
Definition at line 13 of file ErrorCodes.h.