EEROS
0.4.1.0
API for the EEROS Real-Time Robotics Framework
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Runnable.hpp
Go to the documentation of this file.
1
#ifndef ORG_EEROS_CORE_RUNNABLE_HPP_
2
#define ORG_EEROS_CORE_RUNNABLE_HPP_
3
4
namespace
eeros {
5
6
class
Runnable
{
7
public
:
8
virtual
~Runnable
() { }
9
virtual
void
run
() = 0;
10
};
11
12
};
13
14
#endif // ORG_EEROS_CORE_RUNNABLE_HPP_
eeros::Runnable::run
virtual void run()=0
eeros::Runnable::~Runnable
virtual ~Runnable()
Definition:
Runnable.hpp:8
eeros::Runnable
Definition:
Runnable.hpp:6
includes
eeros
core
Runnable.hpp
Generated on Wed Jul 8 2015 11:18:07 for EEROS by
1.8.6