Fawkes API  Fawkes Development Version
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
fawkes::Interface::interface_data_ts_t Struct Reference

Timestamp data, must be present and first entries for each interface data structs! This leans on timeval struct. More...

#include <interface.h>

Public Attributes

int64_t timestamp_sec
 time in seconds since Unix epoch
int64_t timestamp_usec
 additional time microseconds

Detailed Description

Timestamp data, must be present and first entries for each interface data structs! This leans on timeval struct.

Definition at line 212 of file interface.h.

Member Data Documentation

int64_t fawkes::Interface::interface_data_ts_t::timestamp_sec

time in seconds since Unix epoch

Definition at line 213 of file interface.h.

Referenced by fawkes::Interface::read(), and fawkes::Interface::write().

int64_t fawkes::Interface::interface_data_ts_t::timestamp_usec

additional time microseconds

Definition at line 214 of file interface.h.

Referenced by fawkes::Interface::read(), and fawkes::Interface::write().


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