Expand description
An in-memory channel of Rerun data messages
Structs§
- LogReceiver
- LogReceiver
Set - A set of connected
LogReceivers. - LogSender
- Recv
Error - An error returned from the
recvmethod. - Send
Error - An error returned from the
sendmethod. - Smart
Message
Enums§
- Data
Source Message - Message from a data source.
- Data
Source UiCommand - UI commands issued when streaming in datasets.
- Flush
Error - An error that can occur when flushing.
- LogSource
- Identifies in what context this smart channel was created,
and what is holding the
LogSender. - Recv
Timeout Error - An error returned from the
recv_timeoutmethod. - Smart
Message Payload - The payload of a
SmartMessage. - TryRecv
Error - An error returned from the
try_recvmethod.
Functions§
- log_
channel - Create a new communication channel for
DataSourceMessage.