Open GoogleCodeExporter opened 9 years ago
This feature request will be delayed until it is clear how to cope with C
specialties (pointers, macros, #defines, ...).
Original comment by klaus.birken@gmail.com
on 14 May 2013 at 11:05
Original comment by szabt...@gmail.com
on 2 Sep 2013 at 8:01
The current implementation of the C header -> Franca transformator supports the
following constructs:
- unions / enumerations / structs
- global variables with extern
- method definitions with appropriate in and out args (the out arg is simply
named "out", maybe this should be discussed)
TODO:
- typedef with primitive types
- finding the corresponding primitive type in Franca for a given c definition
requires a lot of cases, currently the simplest ones are added only
- pointers are not supported yet
The 2 plugins can be found on the experimental branch.
Original comment by szabt...@gmail.com
on 2 Sep 2013 at 2:23
Original issue reported on code.google.com by
klaus.birken@gmail.com
on 13 May 2013 at 11:34