@@ -28,36 +28,42 @@ The possible values are described in the following table:
28
28
29
29
.. _monitoring_statuses :
30
30
31
- +---------+-----------------------------+----------------------------------------------------+
32
- | **Value**| **Name ** | **Description ** |
33
- +---------+-----------------------------+----------------------------------------------------+
34
- | 0 | ``ProxyInfo `` | Collection of Parameters describing the |
35
- | | | ``Proxy Data `` of that entity |
36
- +---------+-----------------------------+----------------------------------------------------+
37
- | 1 | ``ConnectionList `` | List of connections that this entity is |
38
- | | | using with its matched remote entities. |
39
- +---------+-----------------------------+----------------------------------------------------+
40
- | 2 | ``IncompatibleQoSInfo `` | Status of the Incompatible QoS |
41
- | | | of that entity. |
42
- +---------+-----------------------------+----------------------------------------------------+
43
- | 3 | ``InconsistentTopicInfo `` | Status of Inconsistent topics that the |
44
- | | | topic of that entity has. |
45
- +---------+-----------------------------+----------------------------------------------------+
46
- | 4 | ``LivelinessLostInfo `` | Tracks the status of the number of times |
47
- | | | a writer lost liveliness. |
48
- +---------+-----------------------------+----------------------------------------------------+
49
- | 5 | ``LivelinessChangedInfo `` | Tracks the status of the number of times |
50
- | | | the liveliness changed in a reader. |
51
- +---------+-----------------------------+----------------------------------------------------+
52
- | 6 | ``DeadlineMissedInfo `` | The Status of the number of deadlines |
53
- | | | missed of a sample for that entity. |
54
- +---------+-----------------------------+----------------------------------------------------+
55
- | 7 | ``SampleLostInfo `` | Tracks the status of the number of times |
56
- | | | this entity lost samples. |
57
- +---------+-----------------------------+----------------------------------------------------+
58
- | 8 | ``ExtendedIncompatibleQoS `` | Stores the list of remote incompatible ``GUIDs `` |
59
- | | | and QoS policies for each local entity guid. |
60
- +---------+-----------------------------+----------------------------------------------------+
31
+ +---------+-----------------------------+------------------------------------------------------+
32
+ | **Value**| **Name ** | **Description ** |
33
+ +---------+-----------------------------+------------------------------------------------------+
34
+ | 0 | ``ProxyInfo `` | Collection of Parameters describing the |
35
+ | | | ``Proxy Data`` of that entity. Contains optional qos.|
36
+ +---------+-----------------------------+------------------------------------------------------+
37
+ | 1 | ``ConnectionList `` | List of connections that this entity is |
38
+ | | | using with its matched remote entities. |
39
+ +---------+-----------------------------+------------------------------------------------------+
40
+ | 2 | ``IncompatibleQoSInfo `` | Status of the Incompatible QoS |
41
+ | | | of that entity. |
42
+ +---------+-----------------------------+------------------------------------------------------+
43
+ | 3 | ``InconsistentTopicInfo `` | Status of Inconsistent topics that the |
44
+ | | | topic of that entity has. |
45
+ +---------+-----------------------------+------------------------------------------------------+
46
+ | 4 | ``LivelinessLostInfo `` | Tracks the status of the number of times |
47
+ | | | a writer lost liveliness. |
48
+ +---------+-----------------------------+------------------------------------------------------+
49
+ | 5 | ``LivelinessChangedInfo `` | Tracks the status of the number of times |
50
+ | | | the liveliness changed in a reader. |
51
+ +---------+-----------------------------+------------------------------------------------------+
52
+ | 6 | ``DeadlineMissedInfo `` | The Status of the number of deadlines |
53
+ | | | missed of a sample for that entity. |
54
+ +---------+-----------------------------+------------------------------------------------------+
55
+ | 7 | ``SampleLostInfo `` | Tracks the status of the number of times |
56
+ | | | this entity lost samples. |
57
+ +---------+-----------------------------+------------------------------------------------------+
58
+ | 8 | ``ExtendedIncompatibleQoS `` | Stores the list of remote incompatible ``GUIDs `` |
59
+ | | | and QoS policies for each local entity guid. |
60
+ +---------+-----------------------------+------------------------------------------------------+
61
+
62
+ .. note ::
63
+
64
+ The ``ProxyInfo `` within the ``Monitor Service Status Topic ``
65
+ always includes the :ref: `optional qos <property_serialize_optional_qos >` independently of the
66
+ ``fastdds.serialize_optional_qos `` property.
61
67
62
68
.. note ::
63
69
0 commit comments