|
Avionics
Core avionics package for CURE flight computers
|
#include <algorithm>#include <cmath>#include <cstdint>#include <cstdlib>#include <vector>#include "data_handling/CircularArray.h"#include "data_handling/DataPoint.h"#include "data_handling/DataSaver.h"

Go to the source code of this file.
Classes | |
| class | SensorDataHandler |
| Buffers sensor samples and forwards them to an IDataSaver at a controlled rate. More... | |