RobotsIO
Loading...
Searching...
No Matches
Public Member Functions | List of all members
RobotsIO::Utils::Clock Class Reference
Inheritance diagram for RobotsIO::Utils::Clock:
RobotsIO::Utils::ClockYarp

Public Member Functions

virtual double now () const
 
virtual void delay (const int &milliseconds) const
 

Detailed Description

Definition at line 17 of file Clock.h.

Constructor & Destructor Documentation

◆ ~Clock()

Clock::~Clock ( )
virtual

Definition at line 16 of file Clock.cpp.

Member Function Documentation

◆ delay()

void Clock::delay ( const int &  milliseconds) const
virtual

Definition at line 28 of file Clock.cpp.

◆ now()

double Clock::now ( ) const
virtual

Definition at line 20 of file Clock.cpp.