RocketLogger  1.1.5
time_stamp Struct Reference

#include <util.h>

Data Fields

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

Detailed Description

Time stamp definition (UNIX time, UTC)

Definition at line 45 of file util.h.

Field Documentation

int64_t time_stamp::nsec

Nanoseconds.

Definition at line 49 of file util.h.

Referenced by create_time_stamp(), file_handle_data(), pru_sample(), and web_handle_data().

int64_t time_stamp::sec

Seconds in UNIX time (UTC)

Definition at line 47 of file util.h.

Referenced by create_time_stamp(), file_handle_data(), file_store_header_csv(), pru_sample(), and web_handle_data().


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