Commit 54bfeb3
committed
Fix python code generation for bounded strings (#440)
* Refs #22835. SWIG extend to set fixed_string from std::string.
Signed-off-by: Miguel Company <[email protected]>
* Refs #22835. SWIG export template for fixed_string members.
Signed-off-by: Miguel Company <[email protected]>
* Refs #22835. Fix access to typecode.
Signed-off-by: Miguel Company <[email protected]>
* Refs #22835. Fix max size typo.
Signed-off-by: Miguel Company <[email protected]>
* Refs #22835. Fix exported template name.
Signed-off-by: Miguel Company <[email protected]>
* Refs #22835. Fix extend code.
Signed-off-by: Miguel Company <[email protected]>
* Refs #22850. Apply suggestions from review.
Signed-off-by: Miguel Company <[email protected]>
---------
Signed-off-by: Miguel Company <[email protected]>
(cherry picked from commit 8eaca9a)
# Conflicts:
# src/main/java/com/eprosima/fastcdr/idl/templates/TypesSwigInterface.stg1 parent 7744634 commit 54bfeb3
File tree
1 file changed
+21
-0
lines changed- src/main/java/com/eprosima/fastcdr/idl/templates
1 file changed
+21
-0
lines changedLines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
| |||
205 | 214 | | |
206 | 215 | | |
207 | 216 | | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
208 | 229 | | |
209 | 230 | | |
210 | 231 | | |
| |||
0 commit comments