Include :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2015-11-11 10:46:06 +00:00
parent 5b4469b0aa
commit 6015ecccfa
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -506,6 +506,8 @@ EIN_EXPORT BOOL __stdcall EgtTdbGetCurrToolParamInt( int nType, int* pnVal) ;
EIN_EXPORT BOOL __stdcall EgtTdbGetCurrToolParamDouble( int nType, double* pdVal) ;
EIN_EXPORT BOOL __stdcall EgtTdbGetCurrToolParamString( int nType, wchar_t*& wsVal) ;
EIN_EXPORT BOOL __stdcall EgtTdbSave( void) ;
EIN_EXPORT BOOL __stdcall EgtTdbGetToolDir( wchar_t*& wsToolDir) ;
EIN_EXPORT BOOL __stdcall EgtTdbGetToolHolderDir( wchar_t*& wsTHolderDir) ;
// Simulation
EIN_EXPORT BOOL __stdcall EgtSimStart( void) ;
EIN_EXPORT BOOL __stdcall EgtSimMove( void) ;
+2
View File
@@ -92,6 +92,8 @@ class __declspec( novtable) IMachMgr
virtual bool TdbGetCurrToolParam( int nType, double& dVal) const = 0 ;
virtual bool TdbGetCurrToolParam( int nType, std::string& sVal) const = 0 ;
virtual bool TdbSave( void) const = 0 ;
virtual bool TdbGetToolDir( std::string& sToolDir) const = 0 ;
virtual bool TdbGetToolHolderDir( std::string& sTHolderDir) const = 0 ;
// Machinings DataBase
// ...
// Operations : general
+2
View File
@@ -521,6 +521,8 @@ EXE_EXPORT bool ExeTdbGetCurrToolParam( int nType, int& nVal) ;
EXE_EXPORT bool ExeTdbGetCurrToolParam( int nType, double& dVal) ;
EXE_EXPORT bool ExeTdbGetCurrToolParam( int nType, std::string& sVal) ;
EXE_EXPORT bool ExeTdbSave( void) ;
EXE_EXPORT bool ExeTdbGetToolDir( std::string& sToolDir) ;
EXE_EXPORT bool ExeTdbGetToolHolderDir( std::string& sTHolderDir) ;
// Machinings Database
// ...
// Operations