-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add types with modules to api tests Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Update Participant tests to use the right type name Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Add Windows LoadLibrary for moduled types Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Add README.md with the guide to re-generate the types Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Use types from modules in complete type Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Uncomment sequence<boolean> types Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Fix README.md with correct path Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Update generated types Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Regenerate tests types code with Fast DDS Gen v3.0.0 Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Regenerate test data types after rebase Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Do not compile test by default Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Compile tests only for fastdds_python Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Add missing changes in auto-generated data types Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Fix generation of IDL files Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #18687. Fix cmakelists.txt Signed-off-by: Ricardo González <[email protected]> * Fix tests on windows Signed-off-by: Ricardo González <[email protected]> --------- Signed-off-by: Raul Sanchez-Mateos <[email protected]> Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Ricardo González <[email protected]> Co-authored-by: Ricardo González Moreno <[email protected]> Co-authored-by: Ricardo González <[email protected]>
- Loading branch information
1 parent
bbb019c
commit bc064cd
Showing
37 changed files
with
15,848 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
{ | ||
"names": | ||
{ | ||
"fastrtps" : | ||
"fastrtps": | ||
{ | ||
"cmake-args": [ | ||
"-DTHIRDPARTY=ON", | ||
"-DSECURITY=ON", | ||
] | ||
}, | ||
"fastdds_python": | ||
{ | ||
"cmake-args": [ | ||
"-DBUILD_TESTING=ON" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# How to re-generate data types for python | ||
|
||
1. Navigate to `fastdds_python/test/types` | ||
2. Run Fast DDS Gen script | ||
|
||
```bash | ||
fastddsgen -python -replace test_complete.idl test_modules.idl | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.