#include <stdbool.h>
#include <telemetry/telemetry.h>
#include <kubos-core/modules/klog.h>
#include "telemetry-storage/config.h"
Go to the source code of this file.
|
| CSP_DEFINE_TASK (telemetry_store_rx) |
| Task used to subscribe to, receive, and store all telemetry packets. More...
|
|
void | telemetry_storage_init (void) |
| Subscribes to all telemetry sources and stores them as specified in the configuration. More...
|
|
bool | telemetry_store (telemetry_packet packet) |
| store a telemetry packet in a particular format specified by the configuration. More...
|
|