Cyclone ISO C++ API Reference Guide
|
Go to the documentation of this file. 1 #ifndef OMG_TDDS_SUB_ANY_DATA_READER_HPP_
2 #define OMG_TDDS_SUB_ANY_DATA_READER_HPP_
58 template <
typename H__>
64 *
this = dds::core::null;
73 template <
typename T__>
80 *
this = dds::core::null;
A Subscriber is the object responsible for the actual reception of the data resulting from its subscr...
AnyDataReader & operator=(const T__ &rhs)
const dds::sub::Subscriber & subscriber() const
dds::core::status::RequestedDeadlineMissedStatus requested_deadline_missed_status()
const AnyDataReader & operator>>(dds::sub::qos::DataReaderQos &qos) const
dds::core::status::RequestedIncompatibleQosStatus requested_incompatible_qos_status()
void wait_for_historical_data(const dds::core::Duration &timeout)
#define OMG_DDS_IMPLICIT_REF_BASE(TYPE)
AnyDataReader(const H__ &h)
#define OMG_DDS_REF_TYPE_PROTECTED_DC(TYPE, BASE, DELEGATE)
dds::sub::qos::DataReaderQos qos() const
Exception: An operation was invoked on an inappropriate object or at an inappropriate time.
Base class for reference-counted objects.
dds::core::status::SampleRejectedStatus sample_rejected_status()
dds::core::status::SampleLostStatus sample_lost_status()
Typeless base class for the typed DataReader.
dds::core::status::LivelinessChangedStatus liveliness_changed_status()
dds::core::status::SubscriptionMatchedStatus subscription_matched_status()
This class is the abstract base class for all the DCPS objects.
This class provides the basic mechanism for an application to specify Quality of Service attributes f...
AnyDataReader & operator<<(const dds::sub::qos::DataReaderQos &qos)
const dds::topic::TopicDescription & topic_description() const
This class is the base for Topic, ContentFilteredTopic and MultiTopic.