sot-core
4.11.8
Hierarchical task solver plug-in for dynamic-graph.
|
Go to the documentation of this file.
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
DoubleConstant(const std::string &name)
void setValue(const double &inValue)
Set value of vector (and therefore of output signal)
Definition: abstract-sot-external-interface.hh:17
static const std::string CLASS_NAME
Definition: double-constant.hh:20
SignalTimeDependent< double, int > SOUT
Definition: double-constant.hh:27
virtual const std::string & getClassName(void) const
Definition: double-constant.hh:21
virtual ~DoubleConstant(void)
Definition: double-constant.hh:25
Definition: double-constant.hh:18