1 #ifndef OMG_DDS_SUB_FIND_HPP_ 2 #define OMG_DDS_SUB_FIND_HPP_ 69 template <
typename READER,
typename FwdIterator>
72 const std::string &topic_name,
73 FwdIterator begin, uint32_t max_size);
92 template <
typename READER,
typename BinIterator>
95 const std::string &topic_name,
117 template <
typename READER,
typename T,
typename FwdIterator>
121 FwdIterator begin, uint32_t max_size);
140 template <
typename READER,
typename T,
typename BinIterator>
175 template <
typename READER,
typename FwdIterator>
179 FwdIterator begin, uint32_t max_size);
208 template <
typename READER,
typename BinIterator>
A Subscriber is the object responsible for the actual reception of the data resulting from its subscr...
This class is the base for Topic, ContentFilteredTopic and MultiTopic.
Class to hold sample DataState information.
const dds::sub::Subscriber builtin_subscriber(const dds::domain::DomainParticipant &dp)
A DomainParticipant represents the local membership of the application in a Domain.
uint32_t find(const dds::sub::Subscriber &sub, const std::string &topic_name, FwdIterator begin, uint32_t max_size)