Apollo 10.0
自动驾驶开放平台
qos_profile_conf.h
浏览该文件的文档.
1/******************************************************************************
2 * Copyright 2018 The Apollo Authors. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *****************************************************************************/
16
17#ifndef CYBER_TRANSPORT_QOS_QOS_PROFILE_CONF_H_
18#define CYBER_TRANSPORT_QOS_QOS_PROFILE_CONF_H_
19
20#include <cstdint>
21
22#include "cyber/proto/qos_profile.pb.h"
23
24namespace apollo {
25namespace cyber {
26namespace transport {
27
30using cyber::proto::QosProfile;
32
34 public:
36 virtual ~QosProfileConf();
37
38 static QosProfile CreateQosProfile(const QosHistoryPolicy& history,
39 uint32_t depth, uint32_t mps,
40 const QosReliabilityPolicy& reliability,
41 const QosDurabilityPolicy& durability);
42
43 static const uint32_t QOS_HISTORY_DEPTH_SYSTEM_DEFAULT;
44 static const uint32_t QOS_MPS_SYSTEM_DEFAULT;
45
54};
55
56} // namespace transport
57} // namespace cyber
58} // namespace apollo
59
60#endif // CYBER_TRANSPORT_QOS_QOS_PROFILE_CONF_H_
static const uint32_t QOS_HISTORY_DEPTH_SYSTEM_DEFAULT
static const QosProfile QOS_PROFILE_SERVICES_DEFAULT
static const QosProfile QOS_PROFILE_TF_STATIC
static const QosProfile QOS_PROFILE_SENSOR_DATA
static const QosProfile QOS_PROFILE_PARAM_EVENT
static const QosProfile QOS_PROFILE_SYSTEM_DEFAULT
static QosProfile CreateQosProfile(const QosHistoryPolicy &history, uint32_t depth, uint32_t mps, const QosReliabilityPolicy &reliability, const QosDurabilityPolicy &durability)
static const QosProfile QOS_PROFILE_TOPO_CHANGE
static const QosProfile QOS_PROFILE_PARAMETERS
class register implement
Definition arena_queue.h:37