OpenDDS::DCPS::RtpsUdpDataLink::InterestingAckNack Struct Reference

Collaboration diagram for OpenDDS::DCPS::RtpsUdpDataLink::InterestingAckNack:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Definition at line 460 of file RtpsUdpDataLink.h.


Constructor & Destructor Documentation

OpenDDS::DCPS::RtpsUdpDataLink::InterestingAckNack::InterestingAckNack (  )  [inline]

Definition at line 465 of file RtpsUdpDataLink.h.

00465 { }

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     { }


Member Function Documentation

bool OpenDDS::DCPS::RtpsUdpDataLink::InterestingAckNack::operator< ( const InterestingAckNack other  )  const [inline]

Definition at line 472 of file RtpsUdpDataLink.h.

References readerid, and writerid.

00472                                                           {
00473       if (writerid != other.writerid) {
00474         return DCPS::GUID_tKeyLessThan() (writerid, other.writerid);
00475       }
00476       return DCPS::GUID_tKeyLessThan() (readerid, other.readerid);
00477     }


Member Data Documentation

RepoId OpenDDS::DCPS::RtpsUdpDataLink::InterestingAckNack::readerid

Definition at line 462 of file RtpsUdpDataLink.h.

Referenced by operator<().

ACE_INET_Addr OpenDDS::DCPS::RtpsUdpDataLink::InterestingAckNack::writer_address

Definition at line 463 of file RtpsUdpDataLink.h.

RepoId OpenDDS::DCPS::RtpsUdpDataLink::InterestingAckNack::writerid

Definition at line 461 of file RtpsUdpDataLink.h.

Referenced by operator<().


The documentation for this struct was generated from the following file:
Generated on Fri Feb 12 20:06:36 2016 for OpenDDS by  doxygen 1.4.7