<<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.
|
|
Detailed Description
<<extension>> Indicates which stream to read from: live stream, topic-query stream or both
- See Also
- Topic Queries
Member Typedef Documentation
An std::bitset of StreamKinds.
Constructor & Destructor Documentation
rti::sub::status::StreamKind::StreamKind |
( |
const MaskType & |
other | ) |
|
|
inline |
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.