Connext Version: 7.2.0
Running the following command (simplified to show just the key arguments):
rtiddsgen -strict -language C++11 -unboundedSupport -inputXml types.xml
I get the following error:
types.xml line 160 duplicate symbol 'Tx1' was previously defined in file types.xml line 5
Looking in the XML, I have two enums defined as:
<enum name="FirstEnum"> <enumerator name="TX1" value="0" /> ... </enum>
And