Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[20306] Add autofill type information documentation (backport #89) #92

Merged
merged 2 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/01-figures/participant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/01-figures/tcp_client_options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/01-figures/tcp_lan_server_options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/01-figures/tcp_wan_server_options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/first_steps/first_steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@ The following image shows the Options Menu.
(See
`Fast DDS Statistics Module Documentation <https://fast-dds.docs.eprosima.com/en/latest/fastdds/statistics/statistics.html>`_).

- **Active Statistics:** Activate the DataWriters which publish the data referred to the Statistics Module DDS Layer.
(See
`Fast DDS Statistics Module DDS Layer Documentation <https://fast-dds.docs.eprosima.com/en/latest/fastdds/statistics/dds_layer/statistics_dds_layer.html>`_).

- **Advanced options:**

- **Autofill type information:** Whether the discovery packages automatically propagate the type information.

In case that the Participant is already running, it should be stopped in order to change its configuration.
This will drop every endpoint already created.

Expand Down