Welcome to sympleHFSM’s documentation!
This is a python implementation of a simple to use hierarchical finit state machine.
changelog
- 2.0.2.0 (date 01.05.2012)
- fixe bug calling init after calling exit again always raised InitAlreadyCalledError
- added extensive documentation/tutorial to mousefollower examle
- added state machine graph to the testablestatemachine example, cleaned up code
- renamed SympleDictHFSM class to SympleHFSM
- improved documentation of the symplehfsm module
- cleaned up inconsistency about state identifiers and state object in: current_state, add_state, set_state
- lots of small improvements all over the code
- 1.0.3.0 (date 04.04.2012)
-