File tree 1 file changed +9
-0
lines changed
docs/fastddsgen/python_bindings
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ Calling *eProsima Fast DDS-Gen* with the option `-python` will generate these fi
13
13
first generating C++ files (for connecting C++ and Python) and Python files (Python module for your type) and
14
14
then compiling the C++ sources.
15
15
16
+ .. note ::
17
+
18
+ The Python bindings does not support the use of namespaces.
19
+
16
20
Before calling CMake, the :ref: `fastddsgen_python_build ` process needs several :ref: `fastddsgen_python_deps ` to be met.
17
21
18
22
.. _fastddsgen_python_deps :
@@ -45,6 +49,11 @@ Call CMake:
45
49
This will create the Python files (`.py `) with the modules (one per each IDL file) that have to be imported within the
46
50
Python script.
47
51
52
+ .. note ::
53
+
54
+ The python bindings does not support using different modules in the same idl file.
55
+ Split them in different files for expected behavior.
56
+
48
57
.. External links
49
58
50
59
.. _SWIG : http://www.swig.org/
You can’t perform that action at this time.
0 commit comments