|
Earth Explorer Mission CFI Software Lib Software User Manual |
|

Public Member Functions | |
| CfiId () | |
| Class constructor. | |
| ~CfiId () | |
| Class destructor. | |
| long | status () |
| Get initialisation status. | |
| long | mode () |
| Get initialisation mode. | |
| void | addInstance () |
| Register a new instance using the Id. | |
| void | subtractInstance () |
| Remove the register of the instance using the Id. | |
| CfiId (const CfiId &cfiId) | |
| Copy constructor. | |
| CfiId const & | operator= (CfiId const &cfiId) |
| Operator =, it copies an instance of the ID and register that is being used. | |
Protected Attributes | |
| GenericId | id |
| Id. | |
Friends | |
| class | TimeCorrelation |
| EECFI::CfiId::CfiId | ( | ) |
Class constructor.
Class constructor.
| EECFI::CfiId::~CfiId | ( | ) |
Class destructor.
Class destructor.
| EECFI::CfiId::CfiId | ( | const CfiId & | cfiId | ) |
Copy constructor.
| void EECFI::CfiId::addInstance | ( | ) |
| long EECFI::CfiId::mode | ( | ) |
Get initialisation mode.
Operator =, it copies an instance of the ID and register that is being used.
References addInstance(), and id.
| long EECFI::CfiId::status | ( | ) |
Get initialisation status.
Referenced by EECFI::TimeCorrelation::eraseObject().
| void EECFI::CfiId::subtractInstance | ( | ) |
Remove the register of the instance using the Id.
Referenced by EECFI::TimeCorrelation::eraseObject(), and EECFI::ModelId::~ModelId().
friend class TimeCorrelation [friend] |
GenericId EECFI::CfiId::id [protected] |
1.5.8