COSMOS core
1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
|
Estimator structure. More...
#include <mathlib.h>
Public Attributes | |
double | value [3] |
double | error [3] |
vector< double > | a |
vector< double > | x |
vector< double > | y |
Estimator structure.
Contains an estimate returned by the estimator. This includes the zeroth, first, and second derivatives of the dependent value, as well as estimated errors for each.
double estimatorstruc::value[3] |
double estimatorstruc::error[3] |
vector<double> estimatorstruc::a |
vector<double> estimatorstruc::x |
vector<double> estimatorstruc::y |