#include <sot/core/double-constant.hh>
Public Member Functions | |
| DoubleConstant (const std::string &name) | |
| virtual | ~DoubleConstant (void) |
| void | setValue (const double &inValue) |
| Set value of vector (and therefore of output signal) More... | |
Public Attributes | |
| SignalTimeDependent< double, int > | SOUT |
| dynamicgraph::sot::DoubleConstant::DoubleConstant | ( | const std::string & | name | ) |
|
inlinevirtual |
| void dynamicgraph::sot::DoubleConstant::setValue | ( | const double & | inValue | ) |
Set value of vector (and therefore of output signal)
| SignalTimeDependent<double, int> dynamicgraph::sot::DoubleConstant::SOUT |