|
Earth Observation Mission CFI Software Lib Software User Manual for JAVA |
|
Data structure defining timeCorrelations. More...
Public Member Functions | |
| TimeCorrelationData () | |
| Default constructor. | |
| TimeCorrelationData (long bulType, long formFlag, long predFirst, PolarMotionFormula polarForm, TimeCorrelationFormula timeForm, Vector< TimeData > timVec, Vector< PolarMotionParams > polarVec, LeapSecondInfo leapInf) | |
| Constructor with parameters. | |
| TimeCorrelationData (long bulType, long formFlag, long predFirst, PolarMotionFormula polarForm, TimeCorrelationFormula timeForm, Vector< TimeData > timVec, Vector< PolarMotionParams > polarVec, LeapSecondInfo leapInf, LaunchInertialFrameConfig launchInertialFrameCfg) | |
| Constructor with parameters. | |
Public Attributes | |
| long | iersBulletinType |
| Bulletin type (XLBulletinTypeEnum). | |
| long | iersFormulaFlag |
| IERS formula enabled/disabled (IersFormulaFlagEnum). | |
| long | predictionFirstRecord |
| Indicates the 1st record belonging to bulletin A for B+A initialization (starting at 0). | |
| PolarMotionFormula | polarMotionFormula |
| Polar motion extrapolation formula parameters. | |
| TimeCorrelationFormula | timeCorrelationFormula |
| Time correlation extrapolation formula parameters. | |
| Vector< TimeData > | timeCorrVector |
| Time correlation data. | |
| Vector< PolarMotionParams > | polarMotionParams |
| Polar motion parameters. | |
| LeapSecondInfo | leapSecond |
| Leap Second info. | |
| LaunchInertialFrameConfig | launchInertialFrameConfig |
| Launch Inertial Frame Config. | |
Data structure defining timeCorrelations.
| EECFI.TimeCorrelationData.TimeCorrelationData | ( | ) |
Default constructor.
| EECFI.TimeCorrelationData.TimeCorrelationData | ( | long | bulType, | |
| long | formFlag, | |||
| long | predFirst, | |||
| PolarMotionFormula | polarForm, | |||
| TimeCorrelationFormula | timeForm, | |||
| Vector< TimeData > | timVec, | |||
| Vector< PolarMotionParams > | polarVec, | |||
| LeapSecondInfo | leapInf | |||
| ) |
Constructor with parameters.
| EECFI.TimeCorrelationData.TimeCorrelationData | ( | long | bulType, | |
| long | formFlag, | |||
| long | predFirst, | |||
| PolarMotionFormula | polarForm, | |||
| TimeCorrelationFormula | timeForm, | |||
| Vector< TimeData > | timVec, | |||
| Vector< PolarMotionParams > | polarVec, | |||
| LeapSecondInfo | leapInf, | |||
| LaunchInertialFrameConfig | launchInertialFrameCfg | |||
| ) |
Constructor with parameters.
Bulletin type (XLBulletinTypeEnum).
IERS formula enabled/disabled (IersFormulaFlagEnum).
Launch Inertial Frame Config.
Leap Second info.
Polar motion extrapolation formula parameters.
Polar motion parameters.
Indicates the 1st record belonging to bulletin A for B+A initialization (starting at 0).
Time correlation extrapolation formula parameters.
Time correlation data.
1.7.1