PhoenixClockMock  2.0.0
Tool to manipulate mock of clock (split, merge and get info)
PClockBackend Struct Reference

clock backend for clock More...

#include <PClockBackend.h>

Static Public Member Functions

static time_t now ()
 Get current time with PClockBackend. More...
 

Detailed Description

clock backend for clock

Definition at line 13 of file PClockBackend.h.

Member Function Documentation

◆ now()

static time_t PClockBackend::now ( )
inlinestatic

Get current time with PClockBackend.

Returns
current time given by clock

Definition at line 17 of file PClockBackend.h.

17  {
18  return clock();
19  }

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