Public Attribute Documentation#
timestamp#
struct timespec sl_rtl_cs_log_params::timestamp
Epoch time of the RTL library initiatilization in seconds. This value is used to enhance logging data. If epoch time is not available then both timestamp.tv_sec and timestamp.tv_nsec must be set to 0.
timestamp_ms#
uint64_t sl_rtl_cs_log_params::timestamp_ms
Monotonic time of the RTL library initiatilization in milliseconds, must come from the same clock as subevent_timestamp_ms in sl_rtl_cs_subevent_data. This value is used to enhance logging data. If monotonic clock is not available then timetamp_ms and subevent_timestamp_ms in sl_rtl_cs_subevent_data must be set to 0.