COSMOS core  1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems

Estimator structure. More...

#include <mathlib.h>

Collaboration diagram for estimatorstruc:

Public Attributes

double value [3]
 
double error [3]
 
vector< double > a
 
vector< double > x
 
vector< double > y
 

Detailed Description

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.

Member Data Documentation

double estimatorstruc::value[3]
double estimatorstruc::error[3]
vector<double> estimatorstruc::a
vector<double> estimatorstruc::x
vector<double> estimatorstruc::y

The documentation for this struct was generated from the following file: