µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os::estd::chrono Namespace Reference

Classes

struct  has_sleep_for
 
class  high_resolution_clock
 
class  realtime_clock
 
class  system_clock
 
class  systick_clock
 

Functions

template<class _To , class Rep_T , class Period_T >
constexpr std::enable_if< std::chrono::__is_duration< _To >::value, _To >::type ceil (std::chrono::duration< Rep_T, Period_T > d)
 
using systicks = systick_clock::duration
 
using steady_clock = system_clock
 
constexpr systicks operator""_ticks (unsigned long long t)
 

Typedef Documentation

◆ steady_clock

Definition at line 199 of file chrono.

◆ systicks

Definition at line 101 of file chrono.

Function Documentation

◆ ceil()

template<class _To , class Rep_T , class Period_T >
constexpr std::enable_if< std::chrono::__is_duration< _To >::value, _To >::type os::estd::chrono::ceil ( std::chrono::duration< Rep_T, Period_T >  d)
constexpr

Definition at line 269 of file chrono.

◆ operator""_ticks()

constexpr systicks os::estd::chrono::operator""_ticks ( unsigned long long  t)
constexpr

Definition at line 118 of file chrono.