Avionics
Core avionics package for CURE flight computers
Loading...
Searching...
No Matches
Telemetry.cpp File Reference
#include "data_handling/Telemetry.h"
#include "ArduinoHAL.h"
#include <algorithm>
Include dependency graph for Telemetry.cpp:

Go to the source code of this file.

Functions

std::size_t bytesNeededForSSD (const SendableSensorData *ssd)
bool hasRoom (std::size_t nextIndex, std::size_t bytesToAdd)

Function Documentation

◆ bytesNeededForSSD()

std::size_t bytesNeededForSSD ( const SendableSensorData * ssd)

Definition at line 6 of file Telemetry.cpp.

◆ hasRoom()

bool hasRoom ( std::size_t nextIndex,
std::size_t bytesToAdd )

Definition at line 18 of file Telemetry.cpp.