Finite State Machine Framework

1999-03-10

FSM framework. This is a small demo framework for creating and manipulating finite state machines at run-time. The nice thing about it is that I separated control flow (i.e. the structure of states and transitions), data and functionality. It is referenced in one of my first articles which you can find here.