Fast DDS  Version 3.6.1.0
Fast DDS
DataReaderQos.hpp
1 // Copyright 2021 Proyectos y Sistemas de Mantenimiento SL (eProsima).
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 // http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14 
19 #ifndef FASTDDS_STATISTICS_DDS_SUBSCRIBER_QOS__DATAREADERQOS_HPP
20 #define FASTDDS_STATISTICS_DDS_SUBSCRIBER_QOS__DATAREADERQOS_HPP
21 
22 #include <fastdds/dds/subscriber/qos/DataReaderQos.hpp>
23 
24 namespace eprosima {
25 namespace fastdds {
26 namespace statistics {
27 namespace dds {
28 
35 {
36 public:
37 
41  FASTDDS_EXPORTED_API DataReaderQos();
42 };
43 
50 {
51 public:
52 
56  FASTDDS_EXPORTED_API MonitorServiceDataReaderQos();
57 };
58 
61 
64 
65 } // dds
66 } // statistics
67 } // fastdds
68 } // eprosima
69 
70 #endif // FASTDDS_STATISTICS_DDS_SUBSCRIBER_QOS__DATAREADERQOS_HPP
Class DataReaderQos, containing all the possible Qos that can be set for a determined DataReader.
Definition: DataReaderQos.hpp:44
Class DataReaderQos: extends standard DDS DataReaderQos class to include specific default constructor...
Definition: DataReaderQos.hpp:35
FASTDDS_EXPORTED_API DataReaderQos()
Constructor.
Class MonitorServiceDataReaderQos: extends standard DDS DataReaderQos class to include specific defau...
Definition: DataReaderQos.hpp:50
FASTDDS_EXPORTED_API MonitorServiceDataReaderQos()
Constructor.
Definition: DomainParticipant.hpp:46
const eprosima::fastdds::statistics::dds::DataReaderQos STATISTICS_DATAREADER_QOS
Constant to access default Statistics DataReader Qos.
Definition: DataReaderQos.hpp:60
const eprosima::fastdds::statistics::dds::MonitorServiceDataReaderQos MONITOR_SERVICE_DATAREADER_QOS
Constant to access default Monitor Service Statistics DataReader Qos.
Definition: DataReaderQos.hpp:63