check_status.h
Go to the documentation of this file.
1 /*
2  * OpenSplice DDS
3  *
4  * This software and documentation are Copyright 2006 to 2013 PrismTech
5  * Limited and its licensees. All rights reserved. See file:
6  *
7  * $OSPL_HOME/LICENSE
8  *
9  * for full copyright notice and license terms.
10  *
11  */
12 
13 /************************************************************************
14  * LOGICAL_NAME: CheckStatus.h
15  * FUNCTION: OpenSplice NetworkPartitions example code.
16  * MODULE: NetworkPartitions example for the C++ programming language.
17  * DATE june 2007.
18  ************************************************************************
19  *
20  * This file contains the headers for the error handling operations.
21  *
22  ***/
23 
24 #ifndef __CHECKSTATUS_H__
25 #define __CHECKSTATUS_H__
26 
27 #include "ccpp_dds_dcps.h"
28 #include <iostream>
29 
30 using namespace std;
31 
35 const char *getErrorName(DDS::ReturnCode_t status);
36 
40 void checkStatus(DDS::ReturnCode_t status, const char *info);
41 
45 void checkHandle(void *handle, const char *info);
46 
47 #endif
void checkStatus(DDS::ReturnCode_t status, const char *info)
void checkHandle(void *handle, const char *info)
const char * getErrorName(DDS::ReturnCode_t status)


opensplice_dds_comm
Author(s):
autogenerated on Thu Jun 1 2017 02:43:49