-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add exception for array of bytes in builder and re-generate xtypes ty…
…pe support Signed-off-by: Dennis Potman <[email protected]>
- Loading branch information
Showing
9 changed files
with
320 additions
and
90 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,7 +1,7 @@ | ||
ddsi_xt_type_object | ||
ddsi_xt_typemap | ||
XTypes | ||
|
||
|
||
ddsi_xt_typemap | ||
ddsi_xt_type_object | ||
XTypes | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
150 changes: 75 additions & 75 deletions
150
cyclonedds/idl/_typesupport/DDS/XTypes/_ddsi_xt_type_object.py
Large diffs are not rendered by default.
Oops, something went wrong.
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,9 +1,11 @@ | ||
""" | ||
Generated by Eclipse Cyclone DDS idlc Python Backend | ||
Cyclone DDS IDL version: v0.9.0 | ||
Cyclone DDS IDL version: v0.11.0 | ||
Module: DDS | ||
""" | ||
|
||
from . import XTypes | ||
__all__ = ["XTypes", ] | ||
__all__ = [ | ||
"XTypes", | ||
] |
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,9 @@ | ||
""" | ||
Generated by Eclipse Cyclone DDS idlc Python Backend | ||
Cyclone DDS IDL version: v0.11.0 | ||
Module: | ||
""" | ||
|
||
__all__ = [ | ||
] |
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