![]() |
Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
|
multi-dimensional integrator More...
#include <differentiator.h>
Public Member Functions | |
| differentiator (basetype Tdiff, basetype Tsampling, const datatype &init_value=0) | |
| constructor taking sampling-time and initial value | |
| datatype | respond (const datatype &right) |
| update differentiator taking next input value | |
| const datatype & | get_value (void) const |
| returns current output | |
| datatype | operator() (void) const |
| cast to vector<size> returns current output | |
multi-dimensional integrator
Definition at line 32 of file differentiator.h.
|
inline |
constructor taking sampling-time and initial value
Definition at line 36 of file differentiator.h.
returns current output
Definition at line 52 of file differentiator.h.
Referenced by differentiator< basetype, datatype >::operator()().
|
inline |
cast to vector<size> returns current output
Definition at line 58 of file differentiator.h.
References differentiator< basetype, datatype >::get_value().
update differentiator taking next input value
Definition at line 44 of file differentiator.h.
Referenced by variometer_t::update_at_100Hz().