SinelaboreRT generates readable and maintainable code from hierarchical UML state machines. With its unique features and the C code generator the tool covers well the requirements of embedded real-time and low power application developers. With its C++, Python and Java backend it is also a perfect tool for developers of server or desktop applications.
Key Features:
The following example shows how the code generator works by means of a simple microwave oven.
Requirements:
The sate machine below shows a possible solution.
To generate for example C code just export your model to XMI and call the code generator as follows:
java -jar codegen.jar -p EA -t "Model:Class Model:first_example_step3" -o oven first_example_step3.xml
After checking the model against a set of well-formedness rules (e.g. no double state names) the complete state machine code is generated.
Done!
Look into the generated files: oven.c oven.h oven_ext.h
In the examples folder you will find the complete code ready to be tested and expanded by you.
The code-generator supports a subset of the design elements provided by Enterprise Architect. The supported elements are:
Download the demo version and try it right now. It includes many other examples.
Read the EA Howto for tips and tricks