A State Machine is a computation model used to design both computer programs and sequential logic circuits.
I'm looking for a framework that provides execution of hierarchical state machines (HSMs). These are the requirements for the framework: …
c++ state-machine hsm