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


Public Member Functions | |
| Filter (double k) | |
| virtual | ~Filter () |
| virtual void | run () |
Public Member Functions inherited from eeros::control::Block1i1o< math::Vector2 > | |
| Block1i1o () | |
| virtual Input< math::Vector2 > & | getIn () |
| virtual Output< math::Vector2 > & | 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 | |
| double | k |
| AxisVector | prev |
Protected Attributes inherited from eeros::control::Block1i1o< math::Vector2 > | |
| Input< math::Vector2 > | in |
| Output< math::Vector2 > | out |
| Filter::Filter | ( | double | k | ) |
|
virtual |
|
virtual |
Implements eeros::Runnable.
|
protected |
|
protected |