Include :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2016-05-22 17:08:07 +00:00
parent 5c478cbc40
commit 59cc46cf39
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -219,6 +219,8 @@ class __declspec( novtable) IMachMgr
virtual bool ResetAxisPos( const std::string& sAxis) = 0 ;
virtual bool ResetAllAxesPos( void) = 0 ;
virtual bool LoadTool( const std::string& sHead, int nExit, const std::string& sTool) = 0 ;
virtual bool GetLoadedTool( const std::string& sHead, int nExit, std::string& sTool) = 0 ;
virtual bool UnloadTool( const std::string& sHead, int nExit) = 0 ;
virtual bool ResetHeadSet( const std::string& sHead) = 0 ;
virtual bool SetMachineLook( int nFlag) = 0 ;
} ;
+2
View File
@@ -707,6 +707,8 @@ EXE_EXPORT bool ExeGetAxisPos( const std::string& sAxis, double* pdVal) ;
EXE_EXPORT bool ExeGetAxisHomePos( const std::string& sAxis, double* pdHomeVal) ;
EXE_EXPORT bool ExeResetAxisPos( const std::string& sAxis) ;
EXE_EXPORT bool ExeLoadTool( const std::string& sHead, int nExit, const std::string& sTool) ;
EXE_EXPORT bool ExeGetLoadedTool( const std::string& sHead, int nExit, std::string& sTool) ;
EXE_EXPORT bool ExeUnloadTool( const std::string& sHead, int nExit) ;
EXE_EXPORT bool ExeResetHeadSet( const std::string& sHead) ;
EXE_EXPORT bool ExeSetMachineLook( int nFlag) ;