tools
Loading...
Searching...
No Matches
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
6namespace roboticslab
7{
8
15{
16public:
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__
Abstract base for Runnable.
Definition IRunnable.h:15
virtual ~IRunnable()=default
The main, catch-all namespace for Robotics Lab UC3M.
Definition groups.dox:5