RTI Connext C API  Version 5.3.1
 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 5.3.1 Copyright © Mon Feb 19 2018 Real-Time Innovations, Inc