Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@16989 c028cbd2-c16b-5b4b-a496-9718f37d4682
17 lines
505 B
C
Executable File
17 lines
505 B
C
Executable File
#ifndef __LVCONSPLAN_H
|
|
#define __LVCONSPLAN_H
|
|
|
|
#define LVCONSPLAN_IDPLAN "IDPLAN"
|
|
#define LVCONSPLAN_DTCONS "DTCONS"
|
|
#define LVCONSPLAN_GIOCONS "GIOCONS"
|
|
#define LVCONSPLAN_CODAUT "CODAUT"
|
|
#define LVCONSPLAN_CODMEZ "CODMEZ"
|
|
#define LVCONSPLAN_CODITI "CODITI"
|
|
#define LVCONSPLAN_DTCREAZ "DTCREAZ"
|
|
#define LVCONSPLAN_ORCREAZ "ORCREAZ"
|
|
#define LVCONSPLAN_UTCREAZ "UTCREAZ"
|
|
#define LVCONSPLAN_DTULAGG "DTULAGG"
|
|
#define LVCONSPLAN_ORULAGG "ORULAGG"
|
|
#define LVCONSPLAN_UTULAGG "UTULAGG"
|
|
|
|
#endif |