Todo
tutorial (explaining the abilities, entry/exit/actions/guard, different kinds of transitions)
(The original entry is located in E:\Documents\Coding\symplehfsm\HG_symplehfsm_release\trunk\symplehfsm\symplehfsm.py:docstring of symplehfsm, line 28.)
Todo
set log level through event handling method?? so one could debug one instance of a statemachine at once.
(The original entry is located in E:\Documents\Coding\symplehfsm\HG_symplehfsm_release\trunk\symplehfsm\symplehfsm.py:docstring of symplehfsm, line 29.)
Todo
python debug mode should log what it does but respect the debug level (?)
(The original entry is located in E:\Documents\Coding\symplehfsm\HG_symplehfsm_release\trunk\symplehfsm\symplehfsm.py:docstring of symplehfsm, line 30.)
Todo
should transition.action be able to return something to the caller?
(The original entry is located in E:\Documents\Coding\symplehfsm\HG_symplehfsm_release\trunk\symplehfsm\symplehfsm.py:docstring of symplehfsm.SympleHFSM, line 1.)
Todo
should it be possible to pass in arguments for the transition action through the event handler method?
(The original entry is located in E:\Documents\Coding\symplehfsm\HG_symplehfsm_release\trunk\symplehfsm\symplehfsm.py:docstring of symplehfsm.SympleHFSM, line 2.)