Files correlati : lv2 Ricompilazione Demo : [ ] Commento : Prima versione della generazione planning git-svn-id: svn://10.65.10.50/trunk@17052 c028cbd2-c16b-5b4b-a496-9718f37d4682
21 lines
628 B
C
Executable File
21 lines
628 B
C
Executable File
#ifndef __LVPASPLAN_H
|
|
#define __LVPASPLAN_H
|
|
|
|
#define LVPASPLAN_CODCF "CODCF"
|
|
#define LVPASPLAN_CODCONT "CODCONT"
|
|
#define LVPASPLAN_CODITI "CODITI"
|
|
#define LVPASPLAN_GGCONS "GGCONS"
|
|
#define LVPASPLAN_ORDFERM "ORDFERM"
|
|
#define LVPASPLAN_FREQ "FREQ"
|
|
#define LVPASPLAN_MODPASS "MODPASS"
|
|
#define LVPASPLAN_FLSTAG "FLSTAG"
|
|
#define LVPASPLAN_ORARPRV "ORARPRV"
|
|
#define LVPASPLAN_UTCREAZ "UTCREAZ"
|
|
#define LVPASPLAN_DTCREAZ "DTCREAZ"
|
|
#define LVPASPLAN_ORCREAZ "ORCREAZ"
|
|
#define LVPASPLAN_UTULAGG "UTULAGG"
|
|
#define LVPASPLAN_DTULAGG "DTULAGG"
|
|
#define LVPASPLAN_ORULAGG "ORULAGG"
|
|
#define LVPASPLAN_NOTE "NOTE"
|
|
|
|
#endif |