RocketLogger 2.1.2
rl_timestamp Struct Reference

#include <util.h>

Data Fields

int64_t sec
 Seconds in UNIX time (UTC) More...
 
int64_t nsec
 Nanoseconds. More...
 

Detailed Description

Timestamp data structure definition (UNIX time, UTC)

Definition at line 49 of file util.h.

Field Documentation

◆ nsec

int64_t rl_timestamp::nsec

Nanoseconds.

Definition at line 53 of file util.h.

Referenced by create_time_stamp(), meter_print_buffer(), pru_sample(), and rl_file_add_data_block().

◆ sec

int64_t rl_timestamp::sec

Seconds in UNIX time (UTC)

Definition at line 51 of file util.h.

Referenced by create_time_stamp(), meter_print_buffer(), pru_sample(), rl_file_add_data_block(), and rl_file_store_header_csv().


The documentation for this struct was generated from the following file: