1 #ifndef ORG_EEROS_CONTROL_CONSTANT_HPP_
2 #define ORG_EEROS_CONTROL_CONSTANT_HPP_
11 template <
typename T =
double >
23 this->
out.getSignal().setValue(
value);
35 template <
typename S>
typename std::enable_if<std::is_arithmetic<S>::value>
::type _clear() {
39 template <
typename S>
typename std::enable_if<!std::is_arithmetic<S>::value>
::type _clear() {
Constant()
Definition: Constant.hpp:14
T value
Definition: Constant.hpp:32
int v
Definition: RingBufferTest.cpp:14
Definition: Block1o.hpp:12
static uint64_t getTimeNs()
Definition: System_POSIX.cpp:30
Definition: Constant.hpp:12
Output< T > out
Definition: Block1o.hpp:21
virtual void setValue(T newValue)
Definition: Constant.hpp:27
type
Definition: Sequencer.hpp:15
virtual void run()
Definition: Constant.hpp:22
Constant(T v)
Definition: Constant.hpp:18