RTI Connext C API  Version 6.0.0
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Stream Kinds

DDS_StreamKind and associated elements More...

Typedefs

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

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

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

Enumeration Type Documentation

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.


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