#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 | |
dg::SignalPtr< T, int > | SIN |
dg::SignalTimeDependent< T, int > | SOUT |
dg::Signal< double, int > | timestepSIN |
Protected Member Functions | |
T & | computeDerivation (T &res, int time) |
template<> | |
VectorQuaternion & | computeDerivation (VectorQuaternion &res, int time) |
Protected Attributes | |
T | memory |
bool | initialized |
double | timestep |
Static Protected Attributes | |
static const double | TIMESTEP_DEFAULT |
|
inline |
|
inlinevirtual |
References dynamicgraph::sot::Derivator< T >::SIN.
|
inlineprotected |
|
protected |
|
inlinestatic |
|
protected |
Referenced by dynamicgraph::sot::Derivator< T >::computeDerivation().
|
protected |
Referenced by dynamicgraph::sot::Derivator< T >::computeDerivation().
dg::SignalPtr<T, int> dynamicgraph::sot::Derivator< T >::SIN |
dg::SignalTimeDependent<T, int> dynamicgraph::sot::Derivator< T >::SOUT |
Referenced by dynamicgraph::sot::Derivator< T >::Derivator().
|
protected |
Referenced by dynamicgraph::sot::Derivator< T >::computeDerivation().
|
staticprotected |
dg::Signal<double, int> dynamicgraph::sot::Derivator< T >::timestepSIN |
Referenced by dynamicgraph::sot::Derivator< T >::Derivator().