SMC - The State Machine Compiler News
Translates state machine into a target programming language.
Brought to you by:
cwrapp
SMC - The State Machine Compiler
Version 7.2.0
What's New?
Major changes: None.
Minor changes: None.
Bug Fixes:
(C)
C code generator creates an unused default transition
function. This is corrected by having that default transition
function referenced.
(SF bug 224)
(C)
C code generator places ENTRY_STATE and EXIT_STATE macros in the
.c file which may result in a link failure. This is corrected by
moving the macros to the generated header file.
(SF bug 225)