COVESA / franca_ara_tools

Translation between Franca Interface Description Language and AUTOSAR XML interface description language
Eclipse Public License 2.0
43 stars 13 forks source link

Refactor CLI, UI, and FaraconConverter logic #104

Open MLanghammer opened 5 years ago

MLanghammer commented 5 years ago

Currently the converters are placed in the CLI project and called from the CLI project and from the UI. Hence, the UI has a dependency to the CLI project, which is a bit weird. We should refactar that in order to have a clear API for the converter, which is then used by the CLI project as well as by the UI project.