RTI Connext Traditional C++ API  Version 6.1.1

DDS_StreamKind and associated elements More...

Typedefs

typedef DDS_UnsignedLong DDS_StreamKindMask
 A bit-mask (list) of stream kinds, i.e. DDS_StreamKind. More...
 

Enumerations

enum  DDS_StreamKind {
  DDS_LIVE_STREAM = 0x0001 << 0,
  DDS_TOPIC_QUERY_STREAM = 0x0001 << 1
}
 Indicates if the samples are TopicQuery samples or not. More...
 

Detailed Description

DDS_StreamKind and associated elements

Typedef Documentation

◆ DDS_StreamKindMask

A bit-mask (list) of stream kinds, i.e. DDS_StreamKind.

Enumeration Type Documentation

◆ DDS_StreamKind

Indicates if the samples are TopicQuery samples or not.

Enumerator
DDS_LIVE_STREAM 

Sample is a live data sample.

DDS_TOPIC_QUERY_STREAM 

Sample is a TopicQuery sample.