Fast DDS  Version 3.0.0
Fast DDS
Loading...
Searching...
No Matches
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
24namespace eprosima {
25namespace fastdds {
26namespace statistics {
27namespace dds {
28
35{
36public:
37
41 FASTDDS_EXPORTED_API DataReaderQos();
42};
43
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:133
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:45
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
eProsima namespace.