|
Avionics
Core avionics package for CURE flight computers
|
Packages sensor data into fixed-size packets and streams over UART. More...
#include <Telemetry.h>

Public Member Functions | |
| Telemetry (SendableSensorData *ssdArray[], int ssdArrayLength, Stream &rfdSerialConnection) | |
| Initialize this object. | |
| bool | tick (uint32_t currentTime) |
| No argument tick function that handles sending data at specified send frequencies. | |
Packages sensor data into fixed-size packets and streams over UART.
Definition at line 63 of file Telemetry.h.
| Telemetry::Telemetry | ( | SendableSensorData * | ssdArray[], |
| int | ssdArrayLength, | ||
| Stream & | rfdSerialConnection ) |
Initialize this object.
| ssdArray | Array of pointers to SendableSensorData. |
| ssdArrayLength | Number of entries in ssdArray. |
| rfdSerialConnection | Stream connected to the radio/modem. |
Definition at line 5 of file Telemetry.cpp.
| bool Telemetry::tick | ( | uint32_t | currentTime | ) |
No argument tick function that handles sending data at specified send frequencies.
Definition at line 66 of file Telemetry.cpp.