|
RTI Connext Modern C++ API
Version 6.0.0
|
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... | |
The definition of the dds::core::safe_enum rti::sub::TopicQuerySelectionKind.
The underlying enum type.
| HISTORY_SNAPSHOT |
Indicates that the rti::sub::TopicQuery may only select samples that were in the DataWriter cache upon reception.
|
| CONTINUOUS |
Indicates that the rti::sub::TopicQuery may continue selecting samples published after its reception.
|