Include :
- aggiornamento prototipi.
This commit is contained in:
@@ -803,6 +803,7 @@ EIN_EXPORT BOOL __stdcall EgtShowOnlyTable( BOOL bVal) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtMoveDispAxis( const wchar_t* wsName, double dPos) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtRemoveDispAxis( const wchar_t* wsName) ;
|
||||
EIN_EXPORT int __stdcall EgtAddFixture( const wchar_t* wsName, const double ptPos[3], double dAngRotDeg, double dMov) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtKeepAllDispAxes( int nSouPhase) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtKeepFixture( int nFxtId, int nSouPhase) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtRemoveFixture( int nFxtId) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtVerifyFixture( int nFxtId) ;
|
||||
|
||||
@@ -119,6 +119,7 @@ class __declspec( novtable) IMachMgr
|
||||
virtual bool ShowOnlyTable( bool bVal) = 0 ;
|
||||
virtual bool MoveDispAxis( const std::string& sName, double dPos) = 0 ;
|
||||
virtual bool RemoveDispAxis( const std::string& sName) = 0 ;
|
||||
virtual bool KeepAllDispAxes( int nSouPhase) = 0 ;
|
||||
virtual int AddFixture( const std::string& sName, const Point3d& ptPos, double dAngRotDeg, double dMov) = 0 ;
|
||||
virtual bool KeepFixture( int nFxtId, int nSouPhase) = 0 ;
|
||||
virtual bool RemoveFixture( int nFxtId) = 0 ;
|
||||
|
||||
@@ -1072,6 +1072,7 @@ EXE_EXPORT bool ExeChangeTable( const std::string& sTable, bool bUpdateDisp) ;
|
||||
EXE_EXPORT bool ExeShowOnlyTable( bool bVal) ;
|
||||
EXE_EXPORT bool ExeMoveDispAxis( const std::string& sName, double dPos) ;
|
||||
EXE_EXPORT bool ExeRemoveDispAxis( const std::string& sName) ;
|
||||
EXE_EXPORT bool ExeKeepAllDispAxes( int nSouPhase) ;
|
||||
EXE_EXPORT int ExeAddFixture( const std::string& sName, const Point3d& ptPos, double dAngRotDeg, double dMov) ;
|
||||
EXE_EXPORT bool ExeKeepFixture( int nFxtId, int nSouPhase) ;
|
||||
EXE_EXPORT bool ExeRemoveFixture( int nFxtId) ;
|
||||
|
||||
Reference in New Issue
Block a user