sot-core
4.11.8
Hierarchical task solver plug-in for dynamic-graph.
|
#include <sot/core/derivator.hh>
Public Member Functions | |
Derivator (const std::string &name) | |
virtual | ~Derivator (void) |
Static Public Member Functions | |
static std::string | getTypeName (void) |
Public Attributes | |
dynamicgraph::SignalPtr< T, int > | SIN |
dynamicgraph::SignalTimeDependent< T, int > | SOUT |
dynamicgraph::Signal< double, int > | timestepSIN |
Protected Member Functions | |
T & | computeDerivation (T &res, int time) |
VectorQuaternion & | computeDerivation (VectorQuaternion &res, int time) |
Protected Attributes | |
T | memory |
bool | initialized |
double | timestep |
Static Protected Attributes | |
static const double | TIMESTEP_DEFAULT |
|
inline |
|
inlinevirtual |
|
inlineprotected |
|
protected |
|
inlinestatic |
|
protected |
|
protected |
dynamicgraph::SignalPtr<T, int> dynamicgraph::sot::Derivator< T >::SIN |
dynamicgraph::SignalTimeDependent<T, int> dynamicgraph::sot::Derivator< T >::SOUT |
|
protected |
|
staticprotected |
dynamicgraph::Signal<double, int> dynamicgraph::sot::Derivator< T >::timestepSIN |