Spaceshot Flight Software
The Illinois Space Society's Homemade Rocket Firmware
|
▼ flight | |
▼ mcu | |
▼ lib | |
▼ teensyShared | |
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 |
ActiveControl.h | |
Atmosphere.cpp | Member function implementations of atmosphere class |
Atmosphere.h | Class definitions for the atmosphere model |
BarometerSensor.h | |
dataLog.cpp | |
dataLog.h | |
FSMCollection.h | |
GPSSensor.h | |
HighGSensor.h | |
HistoryBufferFSM50.cpp | The implementation of the finite state machine class that governs state transitions |
HistoryBufferFSM50.h | |
HistoryBufferFSM6.cpp | The implementation of the finite state machine class that governs state transitions |
HistoryBufferFSM6.h | |
kalmanFilter.cpp | Implementation of the AC team's Kalman Filter |
kalmanFilter.h | |
KalmanFSM.cpp | The implementation of the finite state machine class that governs state transitions |
KalmanFSM.h | |
LowGSensor.h | |
pins.h | |
rk4.cpp | |
rk4.h | |
rocketFSM.h | |
sensors.cpp | Sensor (Low-G, High-G and GPS) function implementations |
sensors.h | Sensor (Low-G, High-G and GPS) struct definitions |
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 |
telemetry.h | |
TemplateFSM.h | |
thresholds.h | Contains thresholds for time and acceleration that are used to determine changes in FSM state |
TimerFSM.cpp | The implementation of the finite state machine class that governs state transitions |
TimerFSM.h | |
VoltageSensor.h |