netmsgs  1.2.2
RoadNarrows Robotics Network Messaging Package
NetMsgs Error Codes
#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
 

Detailed Description

Macro Definition Documentation