Hierarchical Finite State Machine (HFSM) Design Studio
The Finite State Machine (FSM) is a design pattern in which actions are determined by events and the current context of the system. The driver code dispatches events to the FSM that forwards it to the current state. Functions processing the events decide what should be the next system state. After that, the process repeats. The Hierarchical FSM is an extension of the FSM concept.
IMPORTANT!
To launch the tool, you must first be logged into the portal. If you have no account, you can create one here.
Links
Contacts
- William Emfinger