Hello,
Let say I have 2 IDL files, one for each struct:
module myModule {struct Parent {long a;}}
module myModule {struct Child : Parent {double b;}}
rtiddsgen will generate a few java files for both IDLs. I would like to generate a constructor that looks like this: