Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:99
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:23
TimeType
Describes the type of a timeline or time point.
Definition timeline.hpp:11
@ Sequence
Used e.g. for frames in a film.
@ Timestamp
Nanoseconds since Unix epoch (1970-01-01 00:00:00 UTC).
Definition of a timeline.
Definition timeline.hpp:23
std::string name
The name of the timeline.
Definition timeline.hpp:25
Timeline(std::string name_, TimeType type_)
Creates a new timeline.
Definition timeline.hpp:31
Error to_c_ffi_struct(rr_timeline &out_column) const
To rerun C API timeline.
TimeType type
The type of the timeline.
Definition timeline.hpp:28