appkit  1.5.1
RoadNarrows Robotics Application Kit
Command Error Codes

Variables

const int rnr::cmd::EError = -1
 general, unspecified error
 
const int rnr::cmd::EEoF = -2
 end of file
 
const int rnr::cmd::ERead = -3
 read error
 
const int rnr::cmd::EAmbigCmd = -4
 ambiguous command
 
const int rnr::cmd::EUnknownCmd = -5
 unknown, unmatched command
 
const int rnr::cmd::EBadSyntax = -6
 bad syntax
 
const int rnr::cmd::ENoExec = -7
 cannot execute
 
const int rnr::cmd::EArgv0 = -8
 not this command argv0
 
const int rnr::cmd::ENoOp = -9
 no operation
 
const int rnr::cmd::EBadVal = -10
 bad value
 
const int rnr::cmd::NumOfECodes = 10
 number of error codes.
 

Detailed Description