import "DdsDcpsDomain.idl";
Inheritance diagram for DDS::DomainParticipant:


| void DDS::DomainParticipant::assert_liveliness | ( | ) |
Implemented in OpenDDS::DCPS::DomainParticipantImpl.
| Publisher DDS::DomainParticipant::create_publisher | ( | in PublisherQos | qos, | |
| in PublisherListener | a_listener | |||
| ) |
| Subscriber DDS::DomainParticipant::create_subscriber | ( | in SubscriberQos | qos, | |
| in SubscriberListener | a_listener | |||
| ) |
| Topic DDS::DomainParticipant::create_topic | ( | in string | topic_name, | |
| in string | type_name, | |||
| in TopicQos | qos, | |||
| in TopicListener | a_listener | |||
| ) |
| ReturnCode_t DDS::DomainParticipant::delete_contained_entities | ( | ) |
Implemented in OpenDDS::DCPS::DomainParticipantImpl.
| ReturnCode_t DDS::DomainParticipant::delete_publisher | ( | in Publisher | p | ) |
| ReturnCode_t DDS::DomainParticipant::delete_subscriber | ( | in Subscriber | s | ) |
| ReturnCode_t DDS::DomainParticipant::delete_topic | ( | in Topic | a_topic | ) |
| Topic DDS::DomainParticipant::find_topic | ( | in string | topic_name, | |
| in Duration_t | timeout | |||
| ) |
| Subscriber DDS::DomainParticipant::get_builtin_subscriber | ( | ) |
Implemented in OpenDDS::DCPS::DomainParticipantImpl.
| ReturnCode_t DDS::DomainParticipant::get_current_time | ( | inout Time_t | current_time | ) |
| void DDS::DomainParticipant::get_default_publisher_qos | ( | inout PublisherQos | qos | ) |
| void DDS::DomainParticipant::get_default_subscriber_qos | ( | inout SubscriberQos | qos | ) |
| void DDS::DomainParticipant::get_default_topic_qos | ( | inout TopicQos | qos | ) |
| DomainId_t DDS::DomainParticipant::get_domain_id | ( | ) |
Implemented in OpenDDS::DCPS::DomainParticipantImpl.
| DomainParticipantListener DDS::DomainParticipant::get_listener | ( | ) |
Implemented in OpenDDS::DCPS::DomainParticipantImpl.
| void DDS::DomainParticipant::get_qos | ( | inout DomainParticipantQos | qos | ) |
| ReturnCode_t DDS::DomainParticipant::ignore_participant | ( | in InstanceHandle_t | handle | ) |
| ReturnCode_t DDS::DomainParticipant::ignore_publication | ( | in InstanceHandle_t | handle | ) |
| ReturnCode_t DDS::DomainParticipant::ignore_subscription | ( | in InstanceHandle_t | handle | ) |
| ReturnCode_t DDS::DomainParticipant::ignore_topic | ( | in InstanceHandle_t | handle | ) |
| TopicDescription DDS::DomainParticipant::lookup_topicdescription | ( | in string | name | ) |
| ReturnCode_t DDS::DomainParticipant::set_default_publisher_qos | ( | in PublisherQos | qos | ) |
| ReturnCode_t DDS::DomainParticipant::set_default_subscriber_qos | ( | in SubscriberQos | qos | ) |
| ReturnCode_t DDS::DomainParticipant::set_default_topic_qos | ( | in TopicQos | qos | ) |
| ReturnCode_t DDS::DomainParticipant::set_listener | ( | in DomainParticipantListener | a_listener, | |
| in StatusKindMask | mask | |||
| ) |
| ReturnCode_t DDS::DomainParticipant::set_qos | ( | in DomainParticipantQos | qos | ) |
1.4.7