Book a Demo

Author Topic: DDS Technology : Generating typedefs in IDL  (Read 3633 times)

SebastienRoy

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
DDS Technology : Generating typedefs in IDL
« on: November 21, 2014, 03:25:13 am »
Hello,
I am currently trying to generate my DDS IDLs using Enterprise Architect and DDS Technology extension.
The idl generation is not well documented. However, I've succeded in generating a first try :
Using the DDS toolbox, I've created a <<idLModule>> class, into which I've nested some other <<idlStruct>> classes.
Into the project browser, I select my root idlModule, then "Generate Code..." action.

However, I've a problem for the generation of sequences and typedefs.
There is no documentation about how to specify on which type they are bound.
I've tryed to set different tagged values, but I allways get a binding to "any" :
typedef any myTypedef;
typedef sequence<any> mySequence;

Does anyone know how to specify the type on which sequences and typedefs are bound ?

Sebastien