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