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 460 of file RtpsUdpDataLink.h.
OpenDDS::DCPS::RtpsUdpDataLink::InterestingAckNack::InterestingAckNack | ( | ) | [inline] |
OpenDDS::DCPS::RtpsUdpDataLink::InterestingAckNack::InterestingAckNack | ( | const RepoId & | w, | |
const RepoId & | r, | |||
const ACE_INET_Addr & | wa | |||
) | [inline] |
Definition at line 466 of file RtpsUdpDataLink.h.
00467 : writerid(w) 00468 , readerid(r) 00469 , writer_address(wa) 00470 { }
bool OpenDDS::DCPS::RtpsUdpDataLink::InterestingAckNack::operator< | ( | const InterestingAckNack & | other | ) | const [inline] |
Definition at line 463 of file RtpsUdpDataLink.h.