]> rtime.felk.cvut.cz Git - eurobot/public.git/commit
FSM: Events can be sent together with data
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 16 Apr 2008 05:36:15 +0000 (07:36 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 16 Apr 2008 05:36:15 +0000 (07:36 +0200)
commit7ccb40aba1d5a993128b8700b3e0b5dfc787678c
tree6ded4947f94fb015a1a2efe2cd4f6c14c23dc0b4
parent77c1ba3081d10903519215f7af5bcc3e2027adb8
FSM: Events can be sent together with data

From now on, data associated with events (e.g. destination
for robot movement) should be sent with the event instead of
storing them in a global variables.

Documentation was also updated.
src/fsm/eventgen.py
src/fsm/fsm.c
src/fsm/fsm.h
src/robofsm/eb2007/fsmdet.c
src/robofsm/eb2007/fsmmain.cc
src/robofsm/eb2007/fsmmove.cc
src/robofsm/eb2007/fsmpickup.c
src/robofsm/eb2007/movehelper_eb2007.cc
src/robofsm/eb2007/roboorte.c
src/robofsm/eb2007/robot_eb2007.c
src/robofsm/eb2007/test/testpickup.cc