OpenSplice ISO C++ 2 DCPS  v6.x
ISO C++ 2 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
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_ */
The QosProvider API allows users to specify the QoS settings of their DCPS entities outside of applic...
Definition: QosProvider.hpp:54
dds::domain::qos::DomainParticipantQos participant_qos()
This class provides the basic mechanism for an application to specify Quality of Service attributes f...
This object provides the basic mechanism for an application to specify Quality of Service attributes ...
dds::sub::qos::DataReaderQos datareader_qos()
dds::sub::qos::SubscriberQos subscriber_qos()
Definition: array.hpp:23
Base class for reference-counted objects.
Definition: Reference.hpp:94
This struct provides the basic mechanism for an application to specify Quality of Service attributes ...
Definition: TopicQos.hpp:67
dds::pub::qos::DataWriterQos datawriter_qos()
QosProvider(const std::string &uri, const std::string &profile)
dds::pub::qos::PublisherQos publisher_qos()
This object provides the basic mechanism for an application to specify Quality of Service attributes ...
This class provides the basic mechanism for an application to specify Quality of Service attributes f...
dds::topic::qos::TopicQos topic_qos()
This class provides the basic mechanism for an application to specify Quality of Service attributes f...