17 #ifndef CYBER_TRANSPORT_QOS_QOS_PROFILE_CONF_H_ 18 #define CYBER_TRANSPORT_QOS_QOS_PROFILE_CONF_H_ 22 #include "cyber/proto/qos_profile.pb.h" 28 using cyber::proto::QosDurabilityPolicy;
29 using cyber::proto::QosHistoryPolicy;
30 using cyber::proto::QosProfile;
31 using cyber::proto::QosReliabilityPolicy;
39 uint32_t depth, uint32_t mps,
40 const QosReliabilityPolicy& reliability,
41 const QosDurabilityPolicy& durability);
60 #endif // CYBER_TRANSPORT_QOS_QOS_PROFILE_CONF_H_ Definition: qos_profile_conf.h:33
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
static const QosProfile QOS_PROFILE_SYSTEM_DEFAULT
Definition: qos_profile_conf.h:51
virtual ~QosProfileConf()
static const QosProfile QOS_PROFILE_SERVICES_DEFAULT
Definition: qos_profile_conf.h:49
static const QosProfile QOS_PROFILE_SENSOR_DATA
Definition: qos_profile_conf.h:47
static QosProfile CreateQosProfile(const QosHistoryPolicy &history, uint32_t depth, uint32_t mps, const QosReliabilityPolicy &reliability, const QosDurabilityPolicy &durability)
static const uint32_t QOS_MPS_SYSTEM_DEFAULT
Definition: qos_profile_conf.h:44
static const uint32_t QOS_HISTORY_DEPTH_SYSTEM_DEFAULT
Definition: qos_profile_conf.h:43
static const QosProfile QOS_PROFILE_PARAM_EVENT
Definition: qos_profile_conf.h:50
static const QosProfile QOS_PROFILE_PARAMETERS
Definition: qos_profile_conf.h:48
static const QosProfile QOS_PROFILE_TF_STATIC
Definition: qos_profile_conf.h:52
static const QosProfile QOS_PROFILE_DEFAULT
Definition: qos_profile_conf.h:46
static const QosProfile QOS_PROFILE_TOPO_CHANGE
Definition: qos_profile_conf.h:53