|
Avionics
Core avionics package for CURE flight computers
|
#include "data_handling/CircularArray.h"#include "data_handling/DataPoint.h"#include "state_estimation/StateEstimationTypes.h"

Go to the source code of this file.
Classes | |
| class | FastLaunchDetector |
Enumerations | |
| enum | FastLaunchDetectorStatus { FLD_LAUNCH_DETECTED = 0 , FLD_ALREADY_LAUNCHED = -1 , FLD_ACL_TOO_LOW = -2 , FLD_DEFAULT_FAIL = 2 } |
| Enumerator | |
|---|---|
| FLD_LAUNCH_DETECTED | |
| FLD_ALREADY_LAUNCHED | |
| FLD_ACL_TOO_LOW | |
| FLD_DEFAULT_FAIL | |
Definition at line 11 of file FastLaunchDetector.h.