DEIMOS
Earth Observation Mission CFI Software
EECommon Software User Manual
for JAVA
ESA

EECFI.ErrorCodesInfo Class Reference

Class to store information of libraries error codes. More...

Inheritance diagram for EECFI.ErrorCodesInfo:
EECFI.CfiClass

List of all members.

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.

Detailed Description

Class to store information of libraries error codes.


Constructor & Destructor Documentation

EECFI.ErrorCodesInfo.ErrorCodesInfo (  ) 

Constructor.

EECFI.ErrorCodesInfo.ErrorCodesInfo ( long  libraryCode,
long  functionCode,
final Vector< Long >  errorCodes 
)

Constructor with arguments.


Member Data Documentation

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).


Generated on Mon Dec 11 2023 14:48:06 for by doxygen 1.7.1