Public Member Functions | |
ReaderInfo (const char *filter, const DDS::StringSeq ¶ms, DomainParticipantImpl *participant, bool durable) | |
~ReaderInfo () | |
Public Attributes | |
SequenceNumber | expected_sequence_ |
bool | durable_ |
Definition at line 202 of file ReplayerImpl.h.
OpenDDS::DCPS::ReplayerImpl::ReaderInfo::ReaderInfo | ( | const char * | filter, | |
const DDS::StringSeq & | params, | |||
DomainParticipantImpl * | participant, | |||
bool | durable | |||
) |
Definition at line 505 of file ReplayerImpl.cpp.
References OpenDDS::DCPS::ReplayerImpl::participant().
00509 : expected_sequence_(SequenceNumber::SEQUENCENUMBER_UNKNOWN()) 00510 , durable_(durable) 00511 { 00512 ACE_UNUSED_ARG(filter); 00513 ACE_UNUSED_ARG(params); 00514 ACE_UNUSED_ARG(participant); 00515 }
OpenDDS::DCPS::ReplayerImpl::ReaderInfo::~ReaderInfo | ( | ) |
Definition at line 204 of file ReplayerImpl.h.
Definition at line 203 of file ReplayerImpl.h.