EgtMachKernel :
- prime modifiche per tagli inclinati su esterno archi.
This commit is contained in:
+22
-22
@@ -23,34 +23,34 @@ using namespace std ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
static int CAM_PARAM_V1 = 10 ;
|
||||
static std::string CAM_CORR = "Corr" ;
|
||||
static std::string CAM_TDIR = "TDir" ;
|
||||
static std::string CAM_CDIR = "CDir" ;
|
||||
static std::string CAM_ADIR = "ADir" ;
|
||||
static std::string CAM_PBAS = "PBas" ;
|
||||
static std::string CAM_FEED = "Feed" ;
|
||||
static std::string CAM_FLAG = "Flg" ;
|
||||
static std::string CAM_AXSTS = "AxS" ;
|
||||
static std::string CAM_AXMSK = "AxM" ;
|
||||
static std::string CAM_AXVAL = "AxV" ;
|
||||
static string CAM_CORR = "Corr" ;
|
||||
static string CAM_TDIR = "TDir" ;
|
||||
static string CAM_CDIR = "CDir" ;
|
||||
static string CAM_ADIR = "ADir" ;
|
||||
static string CAM_PBAS = "PBas" ;
|
||||
static string CAM_FEED = "Feed" ;
|
||||
static string CAM_FLAG = "Flg" ;
|
||||
static string CAM_AXSTS = "AxS" ;
|
||||
static string CAM_AXMSK = "AxM" ;
|
||||
static string CAM_AXVAL = "AxV" ;
|
||||
static int CAM_PARAM_V2 = 16 ;
|
||||
static std::string CAM_MOVE = "Move" ;
|
||||
static std::string CAM_PCEN = "PCen" ;
|
||||
static std::string CAM_ACEN = "ACen" ;
|
||||
static std::string CAM_AXMC = "AxMC" ;
|
||||
static std::string CAM_AXMR = "AxMR" ;
|
||||
static std::string CAM_AXAC = "AxAC" ;
|
||||
static string CAM_MOVE = "Move" ;
|
||||
static string CAM_PCEN = "PCen" ;
|
||||
static string CAM_ACEN = "ACen" ;
|
||||
static string CAM_AXMC = "AxMC" ;
|
||||
static string CAM_AXMR = "AxMR" ;
|
||||
static string CAM_AXAC = "AxAC" ;
|
||||
static int CAM_PARAM_V3 = 18 ;
|
||||
static std::string CAM_NDIR = "NDir" ;
|
||||
static std::string CAM_AXND = "AxND" ;
|
||||
static string CAM_NDIR = "NDir" ;
|
||||
static string CAM_AXND = "AxND" ;
|
||||
static int CAM_PARAM_V4 = 19 ;
|
||||
static std::string CAM_NDLT = "NDlt" ;
|
||||
static string CAM_NDLT = "NDlt" ;
|
||||
static int CAM_PARAM_V5 = 20 ;
|
||||
static std::string CAM_BDIR = "BDir" ;
|
||||
static string CAM_BDIR = "BDir" ;
|
||||
static int CAM_PARAM_V6 = 21 ;
|
||||
static std::string CAM_INDEX = "Idx" ;
|
||||
static string CAM_INDEX = "Idx" ;
|
||||
static int CAM_PARAM_V7 = 22 ;
|
||||
static std::string CAM_ORIGFEED = "OrFeed" ;
|
||||
static string CAM_ORIGFEED = "OrFeed" ;
|
||||
static int CAM_TOTPARAM =CAM_PARAM_V7 ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user