telemetry_storage.h
Go to the documentation of this file.
void telemetry_storage_init(void)
Subscribes to all telemetry sources and stores them as specified in the configuration.
CSP_DEFINE_TASK(telemetry_store_rx)
Task used to subscribe to, receive, and store all telemetry packets.
Definition: telemetry_storage.h:44
bool telemetry_store(telemetry_packet packet)
store a telemetry packet in a particular format specified by the configuration.
output_data_format
Defines the output file format.
Definition: telemetry_storage.h:39
Definition: telemetry_storage.h:42