Include :

- aggiornamento interfacce.
This commit is contained in:
Dario Sassi
2017-06-27 13:55:02 +00:00
parent 65fd3dc1a3
commit 87cdaf30fd
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -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 ;
} ;
//-----------------------------------------------------------------------------
+1
View File
@@ -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
View File
@@ -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} ;