|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Public Member Functions | |
| AttitudeDefinitionModel () | |
| Constructor. | |
| AttitudeDefinitionModel (final long attModel, final long AOCSModel, ParamModel parMod, HarmonicModel harmMod, FileModel fileMod, AngleModel angleMod, MatrixModel matrixMod, QuaternionPlusAngle quatAngMod, QuaternionPlusMatrix quatMatMod) | |
| Constructor with parameters. | |
Public Attributes | |
| long | attitudeModel |
| Attitude model type (AttModelEnum). | |
| long | AOCS |
| AOCS model. | |
| ParamModel | paramModel |
| | |
| HarmonicModel | harmonicModel |
| | |
| FileModel | fileModel |
| | |
| AngleModel | angleModel |
| | |
| MatrixModel | matrixModel |
| | |
| QuaternionPlusAngle | quaternionAngleModel |
| | |
| QuaternionPlusMatrix | quaternionMatrixModel |
| | |
Attitude Model.
| EECFI.AttitudeDefinitionModel.AttitudeDefinitionModel | ( | ) |
Constructor.
| EECFI.AttitudeDefinitionModel.AttitudeDefinitionModel | ( | final long | attModel, | |
| final long | AOCSModel, | |||
| ParamModel | parMod, | |||
| HarmonicModel | harmMod, | |||
| FileModel | fileMod, | |||
| AngleModel | angleMod, | |||
| MatrixModel | matrixMod, | |||
| QuaternionPlusAngle | quatAngMod, | |||
| QuaternionPlusMatrix | quatMatMod | |||
| ) |
Constructor with parameters.
AOCS model.
Attitude model type (AttModelEnum).
1.7.1