OpenDDS  Snapshot(2023/04/07-19:43)
Public Member Functions | Public Attributes | List of all members
OpenDDS::DCPS::TransportDebug Class Reference

#include <TransportDebug.h>

Public Member Functions

 TransportDebug ()
 

Public Attributes

bool log_messages
 Log all RTPS messages sent or recieved. More...
 
bool log_progress
 Log progress for RTPS entity discovery and association. More...
 
bool log_dropped_messages
 Log received RTPS messages that were dropped. More...
 
bool log_nonfinal_messages
 
bool log_fragment_storage
 
bool log_remote_counts
 Log number of associations and pending associations of RTPS entities. More...
 

Detailed Description

Definition at line 48 of file TransportDebug.h.

Constructor & Destructor Documentation

◆ TransportDebug()

OpenDDS::DCPS::TransportDebug::TransportDebug ( )

Definition at line 17 of file TransportDebug.cpp.

References OPENDDS_END_VERSIONED_NAMESPACE_DECL.

18  : log_messages(false)
19  , log_progress(false)
20  , log_dropped_messages(false)
21  , log_nonfinal_messages(false)
22  , log_fragment_storage(false)
23  , log_remote_counts(false)
24 {}
bool log_dropped_messages
Log received RTPS messages that were dropped.
bool log_messages
Log all RTPS messages sent or recieved.
bool log_remote_counts
Log number of associations and pending associations of RTPS entities.
bool log_progress
Log progress for RTPS entity discovery and association.

Member Data Documentation

◆ log_dropped_messages

bool OpenDDS::DCPS::TransportDebug::log_dropped_messages

◆ log_fragment_storage

bool OpenDDS::DCPS::TransportDebug::log_fragment_storage

Log message fragment reassembly process for transports where that applies. Also logged when the transport debug level is set to the most verbose.

Definition at line 67 of file TransportDebug.h.

Referenced by OpenDDS::DCPS::TransportReassembly::check_expirations(), OpenDDS::DCPS::TransportReassembly::data_unavailable(), and OpenDDS::DCPS::TransportReassembly::reassemble_i().

◆ log_messages

bool OpenDDS::DCPS::TransportDebug::log_messages

◆ log_nonfinal_messages

bool OpenDDS::DCPS::TransportDebug::log_nonfinal_messages

◆ log_progress

bool OpenDDS::DCPS::TransportDebug::log_progress

◆ log_remote_counts

bool OpenDDS::DCPS::TransportDebug::log_remote_counts

Log number of associations and pending associations of RTPS entities.

Definition at line 69 of file TransportDebug.h.

Referenced by OpenDDS::DCPS::RtpsUdpDataLink::RtpsWriter::log_remote_counts(), and OpenDDS::DCPS::RtpsUdpDataLink::RtpsReader::log_remote_counts().


The documentation for this class was generated from the following files: