areaDetector
3-13
EPICS areaDetector framework
|
Macros | |
#define | PIXIEII_DATA_UTILITIES_V2_CPP_ |
Functions | |
void | genera_tabella_clock (unsigned short *clocks, unsigned short dim, unsigned short counterwidth) |
unsigned short * | conversion_table_allocation (SENSOR *Sens_ptr) |
unsigned short * | databuffer_allocation (unsigned long size) |
void * | buffer_allocation (unsigned long elems, int size_el) |
int | databuffer_sorting (unsigned short *buffer_a, SENSOR Sens) |
int | map_data_buffer_on_pixie (unsigned short *buffer_a, SENSOR Sens) |
int | map_data_buffer_on_pixieIII (unsigned short *buffer_a, SENSOR Sens) |
void | decode_pixie_data_buffer (unsigned short *table, int table_depth, unsigned short *databuffer, int databuffer_len) |
void | my_bytes_swap (unsigned short *us_ptr) |
int | convert_bit_stream_to_counts (int code_depth, unsigned short *source_memory_offset, unsigned short *destination_memory_offset, SENSOR Sens, int verbose) |
void | get_pixie_raw_data (unsigned short *source_buff_ptr, unsigned short *dest_buff_ptr, ACQ_PROP Acq_sett, SENSOR Sens) |
int | InvertPIIIConversionTable (unsigned short *table_ptr, int table_size, int code_dept) |
int | GeneratePIIIConversionTable (unsigned short *table_ptr, int table_size, int code_dept) |
unsigned short * | PIIIConversion_table_allocation (int code_depth) |
Variables | |
int | verbose =NOVERBOSE |
#define PIXIEII_DATA_UTILITIES_V2_CPP_ |
void* buffer_allocation | ( | unsigned long | elems, |
int | size_el | ||
) |
unsigned short* conversion_table_allocation | ( | SENSOR * | Sens_ptr | ) |
int convert_bit_stream_to_counts | ( | int | code_depth, |
unsigned short * | source_memory_offset, | ||
unsigned short * | destination_memory_offset, | ||
SENSOR | Sens, | ||
int | verbose | ||
) |
unsigned short* databuffer_allocation | ( | unsigned long | size | ) |
int databuffer_sorting | ( | unsigned short * | buffer_a, |
SENSOR | Sens | ||
) |
void decode_pixie_data_buffer | ( | unsigned short * | table, |
int | table_depth, | ||
unsigned short * | databuffer, | ||
int | databuffer_len | ||
) |
void genera_tabella_clock | ( | unsigned short * | clocks, |
unsigned short | dim, | ||
unsigned short | counterwidth | ||
) |
int GeneratePIIIConversionTable | ( | unsigned short * | table_ptr, |
int | table_size, | ||
int | code_dept | ||
) |
void get_pixie_raw_data | ( | unsigned short * | source_buff_ptr, |
unsigned short * | dest_buff_ptr, | ||
ACQ_PROP | Acq_sett, | ||
SENSOR | Sens | ||
) |
int InvertPIIIConversionTable | ( | unsigned short * | table_ptr, |
int | table_size, | ||
int | code_dept | ||
) |
int map_data_buffer_on_pixie | ( | unsigned short * | buffer_a, |
SENSOR | Sens | ||
) |
int map_data_buffer_on_pixieIII | ( | unsigned short * | buffer_a, |
SENSOR | Sens | ||
) |
void my_bytes_swap | ( | unsigned short * | us_ptr | ) |
unsigned short* PIIIConversion_table_allocation | ( | int | code_depth | ) |
int verbose =NOVERBOSE |