20 lines
594 B
C
20 lines
594 B
C
|
#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"
|
||
|
|
||
|
#endif
|