10 #ifndef DYNAMICGRAPH_SOT_VECTOR_CONSTANT_H
11 #define DYNAMICGRAPH_SOT_VECTOR_CONSTANT_H
13 #include <dynamic-graph/all-signals.h>
14 #include <dynamic-graph/entity.h>
17 #include <dynamic-graph/linear-algebra.h>
26 namespace vectorConstant {
43 SignalTimeDependent<dynamicgraph::Vector, int>
SOUT;
46 void setValue(
const dynamicgraph::Vector &inValue);
Definition: vector-constant.hh:31
friend class command::vectorConstant::Resize
Definition: vector-constant.hh:32
SignalTimeDependent< dynamicgraph::Vector, int > SOUT
Definition: vector-constant.hh:43
virtual ~VectorConstant(void)
Definition: vector-constant.hh:41
virtual const std::string & getClassName(void) const
Definition: vector-constant.hh:37
static const std::string CLASS_NAME
Definition: vector-constant.hh:36
VectorConstant(const std::string &name)
void setValue(const dynamicgraph::Vector &inValue)
Set value of vector (and therefore of output signal)
Definition: abstract-sot-external-interface.hh:17