You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robert Doczi edited this page Nov 6, 2015
·
2 revisions
Required directory structure
Every model should be in a subdirectory inside of a single folder. In each model directory there should be an impl folder, which will be copied to the root directory of the generated code, and the .uml model file. The model folder's name should be the same as the .uml file's name. The code will be generated inside a newly created gen folder in each model directory.
Example:
models
clientserver
clientserver.uml
impl
main.cc
phonex
phonex.uml
impl
main.cc
special_external_class.cc
Running the script
The script has two arguments:
the location of the Eclipse RCP Application which will generate the code