![]() |
Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
|
multi-dimensional integrator More...
#include <integrator.h>
Public Member Functions | |
| integrator (basetype Tintegrator, basetype Tsampling, const datatype &init_value=0) | |
| constructor taking Ti, Ts and initial values | |
| integrator (basetype Tsampling) | |
| constructor taking sampling-time only | |
| const datatype & | response (datatype &right) |
| update integrator taking next input value | |
| const datatype & | get_value (void) const |
| returns current output | |
| datatype | operator() (void) const |
| cast to vector<size> returns current output | |
| void | set_value (const datatype &_value) |
| set current output value | |
multi-dimensional integrator
Definition at line 32 of file integrator.h.
|
inline |
constructor taking Ti, Ts and initial values
Definition at line 36 of file integrator.h.
|
inline |
constructor taking sampling-time only
Definition at line 41 of file integrator.h.
returns current output
Definition at line 53 of file integrator.h.
Referenced by integrator< basetype, datatype >::operator()().
|
inline |
cast to vector<size> returns current output
Definition at line 59 of file integrator.h.
References integrator< basetype, datatype >::get_value().
update integrator taking next input value
Definition at line 46 of file integrator.h.
set current output value
Definition at line 65 of file integrator.h.