OpenDDS::DCPS::RtpsUdpDataLink::RtpsReader Struct Reference

List of all members.

Public Member Functions

bool nack_durable (const WriterInfo &info)

Public Attributes

WriterInfoMap remote_writers_
bool durable_

Detailed Description

Definition at line 276 of file RtpsUdpDataLink.h.


Member Function Documentation

bool OpenDDS::DCPS::RtpsUdpDataLink::RtpsReader::nack_durable ( const WriterInfo info  ) 

Definition at line 1248 of file RtpsUdpDataLink.cpp.

References durable_, OpenDDS::DCPS::DisjointSequence::empty(), OpenDDS::DCPS::RtpsUdpDataLink::WriterInfo::hb_range_, OpenDDS::DCPS::DisjointSequence::low(), and OpenDDS::DCPS::RtpsUdpDataLink::WriterInfo::recvd_.

01249 {
01250   return durable_ && (info.recvd_.empty() ||
01251                       info.recvd_.low() > info.hb_range_.first);
01252 }

Here is the call graph for this function:


Member Data Documentation

Definition at line 278 of file RtpsUdpDataLink.h.

Referenced by nack_durable().

Definition at line 277 of file RtpsUdpDataLink.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1