Skip to content

Commit 132f306

Browse files
mlautmandirk-thomas
authored andcommitted
minor notes explaining rmw_qos_profile_t (#156)
* minor notes explaining rmw_qos_profile_t * Doxygen * Doxygen * fixup * Update rmw/include/rmw/types.h * using triple slash to match style
1 parent b723424 commit 132f306

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rmw/include/rmw/types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,11 @@ enum RMW_PUBLIC_TYPE rmw_qos_durability_policy_t
192192
RMW_QOS_POLICY_DURABILITY_VOLATILE
193193
};
194194

195+
/// ROS MiddleWare quality of service profile.
195196
typedef struct RMW_PUBLIC_TYPE rmw_qos_profile_t
196197
{
197198
enum rmw_qos_history_policy_t history;
199+
/// Size of the message queue.
198200
size_t depth;
199201
enum rmw_qos_reliability_policy_t reliability;
200202
enum rmw_qos_durability_policy_t durability;

0 commit comments

Comments
 (0)