Expand description
The Rerun C SDK.
The functions here must match rerun_cpp/src/rerun/c/rerun.h
.
Modulesยง
- arrow_utils ๐
- error ๐
- ptr ๐
- recording_streams ๐
- video ๐
Structsยง
- This is called
rr_bytes
in the C API. - See
rr_component_batch
in the C header. - See
rr_component_column
in the C header. - See
rr_component_descriptor
in the C header. - See
rr_component_type
in the C header. - C version of [
re_sdk::SpawnOptions
]. - See
rr_store_info
in the C header. - This is called
rr_string
in the C API. - See
rr_time_column
in the C header. Equivalent to Rustre_sdk::log::TimeColumn
. - See
rr_timeline
in the C header. Equivalent to Rustre_sdk::Timeline
. - TrivialTypeWithDrop ๐See
THREAD_LIFE_TRACKER
for more information.
Enumsยง
- See
rr_sorting_status
in the C header. - See
rr_time_type
in the C header. Equivalent to Rustre_sdk::time::TimeType
.
Constantsยง
- It can happen that we end up inside of
rr_recording_stream_free
during a thread shutdown. This happens either when:
Functionsยง
- rr_spawn_impl ๐