Skip to content

Commit

Permalink
Refs #22012: Clarified the relocation of fixed_size_string.hpp
Browse files Browse the repository at this point in the history
Signed-off-by: Juanjo Garcia <[email protected]>
  • Loading branch information
juanjo4936 committed Dec 24, 2024
1 parent 8b436d3 commit a1d8b70
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/notes/migration_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ Step 5: Migrate public headers
* - ``fastdds/rtps/common/Time_t.hpp in namespace{fastdds}``
- ``fastdds/dds/core/Time_t.hpp in namespace{fastdds::dds}``

Also, the ``fixed_size_string.hpp`` implementation has been migrated from Fast DDS package to Fast CDR.
Also, the ``fixed_size_string.hpp`` implementation has been migrated from ``fastrtps/utils/fixed_size_string.hpp``
to ``fastcdr/cdr/fixed_size_string.hpp``.

2. File extensions:

Expand Down Expand Up @@ -407,15 +408,16 @@ All the examples have been refactored to follow the same structure:
* Detailed and well-formed README.md with example explanation.
* Example structured in applications, stopped by ``SIGTERM`` signal.

Please refactor the examples in your project to match the new format.

`Hello World <https://github.com/eProsima/Fast-DDS/tree/master/examples/cpp/hello_world>`_
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Refactor the HelloWorld example with the current new example format.
In this hello world example, the key changes are:

* The XML profile is loaded from the environment (if defined), and the `--env` CLI option has been removed.
* Add a subscriber implementing the waitsets mechanism.
* Provide XML profiles examples targeting several scenarios (e.g., SampleConfig_Controller, Events, Multimedia).
* Added a subscriber implementing the waitsets mechanism.

`X-Types Examples <https://github.com/eProsima/Fast-DDS/tree/master/examples/cpp/xtypes>`_
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Expand Down

0 comments on commit a1d8b70

Please sign in to comment.