|
Spaceshot Flight Software
The Illinois Space Society's Homemade Rocket Firmware
|
Manager for all FSMs in the rocket. More...
#include <FSMCollection.h>
Public Member Functions | |
| FSMCollection (RocketFSM **FSMs) | |
| void | tick () |
| void | getStates (rocketStateData< count > &out) |
Manager for all FSMs in the rocket.
| FSMs | Array of pointers to all FSMs which implement RocketFSM |
| count | Number of FSMs in FSMs array |