Functions | |
RDM_RETCODE | rdm_retcodeGetCode (const char *retCodeName) |
Get the numeric RDM status code for a literal status name. More... | |
const char * | rdm_retcodeGetDescription (RDM_RETCODE retcode) |
Invoke RDM error handler. More... | |
const char * | rdm_retcodeGetName (RDM_RETCODE retcode) |
Get the mnemonic name for an error or status code. More... | |
The RDM return code API. The functions here are located in RDM DB Engine Library. Linker option:
-lrdmrdm
RDM_RETCODE rdm_retcodeGetCode | ( | const char * | retCodeName | ) |
#include <rdmretcodeapi.h>
Get the numeric RDM status code for a literal status name.
This function returns the RDM status code associated with the specified mnemonic status name.
const char* rdm_retcodeGetDescription | ( | RDM_RETCODE | retcode | ) |
#include <rdmretcodeapi.h>
Invoke RDM error handler.
[in] | retcode | Status or error code returned by an RDM API function |
const char* rdm_retcodeGetName | ( | RDM_RETCODE | retcode | ) |
#include <rdmretcodeapi.h>
Get the mnemonic name for an error or status code.
This function returns the mnemonic name associated with the specified error or status code.
[in] | retcode | Status or error code returned by an RDM API function |