Expand description
The Rerun C SDK.
The functions here must match rerun_cpp/src/rerun/c/rerun.h
.
Structs§
- CBytes
View - This is called
rr_bytes
in the C API. - CComponent
Batch - See
rr_component_batch
in the C header. - CComponent
Columns - See
rr_component_column
in the C header. - CComponent
Descriptor - See
rr_component_descriptor
in the C header. - CComponent
Type - See
rr_component_type
in the C header. - CData
Row - CError
- CSpawn
Options - C version of
re_sdk::SpawnOptions
. - CStore
Info - See
rr_store_info
in the C header. - CString
View - This is called
rr_string
in the C API. - CTime
Column - See
rr_time_column
in the C header. Equivalent to Rustre_sdk::log::TimeColumn
. - CTimeline
- See
rr_timeline
in the C header. Equivalent to Rustre_sdk::Timeline
.
Enums§
- CError
Code - CSorting
Status - See
rr_sorting_status
in the C header. - CStore
Kind - CTime
Type - See
rr_time_type
in the C header. Equivalent to Rustre_sdk::time::TimeType
.
Constants§
- RR_
COMPONENT_ TYPE_ HANDLE_ INVALID - RR_
REC_ STREAM_ CURRENT_ BLUEPRINT - RR_
REC_ STREAM_ CURRENT_ RECORDING - THREAD_
LIFE_ TRACKER - It can happen that we end up inside of
rr_recording_stream_free
during a thread shutdown. This happens either when:
Functions§
- _rr_
escape_ ⚠entity_ path_ part - _rr_
free_ ⚠string - rr_
recording_ stream_ connect_ grpc - rr_
recording_ stream_ disable_ timeline - rr_
recording_ stream_ flush_ blocking - rr_
recording_ stream_ free - rr_
recording_ stream_ is_ enabled - rr_
recording_ ⚠stream_ log - rr_
recording_ ⚠stream_ log_ file_ from_ contents - rr_
recording_ ⚠stream_ log_ file_ from_ path - rr_
recording_ stream_ new - rr_
recording_ stream_ reset_ time - rr_
recording_ stream_ save - rr_
recording_ ⚠stream_ send_ columns - rr_
recording_ stream_ serve_ grpc - rr_
recording_ stream_ set_ global - rr_
recording_ stream_ set_ thread_ local - rr_
recording_ stream_ set_ time - rr_
recording_ stream_ spawn - rr_
recording_ stream_ stdout - rr_
register_ component_ type - rr_
spawn - rr_
version_ string