Namespaces | |
| namespace | detail |
| namespace | qos |
Classes | |
| class | DomainParticipantListener |
| class | NoOpDomainParticipantListener |
Typedefs | |
| typedef uint32_t | DomainId |
| typedef ::dds::domain::detail::DomainParticipant | DomainParticipant |
| typedef ::dds::domain::detail::DomainParticipantFactory | DomainParticipantFactory |
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) |
| dds::sub::Subscriber | builtin_subscriber (dds::domain::DomainParticipant &dp) |
| DomainParticipantFactory | TheParticipantFactory () |
| DomainParticipant | find (DomainId id) |
| typedef uint32_t DomainId |
Definition at line 28 of file domainfwd.hpp.
Definition at line 30 of file domainfwd.hpp.
Definition at line 33 of file domainfwd.hpp.
| dds::sub::Subscriber dds::domain::builtin_subscriber | ( | dds::domain::DomainParticipant & | dp | ) |
| DomainParticipant dds::domain::find | ( | DomainId | id | ) |
This operation retrieves a previously created DomainParticipant belonging to specified domain_id. If no such DomainParticipant exists, the operation will return a <it>nil</it> value.
| id | the domain id |
| void dds::domain::ignore | ( | const dds::domain::DomainParticipant & | dp, | |
| FwdIterator | begin, | |||
| FwdIterator | end | |||
| ) |
| void dds::domain::ignore | ( | const dds::domain::DomainParticipant & | dp, | |
| const dds::core::InstanceHandle & | handle | |||
| ) |
| DomainParticipantFactory dds::domain::TheParticipantFactory | ( | ) |
1.7.1