Skip to main content

Crate re_log_channel

Crate re_log_channel 

Source
Expand description

An in-memory channel of Rerun data messages

Structs§

LogReceiver
LogReceiverSet
A set of connected LogReceivers.
LogSender
RecvError
An error returned from the recv method.
SendError
An error returned from the send method.
SmartMessage

Enums§

DataSourceMessage
Message from a data source.
DataSourceUiCommand
UI commands issued when streaming in datasets.
FlushError
An error that can occur when flushing.
LogSource
Identifies in what context this smart channel was created, and what is holding the LogSender.
RecvTimeoutError
An error returned from the recv_timeout method.
SmartMessagePayload
The payload of a SmartMessage.
TryRecvError
An error returned from the try_recv method.

Functions§

log_channel
Create a new communication channel for DataSourceMessage.