OpenDDS
Snapshot(2023/04/07-19:43)
|
#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 |
Definition at line 87 of file TransportStatistics.h.
|
inlineexplicit |
Definition at line 95 of file TransportStatistics.h.
|
inline |
Definition at line 99 of file TransportStatistics.h.
Referenced by OpenDDS::DCPS::RtpsUdpTransport::append_transport_statistics().
typedef OpenDDS::DCPS::InternalTransportStatistics::OPENDDS_MAP | ( | InternalMessageCountKey | , |
InternalMessageCountValue | |||
) |
typedef OpenDDS::DCPS::InternalTransportStatistics::OPENDDS_MAP | ( | GUID_t | , |
CORBA::ULong | |||
) |
MessageCountMap OpenDDS::DCPS::InternalTransportStatistics::message_count |
Definition at line 90 of file TransportStatistics.h.
Referenced by OpenDDS::DCPS::append(), OpenDDS::RTPS::Spdp::SpdpTransport::handle_input(), and OpenDDS::RTPS::Spdp::SpdpTransport::send().
GuidCountMap OpenDDS::DCPS::InternalTransportStatistics::reader_nack_count |
Definition at line 93 of file TransportStatistics.h.
Referenced by OpenDDS::DCPS::append(), OpenDDS::DCPS::RtpsUdpDataLink::RtpsReader::process_heartbeat_frag_i(), and OpenDDS::DCPS::RtpsUdpDataLink::RtpsReader::process_heartbeat_i().
const OPENDDS_STRING OpenDDS::DCPS::InternalTransportStatistics::transport |
Definition at line 88 of file TransportStatistics.h.
Referenced by OpenDDS::DCPS::append().
GuidCountMap OpenDDS::DCPS::InternalTransportStatistics::writer_resend_count |
Definition at line 92 of file TransportStatistics.h.
Referenced by OpenDDS::DCPS::append(), OpenDDS::DCPS::RtpsUdpDataLink::RtpsWriter::gather_nack_replies_i(), and OpenDDS::RTPS::Spdp::SpdpTransport::send().