Skip to content

Commit

Permalink
Add IDL modules (#569)
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
  • Loading branch information
JLBuenoLopez committed Oct 3, 2023
1 parent 8d3f0ff commit 3d4a582
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/fastddsgen/dataTypes/dataTypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,12 @@ If omitted, it will be 32 bits.
For each ``flag``, the user can use the annotation ``position`` to define the position of the flag.
If omitted, it will be auto incremented from the last defined flag, starting at 0.

Modules
^^^^^^^

In order to avoid collision between variable names, modules can be defined within the IDL file.
A module would be converted into a namespace in C++.

Data types with a key
^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 3d4a582

Please sign in to comment.