|
Rerun C++ SDK
|
Component: When the recording started. More...
#include <rerun/components/timestamp.hpp>
Public Member Functions | |
| Timestamp (rerun::datatypes::TimeInt timestamp_) | |
| Timestamp & | operator= (rerun::datatypes::TimeInt timestamp_) |
| Timestamp (int64_t value_) | |
| Timestamp & | operator= (int64_t value_) |
| operator rerun::datatypes::TimeInt () const | |
| Cast to the underlying TimeInt datatype. | |
Public Attributes | |
| rerun::datatypes::TimeInt | timestamp |
Component: When the recording started.
Should be an absolute time, i.e. relative to Unix Epoch.