Include :
- aggiornamento interfacce.
This commit is contained in:
@@ -266,6 +266,7 @@ class __declspec( novtable) IMachMgr
|
||||
virtual bool UnloadTool( const std::string& sHead, int nExit) = 0 ;
|
||||
virtual bool ResetHeadSet( const std::string& sHead) = 0 ;
|
||||
virtual bool SetMachineLook( int nFlag) = 0 ;
|
||||
virtual int GetMachineLook( void) = 0 ;
|
||||
} ;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
@@ -25,6 +25,7 @@ static std::string KEY_NUM = "NUM" ;
|
||||
// Sottogruppi delle lavorazioni
|
||||
static std::string MCH_AUX = "AUX" ;
|
||||
static std::string MCH_PV = "PV" ;
|
||||
static std::string MCH_ST = "ST" ;
|
||||
static std::string MCH_CL = "CL" ;
|
||||
static std::string MCH_PATH = "P" ;
|
||||
// Nomi di entità CL speciali
|
||||
|
||||
+2
-1
@@ -22,7 +22,8 @@ enum SimuStat { MCH_SIM_OK = 0,
|
||||
MCH_SIM_ERR = 5} ;
|
||||
|
||||
//------------------------ Stato di visualizzazione della macchina ------------
|
||||
enum MachLook { MCH_LOOK_TAB = 0,
|
||||
enum MachLook { MCH_LOOK_NONE = -1,
|
||||
MCH_LOOK_TAB = 0,
|
||||
MCH_LOOK_TAB_TOOL = 1,
|
||||
MCH_LOOK_TAB_HEAD = 2,
|
||||
MCH_LOOK_ALL = 3} ;
|
||||
|
||||
Reference in New Issue
Block a user