libamxc
1.10.3
C Generic Data Containers
|
The timestamp structure (unix epoch time). More...
#include <amxc_timestamp.h>
Data Fields | |
int64_t | sec |
int32_t | nsec |
int16_t | offset |
The timestamp structure (unix epoch time).
Definition at line 108 of file amxc_timestamp.h.
int32_t _timestamp::nsec |
Definition at line 110 of file amxc_timestamp.h.
int16_t _timestamp::offset |
Definition at line 111 of file amxc_timestamp.h.
int64_t _timestamp::sec |
Definition at line 109 of file amxc_timestamp.h.