MIDAS
Midas dump error code
Collaboration diagram for Midas dump error code:

Macros

#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
 

Detailed Description

dox dox


Macro Definition Documentation

◆ MD_BANK_NOT_FOUND

#define MD_BANK_NOT_FOUND   -101

Bank not found

Definition at line 64 of file mdsupport.h.

◆ MD_DONE

#define MD_DONE   2

Operation complete

Definition at line 62 of file mdsupport.h.

◆ MD_EVENT_NOT_SWAPPED

#define MD_EVENT_NOT_SWAPPED   2

Not swapped

Definition at line 61 of file mdsupport.h.

◆ MD_NOMORE_SLOT

#define MD_NOMORE_SLOT   -103

No more space for fragment

Definition at line 66 of file mdsupport.h.

◆ MD_SUCCESS

#define MD_SUCCESS   1

Ok

Definition at line 60 of file mdsupport.h.

◆ MD_SWAP_ERROR

#define MD_SWAP_ERROR   -102

Error swapping

Definition at line 65 of file mdsupport.h.

◆ MD_UNKNOWN_FORMAT

#define MD_UNKNOWN_FORMAT   -104

Unknown format (see MDSUPPORT_format)

Definition at line 67 of file mdsupport.h.

◆ MD_WRONG_BANK_TYPE

#define MD_WRONG_BANK_TYPE   -100

Wrong bank type (see MDSUPPORT_Bank_Types)

Definition at line 63 of file mdsupport.h.