22#ifndef UTILS_INTEGRATOR_HPP
23#define UTILS_INTEGRATOR_HPP
49 virtual int16
step(floating_point start_time, floating_point end_time,
50 const std::array<floating_point, N> &start_state, std::array<floating_point, N> &out_state) {
virtual int16 step(floating_point start_time, floating_point end_time, const std::array< floating_point, N > &start_state, std::array< floating_point, N > &out_state)
Definition Integrator.hpp:49
Integrator(Rates< N > &rate_calculator)
Constructor for the integrator.
Definition Integrator.hpp:60
Rates< N > & _rate_calculator
Reference to dynamics object that calculates rates.
Definition Integrator.hpp:56
#define ERROR_NOT_OVERRIDDEN
Error when a virtual function is not called but not overwridden and should result in fault worthy beh...
Definition clockwerkerrors.h:175
Definition DeadReckon.cpp:20