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;
30 void setValue(
const double &inValue);
36 #endif // DYNAMICGRAPH_SOT_DOUBLE_CONSTANT_H SignalTimeDependent< double, int > SOUT
Definition: double-constant.hh:27
static const std::string CLASS_NAME
Definition: double-constant.hh:20
Definition: double-constant.hh:18
DoubleConstant(const std::string &name)
virtual ~DoubleConstant(void)
Definition: double-constant.hh:25
virtual const std::string & getClassName(void) const
Definition: double-constant.hh:21
Definition: abstract-sot-external-interface.hh:17
void setValue(const double &inValue)
Set value of vector (and therefore of output signal)