ITS.ITU.PSeries.P2108 1.0
Part of the NTIA/ITS Propagation Library
|
Maps status messages to library return codes. More...
Functions | |
std::string | ITS::ITU::PSeries::P2108::GetReturnStatus (const int code) |
Get an error message string from a return code. | |
char * | ITS::ITU::PSeries::P2108::GetReturnStatusCharArray (const int code) |
Get an error message string (as C-style string) from a return code. | |
void | ITS::ITU::PSeries::P2108::FreeReturnStatusCharArray (char *c_msg) |
Free the memory allocated by GetReturnStatusCharArray. | |
Maps status messages to library return codes.
PROPLIB_API void ITS::ITU::PSeries::P2108::FreeReturnStatusCharArray | ( | char * | c_msg | ) |
Free the memory allocated by GetReturnStatusCharArray.
[in] | c_msg | The status message C-style string to delete |
std::string ITS::ITU::PSeries::P2108::GetReturnStatus | ( | const int | code | ) |
Get an error message string from a return code.
[in] | code | Integer return code. |
PROPLIB_API char * ITS::ITU::PSeries::P2108::GetReturnStatusCharArray | ( | const int | code | ) |
Get an error message string (as C-style string) from a return code.
[in] | code | Integer return code. |