integrates an ODE. If Y is the output and X the input, the following equation is integrated: a_p * d(p)Y / dt^p + .... + a_0 Y = b_m * d(m)X / dt^m + ... . b_0 X a_i are the coefficients of the denominator of the associated transfer function between X and Y, while the b_i are those of the numerator. More...
#include <integrator-abstract.hh>

| Public Member Functions | |
| const std::vector< coefT > & | denomCoeffs () const | 
| void | denomCoeffs (const std::vector< coefT > &coeffs) | 
| virtual void | display (std::ostream &os) const | 
| virtual sigT & | integrate (sigT &res, int time)=0 | 
| IntegratorAbstract (const std::string &name) | |
| const std::vector< coefT > & | numCoeffs () const | 
| void | numCoeffs (const std::vector< coefT > &coeffs) | 
| void | popDenomCoef () | 
| void | popNumCoef () | 
| void | pushDenomCoef (const coefT &denomCoef) | 
| void | pushNumCoef (const coefT &numCoef) | 
| virtual | ~IntegratorAbstract () | 
|  Public Member Functions inherited from dynamicgraph::Entity | |
| std::ostream & | displaySignalList (std::ostream &os) const | 
| Entity (const std::string &name) | |
| virtual const std::string & | getClassName () const | 
| const std::string & | getCommandList () const | 
| virtual std::string | getDocString () const | 
| LoggerVerbosity | getLoggerVerbosityLevel () | 
| LoggerVerbosity | getLoggerVerbosityLevel () | 
| const std::string & | getName () const | 
| command::Command * | getNewStyleCommand (const std::string &cmdName) | 
| CommandMap_t | getNewStyleCommandMap () | 
| SignalBase< int > & | getSignal (const std::string &signalName) | 
| const SignalBase< int > & | getSignal (const std::string &signalName) const | 
| SignalMap | getSignalMap () const | 
| double | getStreamPrintPeriod () | 
| double | getStreamPrintPeriod () | 
| double | getTimeSample () | 
| double | getTimeSample () | 
| bool | hasSignal (const std::string &signame) const | 
| Logger & | logger () | 
| Logger const & | logger () const | 
| Logger & | logger () | 
| Logger const & | logger () const | 
| void | sendMsg (const std::string &msg, MsgType t=MSG_TYPE_INFO, const std::string &lineId="") | 
| void | sendMsg (const std::string &msg, MsgType t=MSG_TYPE_INFO, const std::string &lineId="") | 
| void | setLoggerVerbosityLevel (LoggerVerbosity lv) | 
| void | setLoggerVerbosityLevel (LoggerVerbosity lv) | 
| bool | setStreamPrintPeriod (double t) | 
| bool | setStreamPrintPeriod (double t) | 
| bool | setTimeSample (double t) | 
| bool | setTimeSample (double t) | 
| virtual SignalBase< int > * | test () | 
| virtual void | test2 (SignalBase< int > *) | 
| virtual std::ostream & | writeCompletionList (std::ostream &os) const | 
| virtual std::ostream & | writeGraph (std::ostream &os) const | 
| virtual | ~Entity () | 
| Public Attributes | |
| dynamicgraph::SignalPtr< sigT, int > | SIN | 
| dynamicgraph::SignalTimeDependent< sigT, int > | SOUT | 
| Protected Attributes | |
| std::vector< coefT > | denominator | 
| std::vector< coefT > | numerator | 
|  Protected Attributes inherited from dynamicgraph::Entity | |
| CommandMap_t | commandMap | 
| Logger | logger_ | 
| std::string | name | 
| SignalMap | signalMap | 
| Additional Inherited Members | |
|  Public Types inherited from dynamicgraph::Entity | |
| typedef std::map< const std::string, command::Command *> | CommandMap_t | 
| typedef std::map< std::string, SignalBase< int > *> | SignalMap | 
|  Protected Member Functions inherited from dynamicgraph::Entity | |
| void | addCommand (const std::string &name, command::Command *command) | 
| void | entityDeregistration () | 
| void | entityRegistration () | 
| void | signalDeregistration (const std::string &name) | 
| void | signalRegistration (const SignalArray< int > &signals) | 
integrates an ODE. If Y is the output and X the input, the following equation is integrated: a_p * d(p)Y / dt^p + .... + a_0 Y = b_m * d(m)X / dt^m + ... . b_0 X a_i are the coefficients of the denominator of the associated transfer function between X and Y, while the b_i are those of the numerator.
Definition at line 46 of file integrator-abstract.hh.
| 
 | inline | 
Definition at line 48 of file integrator-abstract.hh.
| 
 | inlinevirtual | 
Definition at line 82 of file integrator-abstract.hh.
| 
 | inline | 
Definition at line 97 of file integrator-abstract.hh.
| 
 | inline | 
Definition at line 98 of file integrator-abstract.hh.
| 
 | inlinevirtual | 
Reimplemented from dynamicgraph::Entity.
Definition at line 105 of file integrator-abstract.hh.
| 
 | pure virtual | 
Implemented in dynamicgraph::sot::IntegratorEuler< sigT, coefT >.
| 
 | inline | 
Definition at line 94 of file integrator-abstract.hh.
| 
 | inline | 
Definition at line 95 of file integrator-abstract.hh.
| 
 | inline | 
Definition at line 92 of file integrator-abstract.hh.
| 
 | inline | 
Definition at line 91 of file integrator-abstract.hh.
| 
 | inline | 
Definition at line 88 of file integrator-abstract.hh.
| 
 | inline | 
Definition at line 87 of file integrator-abstract.hh.
| 
 | protected | 
Definition at line 121 of file integrator-abstract.hh.
| 
 | protected | 
Definition at line 120 of file integrator-abstract.hh.
| dynamicgraph::SignalPtr<sigT, int> dynamicgraph::sot::IntegratorAbstract< sigT, coefT >::SIN | 
Definition at line 101 of file integrator-abstract.hh.
| dynamicgraph::SignalTimeDependent<sigT, int> dynamicgraph::sot::IntegratorAbstract< sigT, coefT >::SOUT | 
Definition at line 103 of file integrator-abstract.hh.