RTDB_MAP |
Error mapping the RTDB into the address space of the calling program.
|
RTDB_POINTNOTFOUND |
Request for point not in RTDB.
|
RTDB_POINTNOTINLIST |
Attempt to remove non existant point from refresh list.
|
RTDB_DBFILENOTFOUND |
Attempt to load a RTDB from file that does not exist.
|
RTDB_POINTEXISTS |
Attempt to insert duplicate point in RTDB.
|
RTDB_DBNOROOM |
No space left in RTDB to insert new point.
|
RTDB_NOTMAPPED |
Trying to reference RTDB info while it has not be mapped in memory.
|
RTDB_NODBFILE |
DB file not specified with command to load RTDB.
|
RTDB_BADPOINTTYPE |
Bad point type specified when inserting new point in RTDB.
|
RTDB_BADCVTTYPE |
Bad CVT type while inserting new point in RTDB.
|
RTDB_BADKEYWORD |
Bad meta data keyword specifier while changing/inserting point in RTDB.
|
RTDB_BADBOARDID |
Bad board id specified for the RTDB point
|
RTDB_BADSLOT |
Bad slot number.
|
RTDB_BADCHANNEL |
Bad channel specified for the RTDB point.
|
RTDB_BADBITNUM |
Bad bit number (<0 || > 15) specified for digital point in RTDB.
|
RTDB_MISSINGPOINTNAME |
Missing point name on command that requires it.
|
RTDB_NAMETOOLONG |
Attempt to insert into RTDB a point whose name is too long.
|
RTDB_BADFLOATVALUE |
A ASCII floating point was supplied that cannot be converted to binary.
|
RTDB_BADINTVALUE |
A ASCII int value was supplied that cannot be converted to binary.
|
RTDB_NOTSTRINGVAR |
Request for string value was made but the Item is not of string type.
|
RTDB_NOSTRINGMEMORY |
Request for string value but the memory was not allocated for the string value.
|
RTDB_MISSINGVALUE |
Required value is missing.
|
RTDB_DBLOADEDALREADY |
Attempt to load the db when one is loaded already
|
RTDB_OPENCVTFILE |
Error occured while writing the cvt.h file.
|
RTDB_MISSINGFILENAME |
The required file name is missing.
|
RTDB_MISSINGCVTTYPE |
A record was received with no cvttype so we can't convert the string value to the corrrect type.
|
RTDB_NOTINCVT |
Request for CVT value of a point that is not in the CVT.
|
RTDB_NOSTRINGVAR |
A generic API call was made into a function that does support string variables.
|
RTDB_BADSDI |
Bad SDI value for ARINC channel.
|
RTDB_BADPARITY |
Bad parity value for ARINC channel.
|
RTDB_BADSPEED |
Bad speed value for ARINC channel.
|
RTDB_BADTXPERIOD |
Bad transmit periodi for ARINC channel.
|
RTDB_BADAFDXRECORD |
Unknown AFDX record type .
|
RTDB_MISSINGDESCRIPTION |
Missing description while creating a new database.
|
RTDB_ILLEGALSTRINGLENGTH |
Bad maximum string length for string variable .
|
RTDB_TESTRUNNING |
A test is running, some operations can only be performed when the RT host is not running a test .
|
RTDB_IODBERROR |
Error reading iodb from disk.
|
RTDB_AFDXMSGTABLEFULL |
No room in resident message table.
|
RTDB_AFDXMSGNOTFOUND |
Resident AFDX message not found.
|
RTDB_NOALTVALUE |
Item does not have an alternate value.
|
RTDB_NOINITCONDNAME |
Request for initial conditions array without specifying a name .
|
RTDB_NORTWNAME |
Request for initial conditions array without specifying namei of rtw .
|
RTDB_GENMISSINGPARM |
Operation on a signal generator is missing a parameter.
|
RTDB_TESTNOTRUNNING |
A test is not running, some operations can only be performed when the RT host is running a test .
|
RTDB_MISSINGBOARDID |
Missing board id in hardware mapping record.
|
RTDB_ASYNCQFULL |
Asynchronous I/O input queue full. This means that the asyncioin process does not have enough run time to process all the elements in the queue. Increase the run time by specifying it when starting the session in the test control panel.
|
RTDB_MISSINGBOARDNUM |
Missing board number in hardware mapping record.
|
RTDB_MISSINGPARAM |
A parameter that is needed for an operation is missing.
|
RTDB_NOSPAREITEM |
Trying to take a spare RTDB item from the spare list but not point of this type left.
|
RTDB_NOMEMORY |
Request for get/set value for array item with NULL pointer in value array.
|
RTDB_LOCKED |
The user wants to load a RTDB that is already being edited by a different admin login.
|
RTDB_MISSINGGROUPNAME |
The group was not specified when saving the RTDB.
|
RTDB_MISSINGRESOURCETYPE |
The resource type was either not specified or is not supported.
|
RTDB_MISSINGRESOURCENAME |
The resource name was not specified.
|
RTDB_SETCPUAFFINITYERROR |
mpadvise failed while set setting cpu affinity.
|
RTDB_INVALIDRTDBNAME |
Invalid character in RTDB name, must only have characters in [A-Z,a-z,0-9,_]
|
RTDB_NETMSGTABLEFULL |
No room in NET-IO resident message table.
|
RTDB_NETMSGNOTFOUND |
Resident NET-IO message not found.
|
RTDB_MISSINGFORMNAME |
Missing form name in command. Form name must be specified for form import/capture.
|
RTDB_FORMNOTFOUND |
Form not found for the specified running test.
|
RTDB_CIGIMSGTABLEFULL |
No room in CIGI resident message table.
|
RTDB_SETCPUSHIELDINGERROR |
cpuctl failed while setting cpu shielding.
|
RTDB_MERGE |
RTDB merge error (see cfgsrv.log for details).
|
RTDB_FDXMSGTABLEFULL |
No room in FDX resident message table.
|
RTDB_FDXMSGNOTFOUND |
Resident FDX message not found.
|
RTDB_ALREADYEXITS |
Request to create a new RTDB that already exists.
|
RTDB_IMPORTCARMAKER |
Could not run the importCarMaker.pl script.
|