RTI Connext Modern C++ API  Version 6.0.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rti::sub::TopicQuerySelectionKind_def Struct Reference

The definition of the dds::core::safe_enum rti::sub::TopicQuerySelectionKind. More...

#include <TopicQuery.hpp>

Public Types

enum  type {
  HISTORY_SNAPSHOT,
  CONTINUOUS
}
 The underlying enum type. More...
 

Detailed Description

Member Enumeration Documentation

The underlying enum type.

Enumerator:
HISTORY_SNAPSHOT 

Indicates that the rti::sub::TopicQuery may only select samples that were in the DataWriter cache upon reception.


[default]

CONTINUOUS 

Indicates that the rti::sub::TopicQuery may continue selecting samples published after its reception.


The subscribing application must explicitly delete the TopicQuery (see rti::sub::TopicQuery::close()) to signal the DataWriters to stop publishing samples for it.


RTI Connext Modern C++ API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc