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

#include <TransportStatistics.h>

Public Member Functions

typedef OPENDDS_MAP (InternalMessageCountKey, InternalMessageCountValue) MessageCountMap
 
typedef OPENDDS_MAP (GUID_t, CORBA::ULong) GuidCountMap
 
 InternalTransportStatistics (const OPENDDS_STRING &a_transport)
 
void clear ()
 

Public Attributes

const OPENDDS_STRING transport
 
MessageCountMap message_count
 
GuidCountMap writer_resend_count
 
GuidCountMap reader_nack_count
 

Detailed Description

Definition at line 87 of file TransportStatistics.h.

Constructor & Destructor Documentation

◆ InternalTransportStatistics()

OpenDDS::DCPS::InternalTransportStatistics::InternalTransportStatistics ( const OPENDDS_STRING a_transport)
inlineexplicit

Definition at line 95 of file TransportStatistics.h.

96  : transport(a_transport)
97  {}

Member Function Documentation

◆ clear()

void OpenDDS::DCPS::InternalTransportStatistics::clear ( void  )
inline

◆ OPENDDS_MAP() [1/2]

typedef OpenDDS::DCPS::InternalTransportStatistics::OPENDDS_MAP ( InternalMessageCountKey  ,
InternalMessageCountValue   
)

◆ OPENDDS_MAP() [2/2]

typedef OpenDDS::DCPS::InternalTransportStatistics::OPENDDS_MAP ( GUID_t  ,
CORBA::ULong   
)

Member Data Documentation

◆ message_count

MessageCountMap OpenDDS::DCPS::InternalTransportStatistics::message_count

◆ reader_nack_count

GuidCountMap OpenDDS::DCPS::InternalTransportStatistics::reader_nack_count

◆ transport

const OPENDDS_STRING OpenDDS::DCPS::InternalTransportStatistics::transport

Definition at line 88 of file TransportStatistics.h.

Referenced by OpenDDS::DCPS::append().

◆ writer_resend_count

GuidCountMap OpenDDS::DCPS::InternalTransportStatistics::writer_resend_count

The documentation for this struct was generated from the following file: