#include <KalmanFilterService_impl.h>
Public Member Functions | |
bool | getKalmanFilterParam (OpenHRP::KalmanFilterService::KalmanFilterParam &i_param) |
void | kalman (KalmanFilter *i_kalman) |
KalmanFilterService_impl () | |
constructor More... | |
bool | resetKalmanFilterState () |
bool | setKalmanFilterParam (const OpenHRP::KalmanFilterService::KalmanFilterParam &i_param) |
virtual | ~KalmanFilterService_impl () |
destructor More... | |
Private Attributes | |
KalmanFilter * | m_kalman |
Definition at line 9 of file KalmanFilterService_impl.h.
KalmanFilterService_impl::KalmanFilterService_impl | ( | ) |
constructor
Definition at line 6 of file KalmanFilterService_impl.cpp.
|
virtual |
destructor
Definition at line 10 of file KalmanFilterService_impl.cpp.
bool KalmanFilterService_impl::getKalmanFilterParam | ( | OpenHRP::KalmanFilterService::KalmanFilterParam & | i_param | ) |
Definition at line 19 of file KalmanFilterService_impl.cpp.
void KalmanFilterService_impl::kalman | ( | KalmanFilter * | i_kalman | ) |
Definition at line 30 of file KalmanFilterService_impl.cpp.
bool KalmanFilterService_impl::resetKalmanFilterState | ( | ) |
Definition at line 25 of file KalmanFilterService_impl.cpp.
bool KalmanFilterService_impl::setKalmanFilterParam | ( | const OpenHRP::KalmanFilterService::KalmanFilterParam & | i_param | ) |
Definition at line 14 of file KalmanFilterService_impl.cpp.
|
private |
Definition at line 31 of file KalmanFilterService_impl.h.