|
|
|
|
|
by _pmf_
3338 days ago
|
|
I'd recommend to everybody (but especially those involved in either embedded systems or a lot of concurrent state) to try out HSM / state chart programming (note: this has basically nothing to do with "flat" FSMs). It's as close to a silver bullet as you'll ever get for these kinds of systems. Stateflow or QP/QM, all other systems suck. |
|
And what are the drawbacks? Why aren't everybody using it?