PX4 Firmware
PX4 Autopilot Software http://px4.io
|
This is the complete list of members for Integrator, including all inherited members.
_alpha | Integrator | private |
_auto_reset_interval | Integrator | private |
_beta | Integrator | private |
_coning_comp_on | Integrator | private |
_last_alpha | Integrator | private |
_last_delta_alpha | Integrator | private |
_last_integration_time | Integrator | private |
_last_reset_time | Integrator | private |
_last_val | Integrator | private |
_reset(uint32_t &integral_dt) | Integrator | private |
get(bool reset, uint32_t &integral_dt) | Integrator | |
get_and_filtered(bool reset, uint32_t &integral_dt, matrix::Vector3f &filtered_val) | Integrator | |
Integrator(uint32_t auto_reset_interval=4000, bool coning_compensation=false) | Integrator | |
Integrator(const Integrator &)=delete | Integrator | |
Integrator(Integrator &&)=delete | Integrator | |
operator=(const Integrator &)=delete | Integrator | |
operator=(Integrator &&)=delete | Integrator | |
put(const uint64_t ×tamp, const matrix::Vector3f &val, matrix::Vector3f &integral, uint32_t &integral_dt) | Integrator | |
put_with_interval(unsigned interval_us, matrix::Vector3f &val, matrix::Vector3f &integral, uint32_t &integral_dt) | Integrator | |
set_autoreset_interval(uint32_t auto_reset_interval) | Integrator | inline |
~Integrator()=default | Integrator |