Connext DDS XML IDL Module

3 posts / 0 new
Last post
Offline
Last seen: 2 weeks 23 hours ago
Joined: 07/28/2023
Posts: 2
How to reference module types in an XML file?

I'm writing an application that uses the RTI Connector for Javascript. I have an XML file that I converted from an IDL by running rtiddsgen.

In my XML file, the types definition looks like this:

<types>

<module name="Example">

...

<struct name= "busB" extensibility= "final" nested="true">

...

<member name="nestedInsideBusB" type="nonBasic" nonBasicTypeName= "Example::BusC"/>

</struct>

Organization:
6 posts / 0 new
Last post
Offline
Last seen: 5 years 7 months ago
Joined: 07/23/2018
Posts: 20
Error parsing the xml file when a keyword module is present.

I am using RTI DDS Connector for Python

I have an IDL file which I converted to an .xml file to use DDS's XML Application creation.

 

Subscribe to RSS - Connext DDS XML IDL Module