#include <history.hpp>
◆ EkfStateUpdater()
template<typename FilterT , std::int32_t kNumOfStates, typename ... EventT>
◆ operator()() [1/3]
template<typename FilterT , std::int32_t kNumOfStates, typename ... EventT>
template<typename MeasurementT >
An operator that passes a measurement event to the filter implementation.
- Parameters
-
| [in] | event | A measurement event. |
- Template Parameters
-
| MeasurementT | Type of measurement event. Can be any measurement type. |
◆ operator()() [2/3]
template<typename FilterT , std::int32_t kNumOfStates, typename ... EventT>
An operator that resets the state of the filter implementation.
◆ operator()() [3/3]
template<typename FilterT , std::int32_t kNumOfStates, typename ... EventT>
An operator that applies the prediction event to the filter implementation.
The documentation for this class was generated from the following file: