|
Earth Observation Mission CFI Software Lib Software User Manual for JAVA |
|
Base class for CFI Id objects. More...
Public Member Functions | |
| CfiId () | |
| Class constructor. | |
| native long | status () |
| get initialisation status. | |
| native long | mode () |
| Get initialisation mode. | |
| CfiId (CfiId cfiId) | |
| Copy constructor. | |
| void | eq (CfiId cfiId) |
| Copy operator. it copies an instance of the ID and register that is being used. | |
Base class for CFI Id objects.
| EECFI.CfiId.CfiId | ( | ) |
Class constructor.
| EECFI.CfiId.CfiId | ( | CfiId | cfiId | ) |
Copy constructor.
| void EECFI.CfiId.eq | ( | CfiId | cfiId | ) |
Copy operator. it copies an instance of the ID and register that is being used.
| long EECFI.CfiId::mode | ( | ) |
Get initialisation mode.
| long EECFI.CfiId::status | ( | ) |
get initialisation status.
Reimplemented in EECFI.ModelId.
1.7.1