]> rtime.felk.cvut.cz Git - eurobot/public.git/commit
fsm: Allow specifying state function visibility
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 14 May 2010 12:55:07 +0000 (14:55 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 14 May 2010 12:55:07 +0000 (14:55 +0200)
commit1937be3cc3da8f9a029669574e7d38a7b21aaea0
tree61bf46ae4996bc7a092f686e3e0778bc760abc6c
parentc57e3d75167769325f19fd3be4fea2574495732b
fsm: Allow specifying state function visibility

This is to allow declaration of some states as static and therefore
the same state name can be used in multiple files.

We use this to implement different strategies in different files and we
want to have less work inventing state names :-)
src/fsm/fsm.h