TodoΒΆ

Todo

tutorial (explaining the abilities, entry/exit/actions/guard, different kinds of transitions)

(The original entry is located in E:\Documents\Coding\HG_symplehfsm\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\HG_symplehfsm\trunk\symplehfsm\symplehfsm.py:docstring of symplehfsm, line 29.)

Todo

debug mode should log what it does but respect the debug level (?)

(The original entry is located in E:\Documents\Coding\HG_symplehfsm\trunk\symplehfsm\symplehfsm.py:docstring of symplehfsm, line 30.)

Todo

move BaseState and Transition into Structure class (because they are kinda private classes) ??

(The original entry is located in E:\Documents\Coding\HG_symplehfsm\trunk\symplehfsm\symplehfsm.py:docstring of symplehfsm, line 31.)

Todo

should transition.action be able to return something to the caller?

(The original entry is located in E:\Documents\Coding\HG_symplehfsm\trunk\symplehfsm\symplehfsm.py:docstring of symplehfsm.SympleDictHFSM, line 1.)

Previous topic

test Package

This Page