Book a Demo

Author Topic: Is it possible to import IDL files into EA?  (Read 2798 times)

mse

  • EA User
  • **
  • Posts: 308
  • Karma: +1/-0
    • View Profile
Is it possible to import IDL files into EA?
« on: September 25, 2020, 01:45:26 am »
I would like to import some IDL files (FRANCA .fidl) files into EA in order to visualize and modify them in UML notation, is this possible?

Here is an example:

Code: [Select]
package TestBroadcast

 interface TestBroadcastInterface
{
 
  broadcast broad selective
                {
    out
                    {
Float out1
UInt16 out2
                    }
                }
}
« Last Edit: September 25, 2020, 01:48:57 am by mse »