![]() |
peripherals
1.4.2
RoadNarrows Robotics Hardware Peripherals Package
|
Variables | |
| static const int | rnr::IMU_OK = 0 |
| not an error, success More... | |
| static const int | rnr::IMU_ECODE_GEN = 1 |
| general, unspecified error More... | |
| static const int | rnr::IMU_ECODE_SYS = 2 |
| system (errno) error More... | |
| static const int | rnr::IMU_ECODE_INTERNAL = 3 |
| internal error (bug) More... | |
| static const int | rnr::IMU_ECODE_NO_SENSOR = 4 |
| no sensor More... | |
| static const int | rnr::IMU_ECODE_NO_CAP = 5 |
| no capabilities More... | |
| static const int | rnr::IMU_ECODE_RANGE = 6 |
| value out-of-range More... | |
| static const int | rnr::IMU_ECODE_TIMEDOUT = 7 |
| operation timed out error More... | |
| static const int | rnr::IMU_ECODE_BUSY = 8 |
| resource busy error More... | |
| static const int | rnr::IMU_ECODE_BADEC = 9 |
| bad error code More... | |
| static const int | rnr::IMU_ECODE_NUMOF = 10 |
| number of error codes More... | |
IMU wide error codes.
|
static |
bad error code
Definition at line 56 of file imuConst.h.
|
static |
resource busy error
Definition at line 54 of file imuConst.h.
|
static |
general, unspecified error
Definition at line 47 of file imuConst.h.
|
static |
internal error (bug)
Definition at line 49 of file imuConst.h.
|
static |
no capabilities
Definition at line 51 of file imuConst.h.
|
static |
no sensor
Definition at line 50 of file imuConst.h.
|
static |
number of error codes
Definition at line 58 of file imuConst.h.
|
static |
value out-of-range
Definition at line 52 of file imuConst.h.
|
static |
system (errno) error
Definition at line 48 of file imuConst.h.
|
static |
operation timed out error
Definition at line 53 of file imuConst.h.
|
static |
not an error, success
Definition at line 45 of file imuConst.h.