![]() |
Ginan
|
Data Structures | |
| struct | InertialState |
| struct | InertialIntegrator |
Functions | |
| InertialState | operator* (const double lhs, const InertialState &rhs) |
| Inertials | operator+ (const Inertials &lhs, const Inertials &rhs) |
| Inertials | operator* (const Inertials &lhs, const double rhs) |
| Inertials | operator* (const double rhs, const Inertials &lhs) |
| void | predictInertials (Trace &trace, KFState &kfState, GTime time) |
| Use models to predict orbital motion and prepare state transition equations to implement those predictions in the filter. | |
Typedefs | |
| typedef vector< InertialState > | Inertials |
| typedef vector<InertialState> Inertials |
|
inline |