Modbus Vault v1.0
Loading...
Searching...
No Matches
router.h
Go to the documentation of this file.
1
10#ifndef ROUTER_H
11#define ROUTER_H
12
13#include "telemetry_pipeline.h"
14
26void router_dispatch (const telemetry_pipeline_record_t *payload_ptr);
27
35bool router_publish_replay (void);
36
41
42#endif
void router_on_replay_available_callback(void)
Notify telemetry service that replay is available.
Definition router.c:60
bool router_publish_replay(void)
Try publishing replays.
Definition router.c:48
void router_dispatch(const telemetry_pipeline_record_t *payload_ptr)
Dispatch serialized frames.
Definition router.c:36
Telemetry pipeline record structure.
Definition telemetry_pipeline.h:26
Provide pipeline for telemetry.