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
Output.hpp
Go to the documentation of this file.
1
#ifndef ORG_EEROS_CONTROL_OUTPUT_HPP_
2
#define ORG_EEROS_CONTROL_OUTPUT_HPP_
3
4
#include <
eeros/control/Signal.hpp
>
5
6
namespace
eeros {
7
namespace
control {
8
9
template
<
typename
T =
double
>
10
class
Output
{
11
12
public
:
13
virtual
Signal<T>
&
getSignal
() {
14
return
signal;
15
}
16
17
private
:
18
Signal<T>
signal;
19
};
20
};
21
};
22
23
#endif
/* ORG_EEROS_CONTROL_OUTPUT_HPP_ */
eeros::control::Output::getSignal
virtual Signal< T > & getSignal()
Definition:
Output.hpp:13
eeros::control::Output
Definition:
Output.hpp:10
Signal.hpp
eeros::control::Signal
Definition:
Signal.hpp:14
includes
eeros
control
Output.hpp
Generated on Wed Jul 8 2015 11:18:07 for EEROS by
1.8.6