![]() |
Kuon
1.1.3
RoadNarrows Robotics Large Outdoor Mobile Robot Project
|
Variables | |
| static const int | kuon::KUON_OK = 0 |
| not an error, success | |
| static const int | kuon::KUON_ECODE_GEN = 1 |
| general, unspecified error | |
| static const int | kuon::KUON_ECODE_SYS = 2 |
| system (errno) error | |
| static const int | kuon::KUON_ECODE_INTERNAL = 3 |
| internal error (bug) | |
| static const int | kuon::KUON_ECODE_BAD_VAL = 4 |
| bad value general error | |
| static const int | kuon::KUON_ECODE_TOO_BIG = 5 |
| value/list/size too big | |
| static const int | kuon::KUON_ECODE_TOO_SMALL = 6 |
| value/list/size too small | |
| static const int | kuon::KUON_ECODE_RANGE = 7 |
| value out-of-range | |
| static const int | kuon::KUON_ECODE_BAD_OP = 8 |
| invalid operation error | |
| static const int | kuon::KUON_ECODE_TIMEDOUT = 9 |
| operation timed out error | |
| static const int | kuon::KUON_ECODE_NO_DEV = 10 |
| device not found error | |
| static const int | kuon::KUON_ECODE_NO_RSRC = 11 |
| no resource available error | |
| static const int | kuon::KUON_ECODE_BUSY = 12 |
| resource busy error | |
| static const int | kuon::KUON_ECODE_NO_EXEC = 13 |
| cannot execute error | |
| static const int | kuon::KUON_ECODE_PERM = 14 |
| no permissions error | |
| static const int | kuon::KUON_ECODE_MOTOR = 15 |
| motor error | |
| static const int | kuon::KUON_ECODE_MOT_CTLR = 16 |
| motor controller error | |
| static const int | kuon::KUON_ECODE_BATT = 17 |
| battery error | |
| static const int | kuon::KUON_ECODE_FORMAT = 18 |
| bad format | |
| static const int | kuon::KUON_ECODE_BOTSENSE = 19 |
| botsense error | |
| static const int | kuon::KUON_ECODE_NO_FILE = 20 |
| file not found | |
| static const int | kuon::KUON_ECODE_XML = 21 |
| XML error. | |
| static const int | kuon::KUON_ECODE_ALARMED = 22 |
| robot is alarmed | |
| static const int | kuon::KUON_ECODE_INTR = 23 |
| operation interrupted | |
| static const int | kuon::KUON_ECODE_COLLISION = 24 |
| robot link(s) in collision | |
| static const int | kuon::KUON_ECODE_ESTOP = 25 |
| robot emergency stopped | |
| static const int | kuon::KUON_ECODE_BADEC = 26 |
| bad error code | |
| static const int | kuon::KUON_ECODE_NUMOF = 27 |
| number of error codes | |
Kuon package-wide error codes.