New version of UML state chart code generator is even more flexible in creating high quality C-code

Sinelabore generates compact and readable C code from UML statecharts. There are a number of ways to fine-tune the generated code by setting configuration parameters. C code can now be generated according to these patterns:

Object pattern: Instance related data is always grouped in a struct. All state machine related functions operate on this data struct. Opaque object pattern: This is similar to the object pattern, but hides the implementation from the outside of the generating state machine code. Single instance pattern: For code where only one instance exists - e.g. interrupted handlers.

Get started right now:

formatting link
> Backends > C

Reply to
pmue...
Loading thread data ...

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.