tsm 0.1.0
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
tsm::detail::FreeRTOSClock Struct Reference

#include <tsm.h>

Collaboration diagram for tsm::detail::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::detail::FreeRTOSClock::duration = std::chrono::milliseconds

◆ period

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

◆ rep

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

◆ time_point

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

Member Function Documentation

◆ now()

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

Member Data Documentation

◆ is_steady

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

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