OpenDDS
Snapshot(2023/04/07-19:43)
|
Public Member Functions | |
typedef | OPENDDS_MAP (SequenceNumber, ReceivedDataSample) HeldMap |
OPENDDS_MAP (SequenceNumber, RTPS::FragmentNumber_t) frags_ | |
WriterInfo (const GUID_t &id, const MonotonicTime_t &participant_discovered_at, ACE_CDR::ULong participant_flags) | |
bool | should_nack () const |
bool | sends_directed_hb () const |
![]() | |
virtual | ~RcObject () |
virtual void | _add_ref () |
virtual void | _remove_ref () |
long | ref_count () const |
WeakObject * | _get_weak_object () const |
Public Attributes | |
const GUID_t | id_ |
const MonotonicTime_t | participant_discovered_at_ |
DisjointSequence | recvd_ |
HeldMap | held_ |
SequenceNumber | hb_last_ |
CORBA::Long | heartbeat_recvd_count_ |
CORBA::Long | hb_frag_recvd_count_ |
const ACE_CDR::ULong | participant_flags_ |
Additional Inherited Members | |
![]() | |
RcObject () | |
Definition at line 588 of file RtpsUdpDataLink.h.
|
inline |
Definition at line 599 of file RtpsUdpDataLink.h.
typedef OpenDDS::DCPS::RtpsUdpDataLink::WriterInfo::OPENDDS_MAP | ( | SequenceNumber | , |
ReceivedDataSample | |||
) |
OpenDDS::DCPS::RtpsUdpDataLink::WriterInfo::OPENDDS_MAP | ( | SequenceNumber | , |
RTPS::FragmentNumber_t | |||
) |
bool OpenDDS::DCPS::RtpsUdpDataLink::WriterInfo::sends_directed_hb | ( | ) | const |
Definition at line 2026 of file RtpsUdpDataLink.cpp.
References OpenDDS::RTPS::PFLAGS_DIRECTED_HEARTBEAT.
bool OpenDDS::DCPS::RtpsUdpDataLink::WriterInfo::should_nack | ( | ) | const |
Definition at line 2015 of file RtpsUdpDataLink.cpp.
CORBA::Long OpenDDS::DCPS::RtpsUdpDataLink::WriterInfo::hb_frag_recvd_count_ |
Definition at line 596 of file RtpsUdpDataLink.h.
SequenceNumber OpenDDS::DCPS::RtpsUdpDataLink::WriterInfo::hb_last_ |
Definition at line 594 of file RtpsUdpDataLink.h.
CORBA::Long OpenDDS::DCPS::RtpsUdpDataLink::WriterInfo::heartbeat_recvd_count_ |
Definition at line 596 of file RtpsUdpDataLink.h.
HeldMap OpenDDS::DCPS::RtpsUdpDataLink::WriterInfo::held_ |
Definition at line 593 of file RtpsUdpDataLink.h.
const GUID_t OpenDDS::DCPS::RtpsUdpDataLink::WriterInfo::id_ |
Definition at line 589 of file RtpsUdpDataLink.h.
const MonotonicTime_t OpenDDS::DCPS::RtpsUdpDataLink::WriterInfo::participant_discovered_at_ |
Definition at line 590 of file RtpsUdpDataLink.h.
const ACE_CDR::ULong OpenDDS::DCPS::RtpsUdpDataLink::WriterInfo::participant_flags_ |
Definition at line 597 of file RtpsUdpDataLink.h.
DisjointSequence OpenDDS::DCPS::RtpsUdpDataLink::WriterInfo::recvd_ |
Definition at line 591 of file RtpsUdpDataLink.h.