Public Member Functions | |
InterestingAckNack () | |
InterestingAckNack (const RepoId &w, const RepoId &r, const ACE_INET_Addr &wa) | |
bool | operator< (const InterestingAckNack &other) const |
Public Attributes | |
RepoId | writerid |
RepoId | readerid |
ACE_INET_Addr | writer_address |
Definition at line 487 of file RtpsUdpDataLink.h.
OpenDDS::DCPS::RtpsUdpDataLink::InterestingAckNack::InterestingAckNack | ( | ) | [inline] |
Definition at line 492 of file RtpsUdpDataLink.h.
OpenDDS::DCPS::RtpsUdpDataLink::InterestingAckNack::InterestingAckNack | ( | const RepoId & | w, | |
const RepoId & | r, | |||
const ACE_INET_Addr & | wa | |||
) | [inline] |
Definition at line 493 of file RtpsUdpDataLink.h.
00494 : writerid(w) 00495 , readerid(r) 00496 , writer_address(wa) 00497 { }
bool OpenDDS::DCPS::RtpsUdpDataLink::InterestingAckNack::operator< | ( | const InterestingAckNack & | other | ) | const [inline] |
Definition at line 489 of file RtpsUdpDataLink.h.
Referenced by operator<().
Definition at line 490 of file RtpsUdpDataLink.h.
Definition at line 488 of file RtpsUdpDataLink.h.
Referenced by operator<().