5#ifndef MRAS_GROUNDTELEMETRYSYSTEM_H
6#define MRAS_GROUNDTELEMETRYSYSTEM_H
9#include "TelemetrySystem.h"
20 using TelemetrySystem::TelemetrySystem;
21 SUBSYSTEM_NO_MESSAGE_HANDLER
23 int8_t loop()
override;
27 int16_t packets_received = 0;
28 uint32_t last_PPS_count = 0;
Telemetry system for the ground station.
Definition: GroundTelemetrySystem.h:19
A subsystem for sending and receiving telemetry data using the LoRa radio.
Definition: TelemetrySystem.h:23
A SystemMessage that is used to queue a TelemetryMessage for sending to the ground or the rocket.
Definition: TelemetryMessageQueueMsg.h:17