Fawkes API  Fawkes Development Version
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 More...
 
int64_t timestamp_usec
 additional time microseconds More...
 

Detailed Description

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

Definition at line 197 of file interface.h.

Member Data Documentation

◆ timestamp_sec

int64_t fawkes::Interface::interface_data_ts_t::timestamp_sec

◆ timestamp_usec

int64_t fawkes::Interface::interface_data_ts_t::timestamp_usec

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