|
Earth Observation Mission CFI Software Lib Software User Manual for JAVA |
|
Leap Second information. More...
Public Member Functions | |
| LeapSecondInfo () | |
| Default constructor. | |
| LeapSecondInfo (long fl, double utc) | |
| Parameters constructor. | |
| LeapSecondInfo (LeapSecondInfo ls) | |
| Copy constructor. | |
Public Attributes | |
| long | flag |
| Flag that say whether or not a Leap second is contained within the time initialization range and its sign. | |
| double | utcTime |
| UTC time after leap second info. | |
Leap Second information.
| EECFI.LeapSecondInfo.LeapSecondInfo | ( | ) |
Default constructor.
| EECFI.LeapSecondInfo.LeapSecondInfo | ( | long | fl, | |
| double | utc | |||
| ) |
Parameters constructor.
| EECFI.LeapSecondInfo.LeapSecondInfo | ( | LeapSecondInfo | ls | ) |
Copy constructor.
Flag that say whether or not a Leap second is contained within the time initialization range and its sign.
| double EECFI.LeapSecondInfo.utcTime |
UTC time after leap second info.
1.7.1