libamxc  1.10.3
C Generic Data Containers
_timestamp Struct Reference

The timestamp structure (unix epoch time). More...

#include <amxc_timestamp.h>

Data Fields

int64_t sec
 
int32_t nsec
 
int16_t offset
 

Detailed Description

The timestamp structure (unix epoch time).

Definition at line 108 of file amxc_timestamp.h.

Field Documentation

◆ nsec

int32_t _timestamp::nsec

Definition at line 110 of file amxc_timestamp.h.

◆ offset

int16_t _timestamp::offset

Definition at line 111 of file amxc_timestamp.h.

◆ sec

int64_t _timestamp::sec

Definition at line 109 of file amxc_timestamp.h.


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