The Ocular Error Code enumerated type.
More...
|
int | NO_ERR = 0 |
|
int | ERR_INVALID_N_ARGS = 1 |
|
int | ERR_ARG_OUT_OF_RANGE = 2 |
|
int | ERR_NOT_READY = 3 |
|
int | ERR_NOT_HOMED = 4 |
|
int | ERR_INVALID_ARG = 5 |
|
int | ERR_UNKNOWN_CMD = 6 |
|
int | ERR_UNSUPPORTED_CMD = 7 |
|
int | ERR_SCAN_TOO_SPARSE = 8 |
|
int | ERR_BUSY_CLIENT = 9 |
|
int | ERR_BAD_FLASH_PAGE = 10 |
|
int | ERR_BAD_FLASH_KEY = 11 |
|
int | ERR_STABILISATION_RUNNING = 12 |
|
int | ERR_VERSION_MISMATCH = 13 |
|
int | ERR_INVALID_CALLBACK = 14 |
|
int | ERR_BUSY = 15 |
|
int | ERR_TIMEOUT = 16 |
|
int | ERR_OTHER = 17 |
|
The Ocular Error Code enumerated type.
This enum is used to handle the various error codes returned by either the robot eye device or EyeLib internal operations. For more details on error codes from 0x00 to 0x08, please see the Robot Eye UDP Communications Specification.
The documentation for this class was generated from the following file:
- RobotEye/RobotEyeCommon.py