tsm  0.1.0
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
tsm::FreeRTOSClock Struct Reference

#include <tsm_impl.h>

Collaboration diagram for tsm::FreeRTOSClock:
Collaboration graph

Public Types

using duration = std::chrono::milliseconds
 
using period = duration::period
 
using rep = duration::rep
 
using time_point = std::chrono::time_point< FreeRTOSClock >
 

Static Public Member Functions

static time_point now () noexcept
 

Static Public Attributes

static constexpr bool is_steady = true
 

Member Typedef Documentation

◆ duration

using tsm::FreeRTOSClock::duration = std::chrono::milliseconds

◆ period

using tsm::FreeRTOSClock::period = duration::period

◆ rep

using tsm::FreeRTOSClock::rep = duration::rep

◆ time_point

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

Member Function Documentation

◆ now()

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

Member Data Documentation

◆ is_steady

constexpr bool tsm::FreeRTOSClock::is_steady = true
staticconstexpr

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