Include :

- aggiornamento prototipi per SimSetUiStatus.
This commit is contained in:
Dario Sassi
2018-03-02 08:10:57 +00:00
parent 482e89f0d5
commit d3d4cfef32
4 changed files with 18 additions and 8 deletions
+1
View File
@@ -729,6 +729,7 @@ EIN_EXPORT BOOL __stdcall EgtSimGetToolInfo( wchar_t*& wsTool, double* pdSpeed)
EIN_EXPORT BOOL __stdcall EgtSimGetOperationInfo( wchar_t*& wsName, int* pnType) ;
EIN_EXPORT BOOL __stdcall EgtSimGetMoveInfo( int* pnGmove, double* pdFeed) ;
EIN_EXPORT BOOL __stdcall EgtSimSetStep( double dStep) ;
EIN_EXPORT BOOL __stdcall EgtSimSetUiStatus( int nUiStatus) ;
EIN_EXPORT BOOL __stdcall EgtSimStop( void) ;
// Generation
EIN_EXPORT BOOL __stdcall EgtGenerate( const wchar_t* wsCncFile, const wchar_t* wsInfo) ;