pub fn socket_wrap_telemetry(
address: &str,
cachesize: usize,
tele_sender: Sender<TelemetryPacket>,
)
Expand description
Get the GAPS merged event telemetry stream and broadcast it to the relevant tab
ยงArguments
- address : Address to susbscribe to for telemetry stream (must be zmq.PUB) on the Sender side
- cachesize : Getting the packets from the funneled stream leads to duplicates. To eliminate these, we store the packet counter variable in a Dequee of a given size
- tele_sender : Channel to forward the received telemetry packets