#include "ccpp_dds_dcps.h"#include <iostream>

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) |
| 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.