#include <stdio.h>
#include "midas.h"
#include "generic.h"
#include "epics_ca.h"
#include "null.h"
Go to the source code of this file.
INT begin_of_run |
( |
INT |
run_number, |
|
|
char * |
error |
|
) |
| |
INT end_of_run |
( |
INT |
run_number, |
|
|
char * |
error |
|
) |
| |
INT frontend_early_init |
( |
void |
) | |
|
INT frontend_exit |
( |
void |
) | |
|
Definition at line 107 of file EPICSGFA_eblpie1.c.
110 Fortify_CheckAllMemory();
111 Fortify_OutputStatistics();
INT frontend_init |
( |
void |
) | |
|
INT frontend_loop |
( |
void |
) | |
|
Definition at line 122 of file EPICSGFA_eblpie1.c.
References status.
127 Fortify_CheckAllMemory();
132 if (ss_millitime()-last_time_fortify > 600000) {
133 Fortify_OutputStatistics();
134 last_time_fortify = ss_millitime();
INT interrupt_configure |
( |
INT |
cmd, |
|
|
INT |
source[], |
|
|
PTYPE |
adr |
|
) |
| |
INT pause_run |
( |
INT |
run_number, |
|
|
char * |
error |
|
) |
| |
INT poll_event |
( |
INT |
source[], |
|
|
INT |
count, |
|
|
BOOL |
test |
|
) |
| |
INT pre_begin_of_run |
( |
INT |
run_number, |
|
|
char * |
error |
|
) |
| |
INT resume_run |
( |
INT |
run_number, |
|
|
char * |
error |
|
) |
| |
INT display_period = 1000 |
DEVICE_DRIVER epics_ca_driver[] |
Initial value:= {
{ "Beamline",
11, 0,
"SYSTEM",
EQ_SLOW,
0,
"MIDAS",
RO_ALWAYS,
30000,
0,
0,
1,
"", "", "",
cd_gen_read,
cd_gen,
NULL,
},
{ "" }
}
Definition at line 63 of file EPICSGFA_eblpie1.c.
INT event_buffer_size = 10*10000 |
BOOL frontend_call_loop = TRUE |
char* frontend_file_name = __FILE__ |
char* frontend_name = "Beamline Frontend" |
INT max_event_size = 10000 |
INT max_event_size_frag = 5*1024*1024 |