RTI Connext Micro C++ API Version 4.3.0
Loading...
Searching...
No Matches

DDSSubscriber entity and associated elements More...

Classes

struct  DDS_SubscriberQos
 QoS policies supported by a DDSSubscriber entity. More...
 
class  DDSSubscriberListener
 <<interface>> DDSListener for status about a subscriber. More...
 
class  DDSSubscriber
 <<interface>> A subscriber is the object responsible for actually receiving data from a subscription. More...
 

Variables

const struct DDS_DataReaderQos DDS_DATAREADER_QOS_DEFAULT
 Special value for creating data reader with default QoS.
 

Detailed Description

DDSSubscriber entity and associated elements

Variable Documentation

◆ DDS_DATAREADER_QOS_DEFAULT

const struct DDS_DataReaderQos DDS_DATAREADER_QOS_DEFAULT
extern

Special value for creating data reader with default QoS.

When used in DDSSubscriber::create_datareader, this special value is used to indicate that the DDSDataReader should be created with the default DDSDataReader QoS.

NOTE: You cannot use this value to get the default QoS for a DDSDataReader; for this purpose, use DDSSubscriber::get_default_datareader_qos.

See also
DDSSubscriber::create_datareader