RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
rtctk::componentFramework::test::FakeClock Class Reference

#include <fakeClock.hpp>

Public Types

using duration = std::chrono::microseconds
 
using rep = duration::rep
 
using period = duration::period
 
using time_point = std::chrono::time_point<FakeClock, duration>
 

Static Public Member Functions

static time_point now () noexcept
 
static void Advance (duration d) noexcept
 
static void Reset () noexcept
 

Member Typedef Documentation

◆ duration

◆ period

◆ rep

◆ time_point

Member Function Documentation

◆ Advance()

static void rtctk::componentFramework::test::FakeClock::Advance ( duration d)
inlinestaticnoexcept

◆ now()

static time_point rtctk::componentFramework::test::FakeClock::now ( )
inlinestaticnoexcept

◆ Reset()

static void rtctk::componentFramework::test::FakeClock::Reset ( )
inlinestaticnoexcept

The documentation for this class was generated from the following files: