|
Earth Observation Mission CFI Software Lib Software User Manual |
|
Data structure defining a time interval. More...
Public Member Functions | |
| TimeInterval () | |
| Empty Class constructor. | |
| TimeInterval (long ref, double start, double stop) | |
| Class constructor. | |
Public Attributes | |
| long | timeRef |
| Time reference. | |
| double | startTime |
| start time. | |
| double | stopTime |
| stop time. | |
Data structure defining a time interval.
| EECFI::TimeInterval::TimeInterval | ( | ) | [inline] |
Empty Class constructor.
| EECFI::TimeInterval::TimeInterval | ( | long | ref, | |
| double | start, | |||
| double | stop | |||
| ) | [inline] |
Class constructor.
start time.
stop time.
Time reference.
1.7.1