Event-driven Finite State Machine Website Links For
Finite
 

Information About

Event-driven Finite State Machine




In contrast to the Virtual Finite State Machine (VFSM) technology, the application of event driven FSM in complex systems leads to the state explosion problem, as each truly required state path must be repeated for all possible input values. Event driven FSM is implemented with a State Transition Table and is mainly used for Parser applications.