OpenDDS  Snapshot(2023/04/28-20:55)
TransportDebug.cpp
Go to the documentation of this file.
1 /*
2  *
3  *
4  * Distributed under the OpenDDS License.
5  * See: http://www.opendds.org/license.html
6  */
7 
8 #include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/
9 
10 #include "TransportDebug.h"
11 
13 
14 namespace OpenDDS {
15 namespace DCPS {
16 
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 {}
25 
26 } // namespace DCPS
27 } // namespace OpenDDS
28 
void OpenDDS_Dcps_Export log_progress(const char *activity, const GUID_t &local, const GUID_t &remote, const MonotonicTime_t &start_time, const GUID_t &reference)
Definition: Logging.cpp:20
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28