Definition at line 966 of file midas.h.
Data Fields | |
WORD | event_id |
WORD | trigger_mask |
char | buffer [NAME_LENGTH] |
INT | eq_type |
INT | source |
char | format [8] |
BOOL | enabled |
INT | read_on |
INT | period |
double | event_limit |
DWORD | num_subevents |
INT | history |
char | frontend_host [NAME_LENGTH] |
char | frontend_name [NAME_LENGTH] |
char | frontend_file_name [256] |
char | status [256] |
char | status_color [NAME_LENGTH] |
char EQUIPMENT_INFO::buffer[NAME_LENGTH] |
Event buffer to send events into
Definition at line 969 of file midas.h.
Referenced by register_equipment().
Enable flag
Definition at line 973 of file midas.h.
Referenced by check_polled_events(), initialize_equipment(), scheduler(), and send_all_periodic_events().
One of EQ_xxx
Definition at line 970 of file midas.h.
Referenced by check_polled_events(), initialize_equipment(), register_equipment(), scheduler(), and send_event().
Event ID associated with equipm.
Definition at line 967 of file midas.h.
Referenced by check_polled_events(), interrupt_routine(), readout_thread(), register_equipment(), and send_event().
double EQUIPMENT_INFO::event_limit |
Stop run when limit is reached
Definition at line 976 of file midas.h.
Referenced by register_equipment(), sc_thread(), and scheduler().
char EQUIPMENT_INFO::format[8] |
Data format to produce
Definition at line 972 of file midas.h.
Referenced by load_fragment(), and register_equipment().
char EQUIPMENT_INFO::frontend_file_name[256] |
Source file used for user FE
Definition at line 981 of file midas.h.
Referenced by register_equipment().
char EQUIPMENT_INFO::frontend_host[NAME_LENGTH] |
Host on which FE is running
Definition at line 979 of file midas.h.
Referenced by register_equipment().
char EQUIPMENT_INFO::frontend_name[NAME_LENGTH] |
Number of events in super event
Definition at line 977 of file midas.h.
Referenced by check_polled_events(), and receive_trigger_event().
Readout interval/Polling time in ms
Definition at line 975 of file midas.h.
Referenced by check_polled_events().
Combination of Read-On flags RO_xxx
Definition at line 974 of file midas.h.
Referenced by send_all_periodic_events(), and send_event().
Event source (LAM/IRQ)
Definition at line 971 of file midas.h.
Referenced by check_polled_events(), initialize_equipment(), main(), readout_thread(), and register_equipment().
char EQUIPMENT_INFO::status[256] |
Current status of equipment
Definition at line 982 of file midas.h.
Referenced by register_equipment().
char EQUIPMENT_INFO::status_color[NAME_LENGTH] |
Color to be used by mhttpd for status
Definition at line 983 of file midas.h.
Referenced by register_equipment().
Trigger mask
Definition at line 968 of file midas.h.
Referenced by check_polled_events(), interrupt_routine(), readout_thread(), and send_event().