Defines | |
#define | FE_SUCCESS 1 |
#define | FE_ERR_ODB 602 |
#define | FE_ERR_HW 603 |
#define | FE_ERR_DISABLED 604 |
#define | FE_ERR_DRIVER 605 |
#define | HS_SUCCESS 1 |
#define | HS_FILE_ERROR 702 |
#define | HS_NO_MEMORY 703 |
#define | HS_TRUNCATED 704 |
#define | HS_WRONG_INDEX 705 |
#define | HS_UNDEFINED_EVENT 706 |
#define | HS_UNDEFINED_VAR 707 |
#define | FTP_SUCCESS 1 |
#define | FTP_NET_ERROR 802 |
#define | FTP_FILE_ERROR 803 |
#define | FTP_RESPONSE_ERROR 804 |
#define | FTP_INVALID_ARG 805 |
#define | EL_SUCCESS 1 |
#define | EL_FILE_ERROR 902 |
#define | EL_NO_MESSAGE 903 |
#define | EL_TRUNCATED 904 |
#define | EL_FIRST_MSG 905 |
#define | EL_LAST_MSG 906 |
#define | AL_SUCCESS 1 |
#define | AL_INVALID_NAME 1002 |
#define | AL_ERROR_ODB 1003 |
#define | AL_RESET 1004 |
#define | CMD_INIT 1 |
#define | CMD_WRITE 100 |
#define | CMD_INTERRUPT_ENABLE 100 |
#define | BD_GETS(s, z, p, t) info->bd(CMD_GETS, info->bd_info, s, z, p, t) |
#define AL_ERROR_ODB 1003 |
#define AL_INVALID_NAME 1002 |
#define AL_RESET 1004 |
#define AL_SUCCESS 1 |
Alarm error code -
Definition at line 672 of file midas.h.
Referenced by al_check(), al_reset_alarm(), and al_trigger_alarm().
#define BD_WRITES | ( | s | ) | info->bd(CMD_WRITE, info->bd_info, s) |
#define CMD_EXIT 2 |
#define CMD_GET_FIRST CMD_SET_LAST+1 |
#define CMD_GET_LABEL 10 |
#define CMD_GET_LAST CMD_GET_FIRST+1 |
#define CMD_IDLE 5 |
#define CMD_INIT 1 |
Slow control device driver commands
Definition at line 679 of file midas.h.
Referenced by device_driver().
#define CMD_INTERRUPT_ATTACH 102 |
#define CMD_INTERRUPT_DETACH 103 |
#define CMD_INTERRUPT_DISABLE 101 |
Definition at line 729 of file midas.h.
Referenced by interrupt_configure(), main(), and readout_enable().
#define CMD_INTERRUPT_ENABLE 100 |
Commands for interrupt events
Definition at line 728 of file midas.h.
Referenced by interrupt_configure(), and readout_enable().
#define CMD_SET_FIRST CMD_MISC_LAST+1 |
#define CMD_SET_LABEL 9 |
#define CMD_SET_LAST CMD_SET_FIRST+5 |
#define CMD_START 3 |
#define CMD_STOP 4 |
#define EL_FILE_ERROR 902 |
#define EL_SUCCESS 1 |
#define FE_ERR_DRIVER 605 |
#define FE_SUCCESS 1 |
Definition at line 637 of file midas.h.
Referenced by check_polled_events(), device_driver(), display(), main(), register_equipment(), scheduler(), and send_all_periodic_events().
#define HS_SUCCESS 1 |
History error code -
Definition at line 645 of file midas.h.
Referenced by hs_dump(), and hs_set_path().