39 lines
678 B
C
Executable File
39 lines
678 B
C
Executable File
#ifndef __MG4300_H
|
|
#define __MG4300_H
|
|
|
|
#define F_DEFINITIVA 101
|
|
#define F_FREQ 102
|
|
#define F_RAGG 103
|
|
#define F_RAGGMAG 104
|
|
#define F_CLASSEFISART 105
|
|
#define F_RAGGFISART 106
|
|
#define F_RAGGCAUS 107
|
|
#define F_RAGGARTICOLI 108
|
|
|
|
#define F_ANNOES 110
|
|
#define F_ANNO 111
|
|
#define F_CODREG 112
|
|
|
|
#define F_DATAIN 113
|
|
#define F_DATAFIN 114
|
|
|
|
#define G_OPZ 1
|
|
#define G_CODART 2
|
|
#define G_DESART 3
|
|
#define G_PARAMVALORI 4
|
|
|
|
#define ALIAS_CAUSALI 500
|
|
#define ALIAS_CAUSALIR 501
|
|
#define ALIAS_UMRMOV 502
|
|
|
|
#define FF_CODTOT 601
|
|
#define FF_UMTOT 602
|
|
#define FF_VALTOT 603
|
|
#define FF_QTARAGGFIS 604
|
|
#define FF_INFORAGGCRO 605
|
|
#define FF_NUMREG 606
|
|
#define FF_NUMLINEE 607
|
|
|
|
|
|
#endif //__MG4300_H
|