AlcapDAQ
1
|
Go to the source code of this file.
Functions | |
void | n2fadc_ndet_dump (int num_fadc_words, unsigned char *data) |
void | n2fadc_ndet_optimize () |
void | n2fadc_ndet_load () |
int | encode_n2fadc_ndet (unsigned char *input, int input_size, io_buffer *output, int boardNumber) |
int | n2fadc_ndet_compress (unsigned char *input, int input_size, unsigned char *output, int userParam) |
int | decode_n2fadc_ndet (io_buffer *input, unsigned char *output, int input_size, int boardNumber) |
int | n2fadc_ndet_expand (unsigned char *input, int input_size, unsigned char *output, int userParam) |
Variables | |
BOOL | should_compress_n2fadc_ndet = TRUE |
const int | num_n2fadc_ndet_channels = 4 |
int decode_n2fadc_ndet | ( | io_buffer * | input, |
unsigned char * | output, | ||
int | input_size, | ||
int | boardNumber | ||
) |
Definition at line 114 of file n2fadc_ndet_compress.cpp.
References io_buffer_get().
Referenced by n2fadc_ndet_expand().
int encode_n2fadc_ndet | ( | unsigned char * | input, |
int | input_size, | ||
io_buffer * | output, | ||
int | boardNumber | ||
) |
Definition at line 31 of file n2fadc_ndet_compress.cpp.
References flush_output_buffer(), and io_buffer_put().
Referenced by n2fadc_ndet_compress().
int n2fadc_ndet_compress | ( | unsigned char * | input, |
int | input_size, | ||
unsigned char * | output, | ||
int | userParam | ||
) |
Definition at line 97 of file n2fadc_ndet_compress.cpp.
References encode_n2fadc_ndet(), and start_output_buffer().
Referenced by compress_event(), and compress_event_skim().
void n2fadc_ndet_dump | ( | int | num_fadc_words, |
unsigned char * | data | ||
) |
int n2fadc_ndet_expand | ( | unsigned char * | input, |
int | input_size, | ||
unsigned char * | output, | ||
int | userParam | ||
) |
Definition at line 166 of file n2fadc_ndet_compress.cpp.
References decode_n2fadc_ndet(), and start_input_buffer().
Referenced by expand_event().
void n2fadc_ndet_load | ( | ) |
Definition at line 24 of file n2fadc_ndet_compress.cpp.
References hDB, should_compress_n2fadc_ndet, size, and TRUE.
Referenced by compress_load_all().
void n2fadc_ndet_optimize | ( | ) |
Definition at line 20 of file n2fadc_ndet_compress.cpp.
Referenced by compress_optimize_all().
const int num_n2fadc_ndet_channels = 4 |
Definition at line 16 of file n2fadc_ndet_compress.cpp.
BOOL should_compress_n2fadc_ndet = TRUE |
Definition at line 14 of file n2fadc_ndet_compress.cpp.
Referenced by compress_event(), compress_event_skim(), and n2fadc_ndet_load().