tools
Loading...
Searching...
No Matches
libraries
YarpPlugins
IRunnable.h
1
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
2
3
#ifndef __I_RUNNABLE__
4
#define __I_RUNNABLE__
5
6
namespace
roboticslab
7
{
8
14
class
IRunnable
15
{
16
public
:
20
virtual
~IRunnable
() =
default
;
21
22
virtual
bool
run(
const
std::vector<double>& v) = 0;
23
};
24
25
}
// namespace roboticslab
26
27
#endif
// __I_RUNNABLE__
roboticslab::IRunnable
Abstract base for Runnable.
Definition
IRunnable.h:15
roboticslab::IRunnable::~IRunnable
virtual ~IRunnable()=default
roboticslab
The main, catch-all namespace for Robotics Lab UC3M.
Definition
groups.dox:5
Generated by
1.9.8