RTI Connext Modern C++ API  Version 5.3.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rti::sub::status::StreamKind Class Reference

<<extension>> Indicates which stream to read from: live stream, topic-query stream or both More...

#include <rti/sub/status/DataStateEx.hpp>

Inherits bitset< OMG_DDS_STATE_BIT_COUNT >.

Public Types

typedef std::bitset
< OMG_DDS_STATE_BIT_COUNT > 
MaskType
 An std::bitset of StreamKinds.
 

Public Member Functions

 StreamKind (const MaskType &other)
 Create an StreamKind from MaskType.
 

Static Public Member Functions

static StreamKind live ()
 Returns the StreamKind that selects the live stream.
 
static StreamKind topic_query ()
 Returns the StreamKind that selects the topic-query stream.
 
static StreamKind any ()
 Returns the StreamKind that selects either stream.
 

Detailed Description

<<extension>> Indicates which stream to read from: live stream, topic-query stream or both

See Also
Topic Queries

Member Typedef Documentation

typedef std::bitset<OMG_DDS_STATE_BIT_COUNT > rti::sub::status::StreamKind::MaskType

An std::bitset of StreamKinds.

Constructor & Destructor Documentation

rti::sub::status::StreamKind::StreamKind ( const MaskType other)
inline

Create an StreamKind from MaskType.

Parameters
otherThe MaskType to create the StreamKind with

Member Function Documentation

static StreamKind rti::sub::status::StreamKind::live ( )
inlinestatic

Returns the StreamKind that selects the live stream.

static StreamKind rti::sub::status::StreamKind::topic_query ( )
inlinestatic

Returns the StreamKind that selects the topic-query stream.

static StreamKind rti::sub::status::StreamKind::any ( )
inlinestatic

Returns the StreamKind that selects either stream.


RTI Connext Modern C++ API Version 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc