Fast DDS  Version 3.0.1
Fast DDS
Loading...
Searching...
No Matches
DataWriterQos.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_PUBLISHER_QOS__DATAWRITERQOS_HPP
20#define FASTDDS_STATISTICS_DDS_PUBLISHER_QOS__DATAWRITERQOS_HPP
21
22#include <fastdds/dds/publisher/qos/DataWriterQos.hpp>
23#include <fastdds/fastdds_dll.hpp>
24
25namespace eprosima {
26namespace fastdds {
27namespace statistics {
28namespace dds {
29
36{
37public:
38
42 FASTDDS_EXPORTED_API DataWriterQos();
43};
44
47
48} // dds
49} // statistics
50} // fastdds
51} // eprosima
52
53#endif // FASTDDS_STATISTICS_DDS_PUBLISHER_QOS__DATAWRITERQOS_HPP
Class DataWriterQos, containing all the possible Qos that can be set for a determined DataWriter.
Definition DataWriterQos.hpp:85
Class DataWriterQos: extends standard DDS DataWriterQos class to include specific default constructor...
Definition DataWriterQos.hpp:36
FASTDDS_EXPORTED_API DataWriterQos()
Constructor.
Definition DomainParticipant.hpp:45
const eprosima::fastdds::statistics::dds::DataWriterQos STATISTICS_DATAWRITER_QOS
Constant to access default Statistics DataWriter Qos.
Definition DataWriterQos.hpp:46
eProsima namespace.