Module sink

Module sink 

Source
Expand description

Data source types and channels for feeding samples into the plotter UIs.

This module provides the lightweight data structures used to represent time-stamped samples (single trace and multi-trace) and convenience senders for pushing those samples to the UI through standard mpsc channels.

Structs§

MultiPlotSink
Convenience sender for feeding MultiSamples into the multi-trace plotter.
MultiSample
Multi-trace input sample with an associated trace label.

Functions§

channel_multi
Create a new channel pair for multi-trace plotting: (MultiPlotSink, Receiver<MultiSample>).