8 #ifndef OPENDDS_DCPS_TRANSPORT_FRAMEWORK_TRANSPORTDEBUG_H 9 #define OPENDDS_DCPS_TRANSPORT_FRAMEWORK_TRANSPORTDEBUG_H 13 #if !defined (ACE_LACKS_PRAGMA_ONCE) 18 #ifndef DDS_BLD_DEBUG_LEVEL 22 #define DDS_BLD_DEBUG_LEVEL 5 26 #define DDS_RUN_DEBUG_LEVEL OpenDDS::DCPS::Transport_debug_level 27 #define TURN_ON_VERBOSE_DEBUG DDS_RUN_DEBUG_LEVEL = DDS_BLD_DEBUG_LEVEL; 28 #define TURN_OFF_VERBOSE_DEBUG DDS_RUN_DEBUG_LEVEL = 0; 34 #define VDBG_LVL(DBG_ARGS, LEVEL) \ 35 if (LEVEL < OpenDDS::DCPS::Transport_debug_level) ACE_DEBUG(DBG_ARGS); 36 #define VDBG(DBG_ARGS) \
OpenDDS_Dcps_Export TransportDebug transport_debug
#define OpenDDS_Dcps_Export
bool log_dropped_messages
Log received RTPS messages that were dropped.
OpenDDS_Dcps_Export unsigned int Transport_debug_level
Transport Logging verbosity level.
bool log_fragment_storage
bool log_remote_counts
Log number of associations and pending associations of RTPS entities.
bool log_messages
Log all RTPS messages sent or recieved.
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
bool log_nonfinal_messages
The Internal API and Implementation of OpenDDS.
bool log_progress
Log progress for RTPS entity discovery and association.