MIDAS
|
#include <stdio.h>
#include "midas.h"
#include "mfe.h"
#include "history.h"
#include "class/hv.h"
#include "class/multi.h"
#include "device/nulldev.h"
#include "bus/null.h"
Go to the source code of this file.
Functions | |
INT | frontend_init () |
Frontend initialization. | |
Variables | |
const char * | frontend_name = "SC Frontend" |
The frontend name (client name) as seen by other MIDAS clients. | |
const char * | frontend_file_name = __FILE__ |
The frontend file name, don't change it. | |
DEVICE_DRIVER | hv_driver [] |
DEVICE_DRIVER | multi_driver [] |
BOOL | equipment_common_overwrite = TRUE |
EQUIPMENT | equipment [] |
Main structure for midas 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 81 of file scfe.cxx.
EQUIPMENT equipment[] |
Main structure for midas equipment.
Definition at line 54 of file scfe.cxx.
DEVICE_DRIVER hv_driver[] |
DEVICE_DRIVER multi_driver[] |