ArDrone SDK 1.8 added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / Examples / iPhone / FreeFlight / Ressources / Interfaces / menus_fsm.xml
1 <?xml version="1.0"?>
2 <fsm>
3         <states>
4                 <state name="UPDATER" object="MenuUpdater" />
5                 <state name="HUD" object="hud" />
6         </states>
7         <actions>
8                 <action name="NEXT" />
9         </actions>
10         <associations>
11         <association from-state="UPDATER" action="NEXT" to-state="HUD" />
12         </associations>
13 </fsm>