Loading...
Searching...
No Matches
timex_t Struct Reference

A timex timestamp. More...

Detailed Description

A timex timestamp.

Note
If a timestamp is not normalized, the number of microseconds might be > 1000000

Definition at line 49 of file timex.h.

#include <timex.h>

Data Fields

uint32_t seconds
 number of seconds
 
uint32_t microseconds
 number of microseconds
 

Field Documentation

◆ microseconds

uint32_t timex_t::microseconds

number of microseconds

Definition at line 51 of file timex.h.

◆ seconds

uint32_t timex_t::seconds

number of seconds

Definition at line 50 of file timex.h.


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