|
Earth Observation Mission CFI Software Lib Software User Manual |
|
Base class for AeolusObt objects. More...
Public Member Functions | |
| AeolusObt (long deltaSeconds, unsigned long cucSec, unsigned long cucSubsec) | |
| Class constructor. | |
| AeolusObt (long deltaSeconds) | |
| Class constructor. | |
| ~AeolusObt () | |
| Class destructor. | |
| void | setObt (const Time &time) throw (CfiError) |
| set On-Board Time from a time in processing format. | |
| Time | getTime () throw (CfiError) |
| Get UTC time from an OBT time. | |
Public Attributes | |
| long | deltaSeconds |
| Aeolus OBT parameters. | |
| unsigned long | cucSec |
| Aeolus OBT values: CCSDS Unsegmented Time Code (seconds). | |
| unsigned long | cucSubsec |
| Aeolus OBT values: CCSDS Unsegmented Time Code (subseconds). | |
Base class for AeolusObt objects.
| EECFI::AeolusObt::AeolusObt | ( | long | deltaSeconds, | |
| unsigned long | cucSec, | |||
| unsigned long | cucSubsec | |||
| ) |
Class constructor.
Class constructor (Empty constructor). Class constructor.
| deltaSeconds | . | |
| cucSec | . | |
| cucSubsec | . |
| EECFI::AeolusObt::AeolusObt | ( | long | deltaSeconds | ) |
Class constructor.
Class constructor.
| deltaSeconds | . |
| EECFI::AeolusObt::~AeolusObt | ( | ) | [inline] |
Class destructor.
Get UTC time from an OBT time.
Implements EECFI::ObtTime.
References cucSec, cucSubsec, deltaSeconds, and EECFI::CfiClass::throwWarn.
set On-Board Time from a time in processing format.
Class destructor.
| time | input Time. |
Implements EECFI::ObtTime.
References EECFI::CfiError::addMsg(), EECFI::Time::change(), EECFI::Time::format, and EECFI::Time::time.
| unsigned long EECFI::AeolusObt::cucSec |
| unsigned long EECFI::AeolusObt::cucSubsec |
Aeolus OBT parameters.
Referenced by getTime().
1.7.1