|
Avionics
Core avionics package for CURE flight computers
|
#include "data_handling/Telemetry.h"#include "ArduinoHAL.h"#include <algorithm>#include <cstdint>
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) |
| bool | isTimestampNewer (std::uint32_t lhs, std::uint32_t rhs) |
| bool | isTimestampReachedOrPassed (std::uint32_t current, std::uint32_t target) |
| std::size_t bytesNeededForSSD | ( | const SendableSensorData * | ssd | ) |
Definition at line 7 of file Telemetry.cpp.
| bool hasRoom | ( | std::size_t | nextIndex, |
| std::size_t | bytesToAdd ) |
Definition at line 19 of file Telemetry.cpp.
| bool isTimestampNewer | ( | std::uint32_t | lhs, |
| std::uint32_t | rhs ) |
Definition at line 23 of file Telemetry.cpp.
| bool isTimestampReachedOrPassed | ( | std::uint32_t | current, |
| std::uint32_t | target ) |
Definition at line 27 of file Telemetry.cpp.