dynamicgraph::sot::VectorConstant Class Reference

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

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

Public Member Functions

 VectorConstant (const std::string &name)
 
virtual ~VectorConstant (void)
 
void setValue (const dg::Vector &inValue)
 Set value of vector (and therefore of output signal) More...
 

Public Attributes

SignalTimeDependent< dg::Vector, int > SOUT
 

Friends

class command::vectorConstant::Resize
 

Constructor & Destructor Documentation

◆ VectorConstant()

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

◆ ~VectorConstant()

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

Member Function Documentation

◆ setValue()

void dynamicgraph::sot::VectorConstant::setValue ( const dg::Vector &  inValue)

Set value of vector (and therefore of output signal)

Friends And Related Function Documentation

◆ command::vectorConstant::Resize

friend class command::vectorConstant::Resize
friend

Member Data Documentation

◆ SOUT

SignalTimeDependent<dg::Vector, int> dynamicgraph::sot::VectorConstant::SOUT