Skip to content

Commit 3d9176c

Browse files
authored
[13383] Fast DDS Python example own package (#4)
* Refs #13383: refactor repository folder structure to have several packages Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> * Refs #13383: update example and packages READMEs Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
1 parent 0dc2f3f commit 3d9176c

421 files changed

Lines changed: 71 additions & 94 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ignore colcon workspace
33
build
44
install
5-
/log
5+
log
66

77
# ignore python folders
88
__pycache__

README.md

Lines changed: 5 additions & 2 deletions

examples/HelloWorldExample/README.md

Lines changed: 0 additions & 30 deletions
This file was deleted.
File renamed without changes.

src/swig/fastdds/dds/builtin/common/ReplyHeader.i renamed to fastdds_python/src/swig/fastdds/dds/builtin/common/ReplyHeader.i

File renamed without changes.

src/swig/fastdds/dds/builtin/common/RequestHeader.i renamed to fastdds_python/src/swig/fastdds/dds/builtin/common/RequestHeader.i

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)