Namespaces | |
| namespace | detail |
| namespace | qos |
Classes | |
| class | AnyDataWriter |
| class | AnyDataWriterListener |
| class | NoOpAnyDataWriterListener |
| class | DataWriter |
| class | DataWriterListener |
| class | NoOpDataWriterListener |
| class | PublisherListener |
| class | NoOpPublisherListener |
Typedefs | |
| typedef ::dds::pub::detail::CoherentSet | CoherentSet |
| typedef dds::pub::detail::Publisher | Publisher |
| typedef ::dds::pub::detail::SuspendedPublication | SuspendedPublication |
Functions | |
| template<typename WRITER , typename FwdIterator > | |
| uint32_t | find (const dds::pub::Publisher &pub, const std::string &topic_name, FwdIterator begin, uint32_t max_size) |
| template<typename WRITER , typename BinIterator > | |
| uint32_t | find (const dds::pub::Publisher &pub, const std::string &topic_name, BinIterator begin) |
| template<typename T > | |
| Publisher | parent (const DataWriter< T > &writer) |
| Publisher | parent (const AnyDataWriter &writer) |
| dds::domain::DomainParticipant | parent (const Publisher &pub) |
| typedef ::dds::pub::detail::CoherentSet CoherentSet |
Definition at line 29 of file pubfwd.hpp.
| typedef dds::pub::detail::Publisher Publisher |
Definition at line 45 of file pubfwd.hpp.
Definition at line 49 of file pubfwd.hpp.
| uint32_t dds::pub::find | ( | const dds::pub::Publisher & | pub, | |
| const std::string & | topic_name, | |||
| FwdIterator | begin, | |||
| uint32_t | max_size | |||
| ) |
| uint32_t dds::pub::find | ( | const dds::pub::Publisher & | pub, | |
| const std::string & | topic_name, | |||
| BinIterator | begin | |||
| ) |
| Publisher dds::pub::parent | ( | const AnyDataWriter & | writer | ) | [inline] |
Definition at line 34 of file parent.hpp.
| Publisher dds::pub::parent | ( | const DataWriter< T > & | writer | ) | [inline] |
Definition at line 30 of file parent.hpp.
| dds::domain::DomainParticipant dds::pub::parent | ( | const Publisher & | pub | ) | [inline] |
Definition at line 38 of file parent.hpp.
1.7.1