s2e-systems / dust-dds

Rust implementation of the Data Distribution Service (DDS)
Apache License 2.0
86 stars 11 forks source link

IDL generate from another idl file #290

Open christianlulaj opened 5 months ago

christianlulaj commented 5 months ago

Dust dds is not able to generate an IDL file that includes another IDL file. Someone please help resolve this.

jrebelo commented 4 months ago

Having a pre-processor for IDL files which can for example parse the #include directive is a feature we would like to have but is not really high priority at the moment so I can't say when it will be available.