Skip to content

Commit

Permalink
Refs #21082. Fix table format.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Jul 4, 2024
1 parent 87a26d8 commit bb05693
Showing 1 changed file with 26 additions and 13 deletions.
39 changes: 26 additions & 13 deletions docs/fastdds/xml_configuration/datawriter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,29 @@ WriterTimes

These parameters are included within :ref:`rtpsreliablewriterqos` in the :ref:`writertimes` structure.

+------------------------------+-------------------------------------------------------+---------------------+---------+
| Name | Description | Values | Default |
+==============================+=======================================================+=====================+=========+
| ``<initial_heartbeat_delay>`` | Initial heartbeat delay. | :ref:`DurationType` | 12 ms |
+------------------------------+-------------------------------------------------------+---------------------+---------+
| ``<heartbeat_period>`` | Periodic heartbeat period. | :ref:`DurationType` | 3 s |
+------------------------------+-------------------------------------------------------+---------------------+---------+
| ``<nack_response_delay>`` | Delay to apply to the response of an ACKNACK message. | :ref:`DurationType` | 5 ms |
+------------------------------+-------------------------------------------------------+---------------------+---------+
| ``<nack_supression_duration>`` | This time allows the DataWriter to ignore NACK |br| | :ref:`DurationType` | 0 ms |
| | messages for a given period of time right after |br| | | |
| | the data has been sent. | | |
+------------------------------+-------------------------------------------------------+---------------------+---------+
.. list-table::
:header-rows: 1
:align: left

* - Name
- Description
- Values
- Default
* - ``<initial_heartbeat_delay>``
- Initial heartbeat delay.
- :ref:`DurationType`
- 12 ms
* - ``<heartbeat_period>``
- Periodic heartbeat period.
- :ref:`DurationType`
- 3 s
* - ``<nack_response_delay>``
- Delay to apply to the response of an ACKNACK message.
- :ref:`DurationType`
- 5 ms
* - ``<nack_supression_duration>``
- This time allows the DataWriter to ignore NACK |br|
messages for a given period of time right after |br|
the data has been sent.
- :ref:`DurationType`
- 0 ms

0 comments on commit bb05693

Please sign in to comment.