|
areaDetector
3-5-0
EPICS areaDetector framework
|
#include "pxrd2_interface_misc.h"#include "PIXIEII_data_utilities_v2.h"#include "interface_command_utilities.h"#include "pthread.h"#include <string.h>#include <stdio.h>#include <iostream>#include "windef.h"#include "filesystem_int.h"#include "BoxUtilities_v2.h"#include "pxrd2_detector_utilities.h"Functions | |
| void | SetRunState (RUN *Run_ptr, RunState State) |
| RunState | GetRunState (RUN *Run_ptr) |
| void | StrRunState (RunState State, char *deststr, int maxlen) |
| RUNMODE | getRunModeFromStr (const char *str) |
| int | send_int_over_the_net (SOCKET data_socket, int data) |
| int | ReadDataFromSocket (Connection *Conn_ptr) |
| int | WriteDatatoSocket (Connection *Conn_ptr, char *str_buffer, int str_len, char *binary_buffer, int binary_len) |
| int | filename_check (const char *input_str) |
| int | update_run_sett (command incoming_cmd, Connection *Conn_ptr) |
| int | update_sensor_sett_from_cmd (BOX *temp_box, command incoming_cmd, Connection *Conn_ptr) |
| int | update_file_saving_style_from_cmd (command incoming_cmd, Connection *Conn_ptr) |
| int | createFileList (FileList *List) |
| int | FreeFileList (FileList *List) |
| int | file_list_add_record (FileList *List_ptr, const char *char_ptr) |
| int | file_check_extension (const char *filename, const char *ext) |
| int | edit_map_sett_from_file (FFMapRecord *MapListRec_ptr, const char *filename) |
| int | edit_frame_sett_from_file (FFMapRecord *MapListRec_ptr, const char *filename) |
| int | populate_ffmap_list (FFMapList *MapList, const char *dir, const char *ext) |
| int | populate_frame_list (FFMapList *MapList, const char *dir, const char *ext) |
| int | stringfy_ffmap_list (FFMapList MapList, char *str, int str_len) |
| int | stringfy_frame_list (FFMapList MapList, char *str, int str_len) |
| int | create_folders (Connection *Conn_ptr, char *data_path, char *flat_towrite_path, char *flat_toread_path, char *default_path, int strlen) |
| int | edit_sensor_properties (Connection *Conn_ptr, SENSOR Sensor) |
| int | apply_special_configurations_tobox (BOX *tempbox, SENSOR Sens) |
| int | get_crop_from_cmd (command incoming_cmd, Connection *Conn) |
| int | get_interpol_options_from_cmd (command incoming_cmd, Connection *Conn) |
| int apply_special_configurations_tobox | ( | BOX * | tempbox, |
| SENSOR | Sens | ||
| ) |
| int create_folders | ( | Connection * | Conn_ptr, |
| char * | data_path, | ||
| char * | flat_towrite_path, | ||
| char * | flat_toread_path, | ||
| char * | default_path, | ||
| int | strlen | ||
| ) |
| int createFileList | ( | FileList * | List | ) |
| int edit_frame_sett_from_file | ( | FFMapRecord * | MapListRec_ptr, |
| const char * | filename | ||
| ) |
| int edit_map_sett_from_file | ( | FFMapRecord * | MapListRec_ptr, |
| const char * | filename | ||
| ) |
| int edit_sensor_properties | ( | Connection * | Conn_ptr, |
| SENSOR | Sensor | ||
| ) |
| int file_check_extension | ( | const char * | filename, |
| const char * | ext | ||
| ) |
| int file_list_add_record | ( | FileList * | List_ptr, |
| const char * | char_ptr | ||
| ) |
| int filename_check | ( | const char * | input_str | ) |
| int FreeFileList | ( | FileList * | List | ) |
| int get_crop_from_cmd | ( | command | incoming_cmd, |
| Connection * | Conn | ||
| ) |
| int get_interpol_options_from_cmd | ( | command | incoming_cmd, |
| Connection * | Conn | ||
| ) |
| RUNMODE getRunModeFromStr | ( | const char * | str | ) |
| RunState GetRunState | ( | RUN * | Run_ptr | ) |
| int populate_ffmap_list | ( | FFMapList * | MapList, |
| const char * | dir, | ||
| const char * | ext | ||
| ) |
| int populate_frame_list | ( | FFMapList * | MapList, |
| const char * | dir, | ||
| const char * | ext | ||
| ) |
| int ReadDataFromSocket | ( | Connection * | Conn_ptr | ) |
| int send_int_over_the_net | ( | SOCKET | data_socket, |
| int | data | ||
| ) |
| void SetRunState | ( | RUN * | Run_ptr, |
| RunState | State | ||
| ) |
| int stringfy_ffmap_list | ( | FFMapList | MapList, |
| char * | str, | ||
| int | str_len | ||
| ) |
| int stringfy_frame_list | ( | FFMapList | MapList, |
| char * | str, | ||
| int | str_len | ||
| ) |
| void StrRunState | ( | RunState | State, |
| char * | deststr, | ||
| int | maxlen | ||
| ) |
| int update_file_saving_style_from_cmd | ( | command | incoming_cmd, |
| Connection * | Conn_ptr | ||
| ) |
| int update_run_sett | ( | command | incoming_cmd, |
| Connection * | Conn_ptr | ||
| ) |
| int update_sensor_sett_from_cmd | ( | BOX * | temp_box, |
| command | incoming_cmd, | ||
| Connection * | Conn_ptr | ||
| ) |
| int WriteDatatoSocket | ( | Connection * | Conn_ptr, |
| char * | str_buffer, | ||
| int | str_len, | ||
| char * | binary_buffer, | ||
| int | binary_len | ||
| ) |
1.8.15