|
Earth Observation Mission CFI Software Orbit Software User Manual |
|
This class contains a time interval given by a start ANXTime and a stop ANXTime. More...
Public Member Functions | |
| TimeSegment () | |
| Class constructor. | |
| TimeSegment (const ANXTime &anx0, const ANXTime &anx1) | |
| Class constructor with parameters. | |
| ~TimeSegment () | |
| Class destructor. | |
Public Attributes | |
| ANXTime | start |
| Segment start ANX time. | |
| ANXTime | stop |
| Segment stop ANX time. | |
This class contains a time interval given by a start ANXTime and a stop ANXTime.
| EECFI::TimeSegment::TimeSegment | ( | ) |
Class constructor.
| EECFI::TimeSegment::~TimeSegment | ( | ) |
Class destructor.
Class destructor
Segment start ANX time.
Referenced by TimeSegment(), and EECFI::RelTimeSegment::toAbsolute().
Segment stop ANX time.
Referenced by TimeSegment(), and EECFI::RelTimeSegment::toAbsolute().
1.7.1