Skip to content

Commit 10b6c6b

Browse files
committed
Be more clear about what is specific of DDS
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
1 parent 56983bb commit 10b6c6b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rmw/include/rmw/get_topic_endpoint_info.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ extern "C"
3333
*
3434
* \par QoS that are correctly read
3535
* The QoS profiles returned might have some invalid fields.
36-
* Particularly, the only QoS policies that are guaranteed to be shared
36+
* The rmw implementation must set the invalid fields to `RMW_QOS_POLICY_*_UNKNOWN`.
37+
* For DDS based implementations, the only QoS policies that are guaranteed to be shared
3738
* during discovery are the ones that participate in endpoint matching.
3839
* From the current QoS settings available, the only ones not shared by DDS based
3940
* implementations are `history` and `history_depth`.
40-
* The rmw implementation must set the settings that were not correctly read to
41-
* `RMW_QOS_POLICY_*_UNKNOWN`.
4241
*
4342
* <hr>
4443
* Attribute | Adherence

0 commit comments

Comments
 (0)