dynamicgraph::sot::DoubleConstant Class Reference

#include <sot/core/double-constant.hh>

Inheritance diagram for dynamicgraph::sot::DoubleConstant:
[legend]

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
 

Constructor & Destructor Documentation

◆ DoubleConstant()

dynamicgraph::sot::DoubleConstant::DoubleConstant ( const std::string &  name)

◆ ~DoubleConstant()

virtual dynamicgraph::sot::DoubleConstant::~DoubleConstant ( void  )
inlinevirtual

Member Function Documentation

◆ setValue()

void dynamicgraph::sot::DoubleConstant::setValue ( const double &  inValue)

Set value of vector (and therefore of output signal)

Member Data Documentation

◆ SOUT

SignalTimeDependent<double, int> dynamicgraph::sot::DoubleConstant::SOUT