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
TableBlueprintSource

Enums§

DataSourceMessage
Message from a data source.
DataSourceUiCommand
UI commands issued when streaming in datasets.
FlushError
An error that can occur when flushing.
InspectError
Why a DataSourceUiCommand::Inspect request could not be serviced.
LogSource
Identifies in what context this smart channel was created, and what is holding the LogSender.
RecordingOpenBehavior
Controls how a newly loaded recording is treated by the viewer.
RecvTimeoutError
An error returned from the recv_timeout method.
SaveScreenshotError
Why a DataSourceUiCommand::SaveScreenshot did not produce a file.
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.
url_display_name
A human-readable name for a source URL, safe to render as a label or log line.