EgtInterface 1.8b2 :
- aggiunta in interfaccia EgtResetCurrMachining.
This commit is contained in:
@@ -1178,6 +1178,13 @@ __stdcall EgtSetCurrMachining( int nId)
|
||||
return ( ExeSetCurrMachining( nId) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtResetCurrMachining( void)
|
||||
{
|
||||
return ( ExeResetCurrMachining() ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
__stdcall EgtGetCurrMachining( void)
|
||||
|
||||
Reference in New Issue
Block a user