![]() |
netmsgs
1.2.2
RoadNarrows Robotics Network Messaging Package
|
| #define | NM_OK 0 |
| not an error, success More... | |
| #define | NM_ECODE_GEN 1 |
| general, unspecified error | |
| #define | NM_ECODE_NOMEM 2 |
| not enough buffer memory available | |
| #define | NM_ECODE_ARCH_NOTSUP 3 |
| machine architecture not supported | |
| #define | NM_ECODE_RANGE 4 |
| field size or value out-of-range | |
| #define | NM_ECODE_FTYPE 5 |
| unknown field type | |
| #define | NM_ECODE_EMSG 6 |
| bad message | |
| #define | NM_ECODE_MSGID 7 |
| bad/unknown message id | |
| #define | NM_ECODE_INTERNAL 8 |
| internal inconsistency or bug | |
| #define | NM_ECODE_BADEC 9 |
| internal inconsistency or bug | |
| #define | NM_ECODE_NUMOF 10 |
| number of error codes | |
| #define NM_OK 0 |
not an error, success
NetMsgs package-wide error codes.
Definition at line 70 of file netmsgs.h.
Referenced by main(), nmPackFlatF32(), nmPackFlatF64(), nmPackFlatS16(), nmPackFlatS32(), nmPackFlatS64(), nmPackFlatS8(), nmPackFlatU16(), nmPackFlatU32(), nmPackFlatU64(), nmPackFlatU8(), nmPackITVF32(), nmPackITVF64(), nmPackITVS16(), nmPackITVS32(), nmPackITVS64(), nmPackITVS8(), nmPackITVU16(), nmPackITVU32(), nmPackITVU64(), nmPackITVU8(), nmSetF32(), nmSetF64(), nmSetS16(), nmSetS32(), nmSetS64(), nmSetS8(), nmSetU16(), nmSetU32(), nmSetU64(), and nmSetU8().