Namespaces | |
| namespace | cond |
| namespace | detail |
| namespace | qos |
| namespace | status |
Classes | |
| class | AnyDataReader |
| class | AnyDataReaderListener |
| class | NoOpAnyDataReaderListener |
| class | DataReader |
| class | DataReaderListener |
| class | NoOpDataReaderListener |
| class | ReaderQuery |
| class | Sample |
| class | LoanedSamples |
| class | SubscriberListener |
| class | NoOpSubscriberListener |
Typedefs | |
| typedef ::dds::sub::detail::CoherentAccess | CoherentAccess |
| typedef ::dds::sub::detail::GenerationCount | GenerationCount |
| typedef ::dds::sub::detail::Rank | Rank |
| typedef tdds::sub::SampleInfo < dds::sub::detail::SampleInfo > | SampleInfo |
| typedef dds::sub::detail::Subscriber | Subscriber |
Functions | |
| void | ignore (const dds::domain::DomainParticipant &dp, const dds::core::InstanceHandle &handle) |
| template<typename FwdIterator > | |
| void | ignore (const dds::domain::DomainParticipant &dp, FwdIterator begin, FwdIterator end) |
| template<typename READER , typename FwdIterator > | |
| uint32_t | find (const dds::sub::Subscriber &sub, const std::string &topic_name, FwdIterator begin, uint32_t max_size) |
| template<typename READER , typename BinIterator > | |
| uint32_t | find (const dds::sub::Subscriber &sub, const std::string &topic_name, BinIterator begin) |
| template<typename READER , typename T , typename FwdIterator > | |
| uint32_t | find (const dds::sub::Subscriber &sub, const dds::topic::TopicDescription< T > &topic_description, FwdIterator begin, uint32_t max_size) |
| template<typename READER , typename T , typename BinIterator > | |
| uint32_t | find (const dds::sub::Subscriber &sub, const dds::topic::TopicDescription< T > &topic_description, BinIterator begin) |
| template<typename READER , typename FwdIterator > | |
| uint32_t | find (const dds::sub::Subscriber &sub, const dds::sub::status::ReaderState &rs, FwdIterator begin, uint32_t max_size) |
| template<typename READER , typename BinIterator > | |
| uint32_t | find (const dds::sub::Subscriber &sub, const dds::sub::status::ReaderState &rs, BinIterator begin) |
| dds::domain::DomainParticipant | parent (const Subscriber &sub) |
| Subscriber | parent (const AnyDataReader &reader) |
| template<typename T > | |
| Subscriber | parent (const DataReader< T > &reader) |
| template<typename READER , typename T > | |
| READER | parent (const ::dds::sub::cond::ReadCondition< T > &cond) |
Definition at line 30 of file subfwd.hpp.
Definition at line 39 of file subfwd.hpp.
| typedef ::dds::sub::detail::Rank Rank |
Definition at line 51 of file subfwd.hpp.
Definition at line 59 of file subfwd.hpp.
Definition at line 63 of file subfwd.hpp.
| uint32_t dds::sub::find | ( | const dds::sub::Subscriber & | sub, | |
| const std::string & | topic_name, | |||
| FwdIterator | begin, | |||
| uint32_t | max_size | |||
| ) |
This function retrieves a previously-created DataReader belonging to the Subscriber that is attached to a Topic with a matching topic_name. If no such DataReader exists, the operation will return an empty container. The use of this operation on the built-in Subscriber allows access to the built-in DataReader entities for the built-in topics
| uint32_t dds::sub::find | ( | const dds::sub::Subscriber & | sub, | |
| const std::string & | topic_name, | |||
| BinIterator | begin | |||
| ) |
This function retrieves a previously-created DataReader belonging to the Subscriber that is attached to a Topic with a matching topic_name. If no such DataReader exists, the operation will return an empty container. The use of this operation on the built-in Subscriber allows access to the built-in DataReader entities for the built-in topics
| uint32_t dds::sub::find | ( | const dds::sub::Subscriber & | sub, | |
| const dds::sub::status::ReaderState & | rs, | |||
| BinIterator | begin | |||
| ) |
| uint32_t dds::sub::find | ( | const dds::sub::Subscriber & | sub, | |
| const dds::topic::TopicDescription< T > & | topic_description, | |||
| FwdIterator | begin, | |||
| uint32_t | max_size | |||
| ) |
This function retrieves a previously-created DataReader belonging to the Subscriber that is attached to a Topic with a matching topic_name. If no such DataReader exists, the operation will return an empty container. The use of this operation on the built-in Subscriber allows access to the built-in DataReader entities for the built-in topics
| uint32_t dds::sub::find | ( | const dds::sub::Subscriber & | sub, | |
| const dds::topic::TopicDescription< T > & | topic_description, | |||
| BinIterator | begin | |||
| ) |
| uint32_t dds::sub::find | ( | const dds::sub::Subscriber & | sub, | |
| const dds::sub::status::ReaderState & | rs, | |||
| FwdIterator | begin, | |||
| uint32_t | max_size | |||
| ) |
| void ignore | ( | const dds::domain::DomainParticipant & | dp, | |
| FwdIterator | begin, | |||
| FwdIterator | end | |||
| ) |
| void ignore | ( | const dds::domain::DomainParticipant & | dp, | |
| const dds::core::InstanceHandle & | handle | |||
| ) |
| Subscriber dds::sub::parent | ( | const DataReader< T > & | reader | ) |
Definition at line 42 of file parent.hpp.
| Subscriber dds::sub::parent | ( | const AnyDataReader & | reader | ) | [inline] |
Definition at line 36 of file parent.hpp.
| READER dds::sub::parent | ( | const ::dds::sub::cond::ReadCondition< T > & | cond | ) |
Definition at line 49 of file parent.hpp.
| dds::domain::DomainParticipant dds::sub::parent | ( | const Subscriber & | sub | ) | [inline] |
Definition at line 31 of file parent.hpp.
1.7.1