|
Earth Observation Mission CFI Software Lib Software User Manual for JAVA |
|
Configuration values for CUC time operations. More...
Public Member Functions | |
| CucTimeConfig () | |
| Default constructor. | |
| CucTimeConfig (long cucTypeIn, long epochTypeIn, long timeRefIn, double epochIn, long timeUnitsOctetsIn, long fractionTimeUnitOctetsIn) | |
| Constructor with parameters. | |
Public Attributes | |
| long | cucType |
| See CucTimeTypeEnum. | |
| long | epochType |
| See CucEpochTypeEnum. | |
| long | timeRef |
| See XLTimeRefEnum. | |
| double | epoch |
| Reference CUC epoch defined by user. | |
| long | basicTimeUnitNumOctets |
| Number of octets in the time unit. | |
| long | fractionalTimeUnitNumOctets |
| Number of octets in the fractional time unit. | |
Configuration values for CUC time operations.
| EECFI.CucTimeConfig.CucTimeConfig | ( | ) |
Default constructor.
| EECFI.CucTimeConfig.CucTimeConfig | ( | long | cucTypeIn, | |
| long | epochTypeIn, | |||
| long | timeRefIn, | |||
| double | epochIn, | |||
| long | timeUnitsOctetsIn, | |||
| long | fractionTimeUnitOctetsIn | |||
| ) |
Constructor with parameters.
Number of octets in the time unit.
See CucTimeTypeEnum.
| double EECFI.CucTimeConfig.epoch |
Reference CUC epoch defined by user.
See CucEpochTypeEnum.
Number of octets in the fractional time unit.
See XLTimeRefEnum.
1.7.1