AlcapDAQ
1
|
#include <stdio.h>
#include <time.h>
#include "midas.h"
Go to the source code of this file.
Functions | |
INT | ge_ln2_read (char *pevent, INT off) |
INT | frontend_early_init () |
INT | pre_begin_of_run () |
INT | poll_event (INT source[], INT count, BOOL test) |
INT | interrupt_configure (INT cmd, INT source[], PTYPE adr) |
INT | frontend_init () |
INT | frontend_exit () |
INT | frontend_loop () |
INT | begin_of_run (INT run_number, char *error) |
INT | end_of_run (INT run_number, char *error) |
INT | pause_run (INT run_number, char *error) |
INT | resume_run (INT run_number, char *error) |
Variables | |
INT | crate_number =11 |
HNDLE | hDB |
char * | frontend_name = "Germanium" |
char * | frontend_file_name = __FILE__ |
BOOL | frontend_call_loop = TRUE |
INT | display_period = 1000 |
INT | max_event_size = 10000 |
INT | max_event_size_frag = 5 * 1024 * 1024 |
INT | event_buffer_size = 10 * 10000 |
static char * | sLastFilled = "/Equipment/Germanium/Settings/AlarmCheck/LastFilled" |
static char * | sJustFilled = "/Equipment/Germanium/Settings/AlarmCheck/JustFilled" |
static char * | sTimeLimit = "/Equipment/Germanium/Settings/AlarmCheck/TimeLimit" |
static char * | sAlarmName = "Germanium" |
static HNDLE | kLastFilled |
static HNDLE | kJustFilled |
static HNDLE | kTimeLimit |
static HNDLE | kAlarm |
BANK_LIST | ge_ln2_bank_list [] |
EQUIPMENT | equipment [] |
INT begin_of_run | ( | INT | run_number, |
char * | error | ||
) |
Definition at line 202 of file frontend.c.
INT end_of_run | ( | INT | run_number, |
char * | error | ||
) |
Definition at line 209 of file frontend.c.
INT frontend_early_init | ( | void | ) |
Definition at line 88 of file frontend.c.
INT frontend_exit | ( | void | ) |
Definition at line 188 of file frontend.c.
INT frontend_init | ( | void | ) |
Definition at line 109 of file frontend.c.
References FALSE, hDB, kJustFilled, kLastFilled, kTimeLimit, printf(), sJustFilled, sLastFilled, status, and sTimeLimit.
INT frontend_loop | ( | void | ) |
Definition at line 195 of file frontend.c.
INT ge_ln2_read | ( | char * | pevent, |
INT | off | ||
) |
Definition at line 230 of file frontend.c.
References FALSE, hDB, printf(), sAlarmName, size, sJustFilled, sLastFilled, status, sTimeLimit, time, and TRUE.
INT interrupt_configure | ( | INT | cmd, |
INT | source[], | ||
PTYPE | adr | ||
) |
Definition at line 102 of file frontend.c.
INT pause_run | ( | INT | run_number, |
char * | error | ||
) |
Definition at line 216 of file frontend.c.
INT poll_event | ( | INT | source[], |
INT | count, | ||
BOOL | test | ||
) |
Definition at line 98 of file frontend.c.
INT pre_begin_of_run | ( | ) |
Definition at line 93 of file frontend.c.
INT resume_run | ( | INT | run_number, |
char * | error | ||
) |
Definition at line 223 of file frontend.c.
INT crate_number =11 |
Definition at line 11 of file frontend.c.
INT display_period = 1000 |
Definition at line 28 of file frontend.c.
EQUIPMENT equipment[] |
Definition at line 58 of file frontend.c.
INT event_buffer_size = 10 * 10000 |
Definition at line 37 of file frontend.c.
BOOL frontend_call_loop = TRUE |
Definition at line 25 of file frontend.c.
char* frontend_file_name = __FILE__ |
Definition at line 22 of file frontend.c.
char* frontend_name = "Germanium" |
Definition at line 20 of file frontend.c.
BANK_LIST ge_ln2_bank_list[] |
Definition at line 51 of file frontend.c.
HNDLE hDB |
Definition at line 13 of file frontend.c.
|
static |
Definition at line 47 of file frontend.c.
|
static |
Definition at line 45 of file frontend.c.
Referenced by frontend_init().
|
static |
Definition at line 44 of file frontend.c.
Referenced by frontend_init().
|
static |
Definition at line 46 of file frontend.c.
Referenced by frontend_init().
INT max_event_size = 10000 |
Definition at line 31 of file frontend.c.
INT max_event_size_frag = 5 * 1024 * 1024 |
Definition at line 34 of file frontend.c.
|
static |
Definition at line 43 of file frontend.c.
Referenced by ge_ln2_read().
|
static |
Definition at line 41 of file frontend.c.
Referenced by frontend_init(), and ge_ln2_read().
|
static |
Definition at line 40 of file frontend.c.
Referenced by frontend_init(), and ge_ln2_read().
|
static |
Definition at line 42 of file frontend.c.
Referenced by frontend_init(), and ge_ln2_read().