plane.h
Go to the documentation of this file.
1 #ifndef PLANE_H
2 #define PLANE_H
3 
4 #include <kfilter/ekfilter.hpp>
5 
6 class cPlaneEKF : public Kalman::EKFilter<double,1,false,true,false> {
7 public:
8  cPlaneEKF();
9 
10 protected:
11  void makeBaseA();
12  void makeBaseH();
13  void makeBaseV();
14  void makeBaseR();
15  void makeBaseW();
16  void makeBaseQ();
17 
18  void makeA();
19  void makeH();
20  void makeProcess();
21  void makeMeasure();
22 
24 };
25 
28 
29 #endif
void makeBaseQ()
Virtual pre-creator of Q.
Definition: plane.cpp:146
void makeBaseW()
Virtual pre-creator of W.
Definition: plane.cpp:134
double Mass
Definition: plane.h:23
void makeBaseV()
Virtual pre-creator of V.
Definition: plane.cpp:180
Generic Extended Kalman Filter (EKF) template base class.
Definition: ekfilter.hpp:151
cPlaneEKF()
Definition: plane.cpp:78
Definition: plane.h:6
void makeBaseA()
Virtual pre-creator of A.
Definition: plane.cpp:88
void makeA()
Virtual creator of A.
Definition: plane.cpp:111
double Gravity
Definition: plane.h:23
void makeH()
Virtual creator of H.
Definition: plane.cpp:167
double Bfriction
Definition: plane.h:23
double Portance
Definition: plane.h:23
void makeBaseH()
Virtual pre-creator of H.
Definition: plane.cpp:154
cPlaneEKF::Vector Vector
Definition: plane.h:26
void makeProcess()
Actual process . Fills in new x by using old x.
Definition: plane.cpp:192
void makeBaseR()
Virtual pre-creator of R.
Definition: plane.cpp:186
void makeMeasure()
Actual measurement function . Fills in z.
Definition: plane.cpp:202
double Period
Definition: plane.h:23
cPlaneEKF::Matrix Matrix
Definition: plane.h:27
Contains the interface of the EKFilter base template class.


kfilter
Author(s): Jorge Almeida, Vincent Zalzal, Sylvain Marleau, Richard Gourdeau
autogenerated on Mon Mar 2 2015 01:31:45