Skip to content

Commit

Permalink
Add hard liveliness check (#72)
Browse files Browse the repository at this point in the history
* Add hard liveliness check

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>

* Update

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
  • Loading branch information
pablogs9 authored Mar 25, 2022
1 parent 66c3c15 commit 5799d4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,14 @@ By means of these flags, the user can change the default value of all the parame
- This value corresponds to the *Max number data buffers stored in shared memory*.
- :code:`<number>`
- :code:`10`
* - :code:`UCLIENT_HARD_LIVELINESS_CHECK`
- Enables Micro XRCE-DDS Client hard liveliness check.
- :code:`<bool>`
- :code:`OFF`
* - :code:`UCLIENT_HARD_LIVELINESS_CHECK_TIMEOUT`
- Sets Micro XRCE-DDS Client hard liveliness check timeout in milliseconds. Maximum value is 999999 ms.
- :code:`<number>`
- :code:`10000`

.. note::
The MTU of the CAN transport is fixed to 64 bytes, which is the maximum payload supported by CAN FD frames.
Expand Down

0 comments on commit 5799d4b

Please sign in to comment.