RobotsIO
Loading...
Searching...
No Matches
src
RobotsIO
include
RobotsIO
Utils
Clock.h
1
/*
2
* Copyright (C) 2020 Istituto Italiano di Tecnologia (IIT)
3
*
4
* This software may be modified and distributed under the terms of the
5
* BSD 3-Clause license. See the accompanying LICENSE file for details.
6
*/
7
8
#ifndef ROBOTSIO_CLOCK_H
9
#define ROBOTSIO_CLOCK_H
10
11
namespace
RobotsIO
{
12
namespace
Utils {
13
class
Clock;
14
}
15
}
16
17
class
RobotsIO::Utils::Clock
18
{
19
public
:
20
virtual
~Clock
();
21
22
virtual
double
now()
const
;
23
24
virtual
void
delay(
const
int
& milliseconds)
const
;
25
};
26
27
#endif
/* ROBOTSIO_CLOCK_H */
RobotsIO::Utils::Clock
Definition:
Clock.h:18
RobotsIO
Definition:
Camera.h:24
Generated by
1.9.6