|
Modbus Vault v1.0
|
System routing. More...
#include "telemetry_pipeline.h"Go to the source code of this file.
Functions | |
| void | router_dispatch (const telemetry_pipeline_record_t *payload_ptr) |
| Dispatch serialized frames. | |
| bool | router_publish_replay (void) |
| Try publishing replays. | |
| void | router_on_replay_available_callback (void) |
| Notify telemetry service that replay is available. | |
System routing.
Route serialized frames and replays
| void router_dispatch | ( | const telemetry_pipeline_record_t * | payload_ptr | ) |
Dispatch serialized frames.
Dispatch serialized frames to be published if connected or loggger otherwise
| payload_ptr | Pointer to payload |
| bool router_publish_replay | ( | void | ) |
Try publishing replays.
Fetch next logged replay if MQTT connected and try to send it