Defines | |
#define | MD_SUCCESS 1 |
#define | MD_EVENT_NOT_SWAPPED 2 |
#define | MD_DONE 2 |
#define | MD_WRONG_BANK_TYPE -100 |
#define | MD_BANK_NOT_FOUND -101 |
#define | MD_SWAP_ERROR -102 |
#define | MD_NOMORE_SLOT -103 |
#define | MD_UNKNOWN_FORMAT -104 |
#define MD_BANK_NOT_FOUND -101 |
Bank not found
Definition at line 64 of file mdsupport.h.
#define MD_DONE 2 |
Operation complete
Definition at line 62 of file mdsupport.h.
Referenced by md_all_info_display(), md_physrec_display(), midas_event_get(), midas_event_skip(), and midas_physrec_get().
#define MD_EVENT_NOT_SWAPPED 2 |
#define MD_NOMORE_SLOT -103 |
No more space for fragment
Definition at line 66 of file mdsupport.h.
#define MD_SUCCESS 1 |
Ok
Definition at line 60 of file mdsupport.h.
Referenced by lazy_copy(), md_all_info_display(), md_event_swap(), md_file_rclose(), md_file_ropen(), md_file_wclose(), md_physrec_display(), md_physrec_skip(), midas_event_get(), midas_event_skip(), and midas_physrec_get().
#define MD_SWAP_ERROR -102 |
Error swapping
Definition at line 65 of file mdsupport.h.
#define MD_UNKNOWN_FORMAT -104 |
Unknown format (see MDSUPPORT_format)
Definition at line 67 of file mdsupport.h.
Referenced by md_event_swap(), md_physrec_display(), md_physrec_get(), and md_physrec_skip().
#define MD_WRONG_BANK_TYPE -100 |
Wrong bank type (see MDSUPPORT_Bank_Types)
Definition at line 63 of file mdsupport.h.