Fast DDS  Version 3.0.0
Fast DDS
Loading...
Searching...
No Matches
FlowControllerConsts.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
15#ifndef FASTDDS_RTPS_FLOWCONTROL__FLOWCONTROLLERCONSTS_HPP
16#define FASTDDS_RTPS_FLOWCONTROL__FLOWCONTROLLERCONSTS_HPP
17
18#include <fastdds/fastdds_dll.hpp>
19
20namespace eprosima {
21namespace fastdds {
22namespace rtps {
23
25extern FASTDDS_EXPORTED_API const char* const FASTDDS_FLOW_CONTROLLER_DEFAULT;
27extern FASTDDS_EXPORTED_API const char* const FASTDDS_STATISTICS_FLOW_CONTROLLER_DEFAULT;
28
29} // namespace rtps
30} // namespace fastdds
31} // namespace eprosima
32
33#endif // FASTDDS_RTPS_FLOWCONTROL__FLOWCONTROLLERCONSTS_HPP
FASTDDS_EXPORTED_API const char *const FASTDDS_STATISTICS_FLOW_CONTROLLER_DEFAULT
Name of the default flow controller for statistics writers.
FASTDDS_EXPORTED_API const char *const FASTDDS_FLOW_CONTROLLER_DEFAULT
Name of the default flow controller.
eProsima namespace.