From 4f08b2dbb16a4779a0f7531026bfa10d16e3b684 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 2 Feb 2016 07:46:08 +0000 Subject: [PATCH] Include : - aggiornamenti. --- EInAPI.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EInAPI.h b/EInAPI.h index 560ab03..baf135d 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -576,8 +576,10 @@ EIN_EXPORT BOOL __stdcall EgtSetAllOperationsStatus( BOOL bShow) ; // Machinings EIN_EXPORT BOOL __stdcall EgtSetCurrMachining( int nId) ; EIN_EXPORT BOOL __stdcall EgtSetMachiningParamInt( int nType, int nVal) ; +EIN_EXPORT BOOL __stdcall EgtSetMachiningParamDouble( int nType, double dVal) ; EIN_EXPORT BOOL __stdcall EgtPreviewMachining( BOOL bRecalc) ; EIN_EXPORT BOOL __stdcall EgtGetMachiningParamInt( int nType, int* pnVal) ; +EIN_EXPORT BOOL __stdcall EgtGetMachiningParamDouble( int nType, double* pdVal) ; EIN_EXPORT BOOL __stdcall EgtIsMachiningNotEmpty( void) ; // Simulation EIN_EXPORT BOOL __stdcall EgtSimStart( void) ;