|
OSAPI
0.29
Open System API
|
10 #ifndef OSAPI_CLOCK_TYPE_CLOCK_H_
11 #define OSAPI_CLOCK_TYPE_CLOCK_H_
23 #include "common/types/common_type_time.h"
int local
Is time value a local time, if so it must have a time offset from Standard time.
Definition: clock_type_clock.h:49
uint64_t fraction
Delta in fractions of a second (if delta is negative, the sign must be in the seconds)
Definition: clock_type_clock.h:39
int64_t seconds
Delta in seconds.
Definition: clock_type_clock.h:38
Structure supporting a time offset (from a standard time, for instance)
Definition: clock_type_clock.h:36
Structure supporting a clock.
Definition: clock_type_clock.h:46
Structure supporting a time date.
Definition: common_type_time.h:65
t_time value
Time value.
Definition: clock_type_clock.h:48
t_time_offset offset
Difference to the Standard Time.
Definition: clock_type_clock.h:50