SinelaboreRT generates readable and maintainable code from hierarchical UML state machines created with Eclipse Papyrus™. With its unique features SinelaboreRT covers well the requirements of embedded real-time and low power application developers. With its other language backends it is also a perfect tool for developers of server or desktop applications.
Key Features:
The code-generator supports a subset of the design elements provided by Eclipse Papyrus. The supported elements are:
In addition methods defined in the class are added to the generated state machine header. And attributes are added to the state machine instance data.
Watch this Youtube video to get a QuickStart in generating C-code from Eclipse Papyrus™ state machine diagrams.
Download the code generator and use the Papyrus microwave example in the examples folder. It shows a fully functional example of a microwave simulation in C. Make changes in the model, re-create the state machine code and then compile/run the example again. This is the fastest way to learn how to use the code generator.
Opaque Behaviour is not shown in the state diagram inside the states
Check in “Preferences → Papyrus → Diagrams → PapyrusUMLStateMachineDiagram Diagram → Transition and behaviour options” that
Show number of lines for opaque expressions/behaviour
has a value > 0.
How do I create an inner transition in a state
Create a self transition and set the
kind
property in the transition property dialog to internal
.