rmw
master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
|
Go to the documentation of this file.
15 #ifndef RMW__QOS_STRING_CONVERSIONS_H_
16 #define RMW__QOS_STRING_CONVERSIONS_H_
177 #endif // RMW__QOS_STRING_CONVERSIONS_H_
const char * rmw_qos_reliability_policy_to_str(enum rmw_qos_reliability_policy_t value)
Return a string representing the policy value.
#define RMW_PUBLIC
Definition: visibility_control.h:48
enum rmw_qos_history_policy_t rmw_qos_history_policy_from_str(const char *str)
Return a enum value based on the provided string.
enum RMW_PUBLIC_TYPE rmw_qos_liveliness_policy_t
Definition: types.h:427
enum rmw_qos_durability_policy_t rmw_qos_durability_policy_from_str(const char *str)
Return a enum value based on the provided string.
const char * rmw_qos_history_policy_to_str(enum rmw_qos_history_policy_t value)
Return a string representing the policy value.
enum RMW_PUBLIC_TYPE rmw_qos_history_policy_t
QoS history enumerations describing how samples endure.
Definition: types.h:382
const char * rmw_qos_policy_kind_to_str(rmw_qos_policy_kind_t kind)
Return a string representing the policy kind.
const char * rmw_qos_durability_policy_to_str(enum rmw_qos_durability_policy_t value)
Return a string representing the policy value.
enum RMW_PUBLIC_TYPE rmw_qos_policy_kind_t rmw_qos_policy_kind_t
QoS Policy Kinds.
Definition: qos_policy_kind.h:27
enum RMW_PUBLIC_TYPE rmw_qos_durability_policy_t
QoS durability enumerations describing how samples persist.
Definition: types.h:398
enum rmw_qos_liveliness_policy_t rmw_qos_liveliness_policy_from_str(const char *str)
Return a enum value based on the provided string.
enum rmw_qos_reliability_policy_t rmw_qos_reliability_policy_from_str(const char *str)
Return a enum value based on the provided string.
enum RMW_PUBLIC_TYPE rmw_qos_reliability_policy_t
Definition: types.h:366
const char * rmw_qos_liveliness_policy_to_str(enum rmw_qos_liveliness_policy_t value)
Return a string representing the policy value.
rmw_qos_policy_kind_t rmw_qos_policy_kind_from_str(const char *str)
Return a policy kind based on the provided string.