Spaceshot Flight Software
The Illinois Space Society's Homemade Rocket Firmware
teensyShared Directory Reference

Files

file  ActiveControl.cpp
 Contains the C++ implementation of the active controls math, logic to tell controls that it's safe to actuate based on FSM, and functionality to set the launch pad elevation at startup.
 
file  Atmosphere.cpp
 Member function implementations of atmosphere class.
 
file  Atmosphere.h [code]
 Class definitions for the atmosphere model.
 
file  dataLog.cpp
 
file  HistoryBufferFSM50.cpp
 The implementation of the finite state machine class that governs state transitions.
 
file  HistoryBufferFSM6.cpp
 The implementation of the finite state machine class that governs state transitions.
 
file  kalmanFilter.cpp
 Implementation of the AC team's Kalman Filter.
 
file  KalmanFSM.cpp
 The implementation of the finite state machine class that governs state transitions.
 
file  rk4.cpp
 
file  sensors.cpp
 Sensor (Low-G, High-G and GPS) function implementations.
 
file  sensors.h [code]
 Sensor (Low-G, High-G and GPS) struct definitions.
 
file  telemetry.cpp
 This file defines the telemetry class used to facilitate telemetry commands and data transfer between the on-board flight computer and the ground station.
 
file  thresholds.h [code]
 Contains thresholds for time and acceleration that are used to determine changes in FSM state.
 
file  TimerFSM.cpp
 The implementation of the finite state machine class that governs state transitions.