Loading...
Searching...
No Matches
8#ifndef ROBOTSIO_CLOCKYARP_H
9#define ROBOTSIO_CLOCKYARP_H
11#include <RobotsIO/Utils/Clock.h>
13#include <yarp/os/Network.h>
28 double now()
const override;
30 void delay(
const int& milliseconds)
const override;
33 yarp::os::Network yarp_;
35 const std::string log_name_ =
"ClockYarp";