|
Earth Observation Mission CFI Software DataHandling Software User Manual |
|
Public Member Functions | |
| AttitudeModel () | |
| Empty constructor. | |
| AttitudeModel (long attModel, long AOCSModel, ParamModel &parMod, HarmonicModel &harmMod, FileModel &fileMod, AngleModel &angleMod, MatrixModel &matrixMod) | |
| Constructor with parameters. | |
| AttitudeModel (const AttitudeModel &attModel) | |
| Copy constructor. | |
| ~AttitudeModel () | |
| Destructor. | |
| void | operator= (const AttitudeModel &attModel) |
| Operator=. | |
Public Attributes | |
| long | attitudeModel |
| Attitude model type (AttModelEnum). | |
| long | AOCS |
| AOCS model. | |
| ParamModel * | paramModel |
| HarmonicModel * | harmonicModel |
| FileModel * | fileModel |
| AngleModel * | angleModel |
| MatrixModel * | matrixModel |
Attitude model.
| EECFI::AttitudeModel::AttitudeModel | ( | ) |
Empty constructor.
References angleModel, AOCS, attitudeModel, fileModel, harmonicModel, matrixModel, and paramModel.
| EECFI::AttitudeModel::AttitudeModel | ( | long | attModel, | |
| long | AOCSModel, | |||
| ParamModel & | parMod, | |||
| HarmonicModel & | harmMod, | |||
| FileModel & | fileMod, | |||
| AngleModel & | angleMod, | |||
| MatrixModel & | matrixMod | |||
| ) |
Constructor with parameters.
References angleModel, AOCS, attitudeModel, fileModel, harmonicModel, matrixModel, and paramModel.
| EECFI::AttitudeModel::AttitudeModel | ( | const AttitudeModel & | attModel | ) |
Copy constructor.
attModel AttitudeModel object we want to copy.
References angleModel, AOCS, fileModel, harmonicModel, matrixModel, and paramModel.
| EECFI::AttitudeModel::~AttitudeModel | ( | ) |
Destructor.
| void EECFI::AttitudeModel::operator= | ( | const AttitudeModel & | attModel | ) |
Operator=.
attModel AttitudeModel object we want to copy.
References angleModel, AOCS, attitudeModel, fileModel, harmonicModel, matrixModel, and paramModel.
Referenced by AttitudeModel(), operator=(), EECFI::SdfFile::read(), and EECFI::SdfRec::SdfRec().
AOCS model.
Referenced by AttitudeModel(), operator=(), EECFI::SdfFile::read(), and EECFI::SdfRec::SdfRec().
Attitude model type (AttModelEnum).
Referenced by AttitudeModel(), operator=(), EECFI::SdfFile::read(), and EECFI::SdfRec::SdfRec().
Referenced by AttitudeModel(), operator=(), EECFI::SdfFile::read(), and EECFI::SdfRec::SdfRec().
Referenced by AttitudeModel(), operator=(), EECFI::SdfFile::read(), and EECFI::SdfRec::SdfRec().
Referenced by AttitudeModel(), operator=(), EECFI::SdfFile::read(), and EECFI::SdfRec::SdfRec().
1.7.1