Cyclone ISO C++ API Reference Guide
|
Go to the documentation of this file. 1 #ifndef OMG_TDDS_DOMAIN_DOMAIN_PARTICIPANT_HPP_
2 #define OMG_TDDS_DOMAIN_DOMAIN_PARTICIPANT_HPP_
24 #include <dds/core/detail/conformance.hpp>
43 class DomainParticipant;
45 class DomainParticipantListener;
142 const std::string& config = std::string());
178 const ::dds::core::status::StatusMask& event_mask);
static dds::domain::qos::DomainParticipantQos default_participant_qos()
This object provides the basic mechanism for an application to specify Quality of Service attributes ...
bool contains_entity(const ::dds::core::InstanceHandle &handle)
Listener * listener() const
StatusMask is a bitmap or bitset field.
#define OMG_DDS_REF_TYPE_PROTECTED_DC(TYPE, BASE, DELEGATE)
This struct provides the basic mechanism for an application to specify Quality of Service attributes ...
uint32_t domain_id() const
#define OMG_DDS_EXPLICIT_REF_BASE(TYPE, FROM)
dds::sub::qos::SubscriberQos default_subscriber_qos() const
This class provides the basic mechanism for an application to specify Quality of Service attributes f...
DomainParticipant & operator<<(const dds::domain::qos::DomainParticipantQos &qos)
const DomainParticipant & operator>>(dds::domain::qos::DomainParticipantQos &qos) const
This class provides the basic mechanism for an application to specify Quality of Service attributes f...
dds::domain::DomainParticipantListener Listener
This class is the abstract base class for all the DCPS objects.
dds::core::Time current_time() const
dds::pub::qos::PublisherQos default_publisher_qos() const
DomainParticipant events Listener.
DomainParticipant(uint32_t id)
const dds::domain::qos::DomainParticipantQos & qos() const
dds::topic::qos::TopicQos default_topic_qos() const
A DomainParticipant represents the local membership of the application in a Domain.