Skip to content

Commit 1525cbd

Browse files
committed
Refs #23169: Doc monitor service proxy optional qos
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent c66212f commit 1525cbd

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

docs/fastdds/statistics/monitor_service/monitor_service_topics.rst

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -28,36 +28,36 @@ The possible values are described in the following table:
2828

2929
.. _monitoring_statuses:
3030

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+
+---------+-----------------------------+------------------------------------------------------+
6161

6262
.. note::
6363

0 commit comments

Comments
 (0)