package rerun.sdk_comms.v1alpha1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service MessageProxyService

sdk_comms.proto:17

Simple buffer for messages between SDKs and viewers. - SDKs produce messages by calling `WriteMessages` - Viewers consume messages by calling `ReadMessages` The buffer is bounded by a memory limit, and will drop the oldest messages when the limit is reached. Whenever `ReadMessages` is called, all buffered messages are sent in the order they were received. The stream will then also yield any new messages passed to `WriteMessages` from any client.

service ViewerControlService

viewer.proto:7

message TimeCursor

viewer.proto:129

A position on a timeline.

Used in: ViewerRecording

message ViewerRecording

viewer.proto:106

One open recording in the viewer.

Used in: GetViewerStateResponse

message ViewerTimeline

viewer.proto:118

A timeline of a recording, with its time range.

Used in: ViewerRecording