Data Structures | |
struct | PROGRAM_INFO |
struct | ALARM_CLASS |
struct | ALARM |
Defines | |
#define | AT_INTERNAL 1 |
#define | AT_PROGRAM 2 |
#define | AT_EVALUATED 3 |
#define | AT_PERIODIC 4 |
#define | AT_LAST 4 |
#define ALARM_CLASS_STR | ( | _name | ) |
Value:
char *_name[] = {\ "[.]",\ "Write system message = BOOL : y",\ "Write Elog message = BOOL : n",\ "System message interval = INT : 60",\ "System message last = DWORD : 0",\ "Execute command = STRING : [256] ",\ "Execute interval = INT : 0",\ "Execute last = DWORD : 0",\ "Stop run = BOOL : n",\ "Display BGColor = STRING : [32] red",\ "Display FGColor = STRING : [32] black",\ "",\ NULL }
Definition at line 1296 of file midas.h.
Referenced by al_check().
#define ALARM_ODB_STR | ( | _name | ) |
Value:
char *_name[] = {\ "[.]",\ "Active = BOOL : n",\ "Triggered = INT : 0",\ "Type = INT : 3",\ "Check interval = INT : 60",\ "Checked last = DWORD : 0",\ "Time triggered first = STRING : [32] ",\ "Time triggered last = STRING : [32] ",\ "Condition = STRING : [256] /Runinfo/Run number > 100",\ "Alarm Class = STRING : [32] Alarm",\ "Alarm Message = STRING : [80] Run number became too large",\ "",\ NULL }
Definition at line 1326 of file midas.h.
Referenced by al_check(), and al_trigger_alarm().
#define ALARM_PERIODIC_STR | ( | _name | ) |
Value:
char *_name[] = {\ "[.]",\ "Active = BOOL : n",\ "Triggered = INT : 0",\ "Type = INT : 4",\ "Check interval = INT : 28800",\ "Checked last = DWORD : 0",\ "Time triggered first = STRING : [32] ",\ "Time triggered last = STRING : [32] ",\ "Condition = STRING : [256] ",\ "Alarm Class = STRING : [32] Warning",\ "Alarm Message = STRING : [80] Please do your shift checks",\ "",\ NULL }
Definition at line 1341 of file midas.h.
Referenced by al_check().
#define AT_EVALUATED 3 |
#define AT_LAST 4 |
#define AT_PERIODIC 4 |
#define AT_PROGRAM 2 |
#define PROGRAM_INFO_STR | ( | _name | ) |
Value:
char *_name[] = {\ "[.]",\ "Required = BOOL : n",\ "Watchdog timeout = INT : 10000",\ "Check interval = DWORD : 180000",\ "Start command = STRING : [256] ",\ "Auto start = BOOL : n",\ "Auto stop = BOOL : n",\ "Auto restart = BOOL : n",\ "Alarm class = STRING : [32] ",\ "First failed = DWORD : 0",\ "",\ NULL }
Definition at line 1267 of file midas.h.
Referenced by cm_set_client_info().