-
adarovsky committed patchset 47 of module fsme to the Finite State Machine Editor CVS repository, changing 1 files.
2008-01-27 17:06:03 UTC by adarovsky
-
adarovsky committed patchset 46 of module fsme to the Finite State Machine Editor CVS repository, changing 8 files.
2008-01-20 19:05:59 UTC by adarovsky
-
if you look to the python file you see:
def stateName( self, s ):
'''
Get symbolic name of a state
'''
def currentState( self ):
'''
Get current state (as a number).
Use stateName(self, s) to get a symbolic state name
'''
return self.__Y
if s == nanocraft.Init:
return "Init";...
2007-04-25 19:36:08 UTC by nobody
-
Using a simple enum or integer for a state machine
event greatly reduces the utility of FSME. Events
normally contain some type of data which is examined or
manipulated by the state machine logic.
2006-09-21 08:30:52 UTC by nobody
-
adarovsky committed patchset 45 of module fsme to the Finite State Machine Editor CVS repository, changing 1 files.
2006-06-11 06:35:04 UTC by adarovsky
-
adarovsky committed patchset 23 of module fsmc to the Finite State Machine Editor CVS repository, changing 1 files.
2006-06-01 16:29:18 UTC by adarovsky
-
adarovsky committed patchset 44 of module fsme to the Finite State Machine Editor CVS repository, changing 1 files.
2006-06-01 16:06:29 UTC by adarovsky
-
adarovsky committed patchset 43 of module fsme to the Finite State Machine Editor CVS repository, changing 1 files.
2006-06-01 16:04:10 UTC by adarovsky
-
adarovsky committed patchset 22 of module fsmc to the Finite State Machine Editor CVS repository, changing 8 files.
2006-04-13 08:09:41 UTC by adarovsky
-
adarovsky committed patchset 42 of module fsme to the Finite State Machine Editor CVS repository, changing 1 files.
2006-03-12 07:44:37 UTC by adarovsky