1 #ifndef ORG_EEROS_CONTROL_STEP_HPP_
2 #define ORG_EEROS_CONTROL_STEP_HPP_
10 template <
typename T =
double >
bool stepDone
Definition: Step.hpp:53
static double getTime()
Definition: System_POSIX.cpp:26
T stepHeight
Definition: Step.hpp:51
virtual void setStepHeight(T stepHeight)
Definition: Step.hpp:41
bool first
Definition: Step.hpp:54
Definition: Block1o.hpp:12
static uint64_t getTimeNs()
Definition: System_POSIX.cpp:30
virtual void reset()
Definition: Step.hpp:32
Output< T > out
Definition: Block1o.hpp:21
virtual void setInitValue(T initValue)
Definition: Step.hpp:37
virtual void setDelayTime(double delayTime)
Definition: Step.hpp:45
T initValue
Definition: Step.hpp:50
virtual void run()
Definition: Step.hpp:19
double stepTime
Definition: Step.hpp:52
Step(T initValue=0, T stepHeight=1, double delayTime=1)
Definition: Step.hpp:14