Go to the documentation of this file.
61 unsigned char *output,
int userParam);
75 unsigned char *output,
int userParam);
76 int stck_expand(
unsigned char *input,
int input_size,
130 int nfadc_compress(
unsigned char * input,
int input_size,
unsigned char *output,
int userParam);
131 int nfadc_expand(
unsigned char *input,
int input_size,
unsigned char * output,
int userParam);
143 int n2fadc_tpc_compress(
unsigned char * input,
int input_size,
unsigned char *output,
int userParam);
144 int n2fadc_tpc_expand(
unsigned char *input,
int input_size,
unsigned char * output,
int userParam);
154 int n2fadc_ndet_compress(
unsigned char * input,
int input_size,
unsigned char *output,
int userParam);
155 int n2fadc_ndet_expand(
unsigned char *input,
int input_size,
unsigned char * output,
int userParam);
164 typedef int (*
expand_fcn)(
unsigned char *input,
int input_size,
void *output,
int userParam);
167 void compress_event(
void *input_event,
void *output_event,
bool USE_OLD_COMPRESSION=
false);
169 bool USE_OLD_COMPRESSION=
false);
170 void expand_event(
void *input_event,
void *output_event,
bool USE_OLD_COMPRESSION=
false);
171 void expand_bank(
unsigned char *input_data,
int input_size,
void *output_event,
172 char *output_name,
expand_fcn f,
int userParam);