Cyclone ISO C++ API Reference Guide
|
Go to the documentation of this file. 1 #ifndef OMG_TDDS_SUB_SUBSCRIBER_HPP_
2 #define OMG_TDDS_SUB_SUBSCRIBER_HPP_
33 class SubscriberListener;
81 Subscriber(const ::dds::domain::DomainParticipant& dp);
105 Subscriber(const ::dds::domain::DomainParticipant& dp,
A Subscriber is the object responsible for the actual reception of the data resulting from its subscr...
dds::sub::qos::DataReaderQos default_datareader_qos() const
dds::sub::SubscriberListener Listener
Subscriber & operator<<(const dds::sub::qos::SubscriberQos &qos)
StatusMask is a bitmap or bitset field.
#define OMG_DDS_IMPLICIT_REF_BASE(TYPE)
Subscriber(const ::dds::domain::DomainParticipant &dp)
const dds::domain::DomainParticipant & participant() const
#define OMG_DDS_REF_TYPE_PROTECTED_DC(TYPE, BASE, DELEGATE)
This class provides the basic mechanism for an application to specify Quality of Service attributes f...
Subscriber events Listener.
Listener * listener() const
This class is the abstract base class for all the DCPS objects.
const dds::sub::qos::SubscriberQos & qos() const
This class provides the basic mechanism for an application to specify Quality of Service attributes f...
const Subscriber & operator>>(dds::sub::qos::SubscriberQos &qos) const
void notify_datareaders()
A DomainParticipant represents the local membership of the application in a Domain.