AlcapDAQ
1
|
Go to the source code of this file.
Data Structures | |
struct | readout_module |
Macros | |
#define | FE_END_BLOCK 10001 |
#define | FE_NEED_STOP 10002 |
#define | FE_NEED_START 10003 |
#define | MIN(a, b) ( ((a)<(b)) ? (a) : (b) ) |
#define | MAX(a, b) ( ((a)>(b)) ? (a) : (b) ) |
#define | MAX_CRATES 9 |
Functions | |
BOOL | crate_is_participating (INT crate_number) |
Variables | |
char * | frontend_name |
int | crate_number |
EQUIPMENT | equipment [] |
BOOL crate_is_participating | ( | INT | crate_number) |
Definition at line 193 of file rpc_master.cpp.
References crate, and crate_number.