eclipse-cyclonedds / cyclonedds

Eclipse Cyclone DDS project
https://projects.eclipse.org/projects/iot.cyclonedds
Other
798 stars 349 forks source link

Support for IDL modules in XML parser #2008

Closed dpotman closed 1 month ago

dpotman commented 1 month ago

This adds support to the XML sysdef parser for referring to types that are in a module (namespace) in the IDL, using :: as separator for the type name parts. A leading :: is not allowed, so that the type name syntax used here matches the type name used in the type object.