MIDAS
Midas dump support Define
Collaboration diagram for Midas dump support Define:

Macros

#define D_RECORD   1
 
#define D_HEADER   2
 
#define D_EVTLEN   3
 
#define DSP_RAW   1
 
#define DSP_RAW_SINGLE   2
 
#define DSP_BANK   3
 
#define DSP_BANK_SINGLE   4
 
#define DSP_UNK   0
 
#define DSP_DEC   1
 
#define DSP_HEX   2
 
#define DSP_ASC   3
 
#define NLINE   8 /* number of elements for display routine */
 
#define MD_BANKLIST_MAX   32
 
#define MD_STRING_BANKLIST_MAX   MD_BANKLIST_MAX * 4
 

Detailed Description

dox dox


Macro Definition Documentation

◆ D_EVTLEN

#define D_EVTLEN   3

Definition at line 80 of file mdsupport.h.

◆ D_HEADER

#define D_HEADER   2

Definition at line 79 of file mdsupport.h.

◆ D_RECORD

#define D_RECORD   1

Display parameters

Definition at line 78 of file mdsupport.h.

◆ DSP_ASC

#define DSP_ASC   3

Display data in ASCII format

Definition at line 94 of file mdsupport.h.

◆ DSP_BANK

#define DSP_BANK   3

Display data in bank format

Definition at line 86 of file mdsupport.h.

◆ DSP_BANK_SINGLE

#define DSP_BANK_SINGLE   4

Display only requested data in bank format

Definition at line 87 of file mdsupport.h.

◆ DSP_DEC

#define DSP_DEC   1

Display data in decimal format

Definition at line 92 of file mdsupport.h.

◆ DSP_HEX

#define DSP_HEX   2

Display data in headecimal format

Definition at line 93 of file mdsupport.h.

◆ DSP_RAW

#define DSP_RAW   1

Display mode options Display raw data

Definition at line 84 of file mdsupport.h.

◆ DSP_RAW_SINGLE

#define DSP_RAW_SINGLE   2

Display raw data (no single mode)

Definition at line 85 of file mdsupport.h.

◆ DSP_UNK

#define DSP_UNK   0

Display format Display format unknown

Definition at line 91 of file mdsupport.h.

◆ MD_BANKLIST_MAX

#define MD_BANKLIST_MAX   32

maximum number of banks to be found by the bk_list()

Definition at line 99 of file mdsupport.h.

◆ MD_STRING_BANKLIST_MAX

#define MD_STRING_BANKLIST_MAX   MD_BANKLIST_MAX * 4

to be used for bk_list()

Definition at line 101 of file mdsupport.h.

◆ NLINE

#define NLINE   8 /* number of elements for display routine */

Definition at line 96 of file mdsupport.h.