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§
- Multi
Plot Sink - Convenience sender for feeding
MultiSamples into the multi-trace plotter. - Multi
Sample - Multi-trace input sample with an associated trace label.
Functions§
- channel_
multi - Create a new channel pair for multi-trace plotting:
(MultiPlotSink, Receiver<MultiSample>).