We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b723424 commit 132f306Copy full SHA for 132f306
rmw/include/rmw/types.h
@@ -192,9 +192,11 @@ enum RMW_PUBLIC_TYPE rmw_qos_durability_policy_t
192
RMW_QOS_POLICY_DURABILITY_VOLATILE
193
};
194
195
+/// ROS MiddleWare quality of service profile.
196
typedef struct RMW_PUBLIC_TYPE rmw_qos_profile_t
197
{
198
enum rmw_qos_history_policy_t history;
199
+ /// Size of the message queue.
200
size_t depth;
201
enum rmw_qos_reliability_policy_t reliability;
202
enum rmw_qos_durability_policy_t durability;
0 commit comments