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 56983bb commit 10b6c6bCopy full SHA for 10b6c6b
rmw/include/rmw/get_topic_endpoint_info.h
@@ -33,12 +33,11 @@ extern "C"
33
*
34
* \par QoS that are correctly read
35
* The QoS profiles returned might have some invalid fields.
36
- * Particularly, the only QoS policies that are guaranteed to be shared
+ * 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
38
* during discovery are the ones that participate in endpoint matching.
39
* From the current QoS settings available, the only ones not shared by DDS based
40
* implementations are `history` and `history_depth`.
- * The rmw implementation must set the settings that were not correctly read to
41
- * `RMW_QOS_POLICY_*_UNKNOWN`.
42
43
* <hr>
44
* Attribute | Adherence
0 commit comments