µOS++ IIIe Reference  v6.3.15
“Perfekt ist nicht gut genug”
The third edition of µOS++, a POSIX inspired open source system, written in C++.
os::rtos::port::clock Namespace Reference

Types

using duration_t = uint32_t
 Type of variables holding timer durations. More...
 
using offset_t = int64_t
 
using timestamp_t = uint64_t
 Type of variables holding time stamps. More...
 

Types

◆ duration_t

using os::rtos::port::clock::duration_t = typedef uint32_t

Type of variables holding timer durations.

A numeric type intended to hold a generic duration, either in ticks cycles or seconds.

Definition at line 826 of file os-decls.h.

◆ offset_t

using os::rtos::port::clock::offset_t = typedef int64_t

Definition at line 836 of file os-decls.h.

◆ timestamp_t

using os::rtos::port::clock::timestamp_t = typedef uint64_t

Type of variables holding time stamps.

A numeric type intended to hold a generic timestamp, either in ticks cycles or seconds.

Definition at line 834 of file os-decls.h.