#include <iostream>#include <boost/static_assert.hpp>Go to the source code of this file.
Defines | |
| #define | OMG_DDS_DEFAULT_STATE_BIT_COUNT_DETAIL 32 |
| #define | OMG_DDS_DEFAULT_STATUS_COUNT_DETAIL 32 |
| #define | OMG_DDS_STATIC_ASSERT_DETAIL BOOST_STATIC_ASSERT |
| #define | OMG_DDS_LOG_DETAIL(kind, msg) std::cout << "[" << kind << "]: " << msg << std::endl; |
| #define | OMG_DDS_API_DETAIL |
| #define OMG_DDS_API_DETAIL |
Definition at line 41 of file macros.hpp.
| #define OMG_DDS_DEFAULT_STATE_BIT_COUNT_DETAIL 32 |
Definition at line 26 of file macros.hpp.
| #define OMG_DDS_DEFAULT_STATUS_COUNT_DETAIL 32 |
Definition at line 27 of file macros.hpp.
| #define OMG_DDS_LOG_DETAIL | ( | kind, | ||
| msg | ||||
| ) | std::cout << "[" << kind << "]: " << msg << std::endl; |
Definition at line 35 of file macros.hpp.
| #define OMG_DDS_STATIC_ASSERT_DETAIL BOOST_STATIC_ASSERT |
Definition at line 31 of file macros.hpp.
1.7.1