Definition at line 1240 of file midas.h.
Data Fields | |
INT | state |
INT | online_mode |
INT | run_number |
INT | transition_in_progress |
INT | start_abort |
INT | requested_transition |
char | start_time [32] |
DWORD | start_time_binary |
char | stop_time [32] |
DWORD | stop_time_binary |
Mode of operation online/offline
Definition at line 1242 of file midas.h.
Referenced by ana_end_of_run().
Deferred transition request
Definition at line 1246 of file midas.h.
Referenced by show_status_page().
Current processing run number
Definition at line 1243 of file midas.h.
Referenced by ana_end_of_run(), and show_status_page().
char RUNINFO::start_time[32] |
ASCII of the last start time
Definition at line 1247 of file midas.h.
Referenced by ana_end_of_run(), and show_status_page().
Bin of the last start time
Definition at line 1248 of file midas.h.
Referenced by show_status_page().
char RUNINFO::stop_time[32] |
ASCII of the last stop time
Definition at line 1249 of file midas.h.
Referenced by show_status_page().
Intermediate state during transition
Definition at line 1244 of file midas.h.
Referenced by show_status_page().