Include :
- aggiornamenti.
This commit is contained in:
@@ -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 ;
|
||||
} ;
|
||||
|
||||
@@ -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) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user