
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 201 of file ReplayerImpl.h.
| OpenDDS::DCPS::ReplayerImpl::ReaderInfo::ReaderInfo | ( | const char * | filter, | |
| const DDS::StringSeq & | params, | |||
| DomainParticipantImpl * | participant, | |||
| bool | durable | |||
| ) | 
Definition at line 487 of file ReplayerImpl.cpp.
00491 : expected_sequence_(SequenceNumber::SEQUENCENUMBER_UNKNOWN()) 00492 , durable_(durable) 00493 { 00494 ACE_UNUSED_ARG(filter); 00495 ACE_UNUSED_ARG(params); 00496 ACE_UNUSED_ARG(participant); 00497 }
| OpenDDS::DCPS::ReplayerImpl::ReaderInfo::~ReaderInfo | ( | ) | 
Definition at line 500 of file ReplayerImpl.cpp.
Definition at line 203 of file ReplayerImpl.h.
Definition at line 202 of file ReplayerImpl.h.
 1.6.1