|
EEROS
0.4.1.0
API for the EEROS Real-Time Robotics Framework
|
#include <Step.hpp>


Public Member Functions | |
| Step (T initValue=0, T stepHeight=1, double delayTime=1) | |
| virtual void | run () |
| virtual void | reset () |
| virtual void | setInitValue (T initValue) |
| virtual void | setStepHeight (T stepHeight) |
| virtual void | setDelayTime (double delayTime) |
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 | |
| T | initValue |
| T | stepHeight |
| double | stepTime |
| bool | stepDone |
| bool | first |
Protected Attributes inherited from eeros::control::Block1o< T > | |
| Output< T > | out |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |