9 #ifndef DYNAMICGRAPH_SOT_DOUBLE_CONSTANT_H
10 #define DYNAMICGRAPH_SOT_DOUBLE_CONSTANT_H
12 #include <dynamic-graph/entity.h>
13 #include <dynamic-graph/signal-time-dependent.h>
27 SignalTimeDependent<double, int>
SOUT;
Definition: double-constant.hh:18
virtual ~DoubleConstant(void)
Definition: double-constant.hh:25
DoubleConstant(const std::string &name)
virtual const std::string & getClassName(void) const
Definition: double-constant.hh:21
void setValue(const double &inValue)
Set value of vector (and therefore of output signal)
static const std::string CLASS_NAME
Definition: double-constant.hh:20
SignalTimeDependent< double, int > SOUT
Definition: double-constant.hh:27
Definition: abstract-sot-external-interface.hh:17