Include :
- aggiornamento costanti.
This commit is contained in:
+3
-1
@@ -156,7 +156,9 @@ enum { SAW_EL_CENT = 0,
|
||||
// Tipo di uscita
|
||||
enum { SAW_LO_CENT = 0,
|
||||
SAW_LO_STRICT = 1,
|
||||
SAW_LO_EXT = 2} ;
|
||||
SAW_LO_EXT_CENT = 2,
|
||||
SAW_LO_OUT = 3,
|
||||
SAW_LO_EXT_OUT = 4} ;
|
||||
// Gestione curve
|
||||
enum { SAW_CRV_SKIP = 0,
|
||||
SAW_CRV_APPROX = 1,
|
||||
|
||||
@@ -32,6 +32,10 @@ static std::string MCH_CL_RISE = "RISE" ;
|
||||
static std::string MCH_CL_HOME = "HOME" ;
|
||||
static std::string MCH_CL_LEADIN = "LI" ;
|
||||
static std::string MCH_CL_LEADOUT = "LO" ;
|
||||
static std::string MCH_CL_AGB_DWN = "AGBD" ;
|
||||
static std::string MCH_CL_AGB_IN = "AGBI" ;
|
||||
static std::string MCH_CL_AGB_OUT = "AGBO" ;
|
||||
static std::string MCH_CL_AGB_UP = "AGBU" ;
|
||||
// Nomi di entità di preview
|
||||
static std::string MCH_PV_CUT = "CUT" ;
|
||||
static std::string MCH_PV_PRE_CUT = "PRC" ;
|
||||
|
||||
Reference in New Issue
Block a user