another_fsm library

Classes

Fsm
Handles the state transitions and forwaring of events to the fsm.
FsmEvent
Base class for all events handled by the FSM
FsmOwner
FsmState
Represents a single state in the FSM. The logic for that state will be contained here.