![]() |
EEROS
1.0.0.0
API for the EEROS Real-Time Robotics Framework
|
#include <Sum.hpp>


Public Member Functions | |
| Sum () | |
| virtual void | run () |
| virtual Input< T > & | getIn (uint8_t index) |
| virtual void | negateInput (uint8_t index) |
Public Member Functions inherited from eeros::control::Block1o< T > | |
| Block1o () | |
| virtual Output< T > & | getOut () |
Public Member Functions inherited from eeros::control::Block | |
| virtual void | setName (std::string name) |
| virtual std::string | getName () |
Public Member Functions inherited from eeros::Runnable | |
| virtual | ~Runnable () |
Protected Attributes | |
| Input< T > | in [N] |
| bool | negated [N] |
Protected Attributes inherited from eeros::control::Block1o< T > | |
| Output< T > | out |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements eeros::Runnable.
|
protected |
|
protected |