This adds support for generating the UI.json and linker.json files needed to generate the app UI. This only adds support to a handful of the models, though, so the rest of the models will need to be updated as well.
Additionally, this pull request also scripts register data type conversions. This is two-fold:
it's a nice feature to have, and was mentioned in Issue #4.
The UI json file needs a datatype string; adding register data type to the init script was the best way to do this.
There is an associated pull request in the simulink_codegen repo.
This adds support for generating the UI.json and linker.json files needed to generate the app UI. This only adds support to a handful of the models, though, so the rest of the models will need to be updated as well.
Additionally, this pull request also scripts register data type conversions. This is two-fold:
There is an associated pull request in the simulink_codegen repo.