|
Earth Observation Mission CFI Software EECommon Software User Manual for JAVA |
|
Class to store information of libraries error codes. More...
Public Member Functions | |
| ErrorCodesInfo () | |
| Constructor. | |
| ErrorCodesInfo (long libraryCode, long functionCode, final Vector< Long > errorCodes) | |
| Constructor with arguments. | |
Public Attributes | |
| long | libCode |
| Code of the library where the error was detected (ExpcfiLibrary enum). | |
| long | funcCode |
| Code of the function where the error ocurred, as defined in C-library SUM. | |
| Vector< Long > | codes |
| Vector with error codes. | |
Class to store information of libraries error codes.
| EECFI.ErrorCodesInfo.ErrorCodesInfo | ( | ) |
Constructor.
| EECFI.ErrorCodesInfo.ErrorCodesInfo | ( | long | libraryCode, | |
| long | functionCode, | |||
| final Vector< Long > | errorCodes | |||
| ) |
Constructor with arguments.
| Vector<Long> EECFI.ErrorCodesInfo.codes |
Vector with error codes.
Code of the function where the error ocurred, as defined in C-library SUM.
Code of the library where the error was detected (ExpcfiLibrary enum).
1.7.1