#include "opensplice_dds_broker/check_status.h"
Go to the source code of this file.
Functions | |
void | checkHandle (void *handle, const char *info) |
void | checkStatus (DDS::ReturnCode_t status, const char *info) |
const char * | getErrorName (DDS::ReturnCode_t status) |
Variables | |
const char * | RetCodeName [13] |
void checkHandle | ( | void * | handle, |
const char * | info | ||
) |
Check whether a valid handle has been returned. If not, then terminate.
Definition at line 66 of file check_status.cpp.
void checkStatus | ( | DDS::ReturnCode_t | status, |
const char * | info | ||
) |
Check the return status for errors. If there is an error, then terminate.
Definition at line 53 of file check_status.cpp.
const char* getErrorName | ( | DDS::ReturnCode_t | status | ) |
Returns the name of an error code.
Definition at line 45 of file check_status.cpp.
const char* RetCodeName[13] |
Definition at line 27 of file check_status.cpp.