ICP
1
|
Go to the source code of this file.
Functions | |
int | byte_rel_comp (int *data_in, int n_in, char *data_out, int max_out, int &n_out, DAEstatus &status) |
int | byte_rel_expn (char *data_in, int n_in, int n_from, int *data_out, int n_out, DAEstatus &status) |
int byte_rel_comp | ( | int * | data_in, |
int | n_in, | ||
char * | data_out, | ||
int | max_out, | ||
int & | n_out, | ||
DAEstatus & | status | ||
) |
Definition at line 20 of file byte_rel_comp.cpp.
References DAEstatus::add(), ERRTYPE_OUTOFMEM, FAC_DAE, DAEstatus::Failure, LARGE_NUMBER, SEV_ERROR, and DAEstatus::Success.
Referenced by ISISRAW::ioRAW().
int byte_rel_expn | ( | char * | data_in, |
int | n_in, | ||
int | n_from, | ||
int * | data_out, | ||
int | n_out, | ||
DAEstatus & | status | ||
) |
Definition at line 117 of file byte_rel_comp.cpp.
References DAEstatus::add(), DAEstatus::addInfo(), ERRTYPE_OUTOFMEM, FAC_DAE, DAEstatus::Failure, SEV_ERROR, and DAEstatus::Success.
Referenced by ISISRAW::ioRAW().