DelegateMQ
Loading...
Searching...
No Matches
dmq::FreeRTOSClock Struct Reference

#include <FreeRTOSClock.h>

Public Types

using rep = int64_t
 
using period = std::milli
 
using duration = std::chrono::duration<rep, period>
 
using time_point = std::chrono::time_point<FreeRTOSClock>
 

Static Public Member Functions

static time_point now () noexcept
 

Static Public Attributes

static const bool is_steady = true
 

Member Typedef Documentation

◆ duration

using dmq::FreeRTOSClock::duration = std::chrono::duration<rep, period>

◆ period

using dmq::FreeRTOSClock::period = std::milli

◆ rep

using dmq::FreeRTOSClock::rep = int64_t

◆ time_point

using dmq::FreeRTOSClock::time_point = std::chrono::time_point<FreeRTOSClock>

Member Function Documentation

◆ now()

static time_point dmq::FreeRTOSClock::now ( )
inlinestaticnoexcept

Member Data Documentation

◆ is_steady

const bool dmq::FreeRTOSClock::is_steady = true
static

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