|
Avionics
Core avionics package for CURE flight computers
|
IDataSaver that prints samples to stdout for debugging. More...
#include <DataSaverPrint.h>


Public Member Functions | |
| int | saveDataPoint (const DataPoint &dp, uint8_t name) override |
| Print the data point to the console. | |
| Public Member Functions inherited from IDataSaver | |
| virtual int | saveDataPoint (float data, uint32_t timestamp_ms, uint8_t name) final |
| Convenience overload to construct and save a data point. | |
| virtual bool | begin () |
| Optional hook for initialization. | |
| virtual void | launchDetected (uint32_t launchTimestamp_ms) |
| Notification that launch has been detected. | |
IDataSaver that prints samples to stdout for debugging.
Definition at line 13 of file DataSaverPrint.h.
|
inlineoverridevirtual |
Print the data point to the console.
| dp | Data point to display. |
| name | 8-bit channel identifier. |
Implements IDataSaver.
Definition at line 23 of file DataSaverPrint.h.