DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros
macros.hpp File Reference
#include <iostream>
#include <boost/static_assert.hpp>
#include <string.h>
Include dependency graph for macros.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OMG_DDS_API_DETAIL
 
#define OMG_DDS_DEFAULT_STATE_BIT_COUNT_DETAIL   (size_t)16
 
#define OMG_DDS_DEFAULT_STATUS_COUNT_DETAIL   (size_t)16
 
#define OMG_DDS_LOG_DETAIL(kind, msg)   std::cout << "[" << kind << "]: " << msg << std::endl;
 
#define OMG_DDS_STATIC_ASSERT_DETAIL   BOOST_STATIC_ASSERT
 

Macro Definition Documentation

#define OMG_DDS_API_DETAIL

Definition at line 46 of file macros.hpp.

#define OMG_DDS_DEFAULT_STATE_BIT_COUNT_DETAIL   (size_t)16

Definition at line 27 of file macros.hpp.

#define OMG_DDS_DEFAULT_STATUS_COUNT_DETAIL   (size_t)16

Definition at line 28 of file macros.hpp.

#define OMG_DDS_LOG_DETAIL (   kind,
  msg 
)    std::cout << "[" << kind << "]: " << msg << std::endl;

Definition at line 36 of file macros.hpp.

#define OMG_DDS_STATIC_ASSERT_DETAIL   BOOST_STATIC_ASSERT

Definition at line 32 of file macros.hpp.