|
Earth Observation Mission CFI Software Orbit Software User Manual |
|
This class contains a time interval given by a start RelANXTime and a stop RelANXTime. More...
Public Member Functions | |
| RelTimeSegment () | |
| Class constructor. | |
| RelTimeSegment (const RelANXTime &relAnx0, const RelANXTime &relAnx1) | |
| Class constructor with parameters. | |
| ~RelTimeSegment () | |
| Class destructor. | |
| TimeSegment | toAbsolute () const throw (CfiError) |
| Get a TimeSegment with absolute values from this object. | |
| void | fromAbsolute (const TimeSegment &timeSeg) throw (CfiError) |
| Set the RelTimeSegment object from an input TimeSegment object. | |
Public Attributes | |
| RelANXTime | start |
| Segment start ANX time. | |
| RelANXTime | stop |
| Segment stop ANX time. | |
This class contains a time interval given by a start RelANXTime and a stop RelANXTime.
| EECFI::RelTimeSegment::RelTimeSegment | ( | ) |
Class constructor.
| EECFI::RelTimeSegment::RelTimeSegment | ( | const RelANXTime & | relAnx0, | |
| const RelANXTime & | relAnx1 | |||
| ) |
| EECFI::RelTimeSegment::~RelTimeSegment | ( | ) |
Class destructor.
| void EECFI::RelTimeSegment::fromAbsolute | ( | const TimeSegment & | timeSeg | ) | throw (CfiError) |
Set the RelTimeSegment object from an input TimeSegment object.
| timeSeg | TimeSegment with absolute values. |
| TimeSegment EECFI::RelTimeSegment::toAbsolute | ( | ) | const throw (CfiError) |
Get a TimeSegment with absolute values from this object.
References start, EECFI::TimeSegment::start, stop, EECFI::TimeSegment::stop, and EECFI::RelANXTime::toAbsolute().
Segment start ANX time.
Referenced by RelTimeSegment(), and toAbsolute().
Segment stop ANX time.
Referenced by RelTimeSegment(), and toAbsolute().
1.7.1