|
Rerun C++ SDK
|
Log sink which streams messages to an existing Rerun gRPC server. More...
#include <rerun/log_sink.hpp>
Public Member Functions | |
| operator LogSink () const | |
Public Attributes | |
| std::string_view | url = "rerun+http://127.0.0.1:9876/proxy" |
| A Rerun gRPC URL. | |
Log sink which streams messages to an existing Rerun gRPC server.
This is a gRPC client: it connects to a server but does not host one. Use GrpcServerSink to host a server that SDKs and Viewers can connect to.
The behavior of this sink is the same as the one set by RecordingStream::connect_grpc.
| std::string_view rerun::GrpcSink::url = "rerun+http://127.0.0.1:9876/proxy" |
A Rerun gRPC URL.
The scheme must be one of rerun://, rerun+http://, or rerun+https://, and the pathname must be /proxy.
The default is rerun+http://127.0.0.1:9876/proxy.