Cyclone ISO C++ API Reference Guide
QosProvider.hpp
Go to the documentation of this file.
1 #ifndef OMG_DDS_CORE_QOS_TPROVIDER_HPP_
2 #define OMG_DDS_CORE_QOS_TPROVIDER_HPP_
3 
4 
5 /* Copyright 2010, Object Management Group, Inc.
6  * Copyright 2010, PrismTech, Inc.
7  * Copyright 2010, Real-Time Innovations, Inc.
8  * All rights reserved.
9  *
10  * Licensed under the Apache License, Version 2.0 (the "License");
11  * you may not use this file except in compliance with the License.
12  * You may obtain a copy of the License at
13  *
14  * http://www.apache.org/licenses/LICENSE-2.0
15  *
16  * Unless required by applicable law or agreed to in writing, software
17  * distributed under the License is distributed on an "AS IS" BASIS,
18  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  * See the License for the specific language governing permissions and
20  * limitations under the License.
21  */
22 
23 #include <dds/core/Reference.hpp>
24 
26 
28 
31 
34 
35 namespace dds
36 {
37 namespace core
38 {
39 
40 class QosProvider;
41 }
42 }
43 
55 {
56 public:
84  explicit QosProvider(const std::string& uri, const std::string& profile);
85 
111  explicit QosProvider(const std::string& uri);
112 
127 
150 
165 
187  dds::topic::qos::TopicQos topic_qos(const std::string& id);
188 
203 
225  dds::sub::qos::SubscriberQos subscriber_qos(const std::string& id);
226 
241 
263  dds::sub::qos::DataReaderQos datareader_qos(const std::string& id);
264 
279 
301  dds::pub::qos::PublisherQos publisher_qos(const std::string& id);
302 
317 
339  dds::pub::qos::DataWriterQos datawriter_qos(const std::string& id);
340 };
341 
342 #endif /* OMG_DDS_CORE_QOS_TPROVIDER_HPP_ */
TopicQos.hpp
DataWriterQos.hpp
dds::pub::qos::PublisherQos
This object provides the basic mechanism for an application to specify Quality of Service attributes ...
Definition: PublisherQos.hpp:58
DomainParticipantQos.hpp
dds::pub::qos::DataWriterQos
This object provides the basic mechanism for an application to specify Quality of Service attributes ...
Definition: DataWriterQos.hpp:68
PublisherQos.hpp
dds::core::QosProvider::publisher_qos
dds::pub::qos::PublisherQos publisher_qos()
dds::core::QosProvider::datareader_qos
dds::sub::qos::DataReaderQos datareader_qos()
dds::topic::qos::TopicQos
This struct provides the basic mechanism for an application to specify Quality of Service attributes ...
Definition: TopicQos.hpp:67
dds::core::QosProvider::QosProvider
QosProvider(const std::string &uri, const std::string &profile)
dds::core::QosProvider::subscriber_qos
dds::sub::qos::SubscriberQos subscriber_qos()
dds::core::Reference
Base class for reference-counted objects.
Definition: Reference.hpp:94
DataReaderQos.hpp
dds::sub::qos::SubscriberQos
This class provides the basic mechanism for an application to specify Quality of Service attributes f...
Definition: SubscriberQos.hpp:58
dds::domain::qos::DomainParticipantQos
This class provides the basic mechanism for an application to specify Quality of Service attributes f...
Definition: DomainParticipantQos.hpp:58
dds
Definition: array.hpp:30
Reference.hpp
dds::core::QosProvider::topic_qos
dds::topic::qos::TopicQos topic_qos()
SubscriberQos.hpp
dds::core::QosProvider::datawriter_qos
dds::pub::qos::DataWriterQos datawriter_qos()
dds::sub::qos::DataReaderQos
This class provides the basic mechanism for an application to specify Quality of Service attributes f...
Definition: DataReaderQos.hpp:66
dds::core::QosProvider
The QosProvider API allows users to specify the QoS settings of their DCPS entities outside of applic...
Definition: QosProvider.hpp:54
dds::core::QosProvider::participant_qos
dds::domain::qos::DomainParticipantQos participant_qos()