MIDAS
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <assert.h>
#include "midas.h"
#include "experim.h"
#include "mfe.h"
Go to the source code of this file.
Functions | |
INT | read_trigger_event (char *pevent, INT off) |
INT | read_periodic_event (char *pevent, INT off) |
INT | poll_trigger_event (INT source, INT count, BOOL test) |
INT | frontend_init () |
Frontend initialization. | |
Variables | |
const char * | frontend_name = "Sample Frontend" |
const char * | frontend_file_name = __FILE__ |
BOOL | equipment_common_overwrite = TRUE |
EQUIPMENT | equipment [] |
Frontend initialization.
Runs once at application startup. We initialize the hardware and optical interfaces and set the equipment status in ODB. We also lock the frontend to once physical cpu core.
Definition at line 128 of file frontend.cxx.
Definition at line 152 of file frontend.cxx.
Definition at line 211 of file frontend.cxx.
Definition at line 176 of file frontend.cxx.
EQUIPMENT equipment[] |
Definition at line 52 of file frontend.cxx.
Definition at line 50 of file frontend.cxx.
Definition at line 39 of file frontend.cxx.
Definition at line 37 of file frontend.cxx.