#include <SimpleIntegrator.hpp>
|
| | SimpleIntegrator () |
| |
| | SimpleIntegrator (double _sample_time, double _initial_time=0.0, double _init_val=0.0) |
| |
| | ~SimpleIntegrator () |
| |
| void | init (double _sample_time, double _initial_time=0.0, double _init_val=0.0) |
| |
| void | DERIV (const double t, const double *x, const double *u, double *xdot) |
| |
| double | update (double derivVal) |
| |
| | RK4_SIM (int _plant_order, int _ctrl_order, double _integration_step=0.0001, double _initial_time=0.0, double *_initial_state=NULL) |
| |
| virtual | ~RK4_SIM () |
| |
| void | init_param (double _integration_step, double _initial_time, double *_initial_state) |
| |
| void | solve (void) |
| |
| SimpleIntegrator::SimpleIntegrator |
( |
| ) |
|
| SimpleIntegrator::SimpleIntegrator |
( |
double |
_sample_time, |
|
|
double |
_initial_time = 0.0, |
|
|
double |
_init_val = 0.0 |
|
) |
| |
| motor_controller::SimpleIntegrator::~SimpleIntegrator |
( |
| ) |
|
|
inline |
| void SimpleIntegrator::DERIV |
( |
const double |
t, |
|
|
const double * |
x, |
|
|
const double * |
u, |
|
|
double * |
xdot |
|
) |
| |
|
virtual |
| void SimpleIntegrator::init |
( |
double |
_sample_time, |
|
|
double |
_initial_time = 0.0, |
|
|
double |
_init_val = 0.0 |
|
) |
| |
| double SimpleIntegrator::update |
( |
double |
derivVal | ) |
|
The documentation for this class was generated from the following files: