From c87395f201eec088350719199aaede7b81f59e29 Mon Sep 17 00:00:00 2001 From: DarioS Date: Mon, 11 Apr 2022 19:16:40 +0200 Subject: [PATCH] Include : - aggiunto prototipo. --- EInAPI.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/EInAPI.h b/EInAPI.h index bccfaa4..065b3a4 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -925,8 +925,9 @@ EIN_EXPORT BOOL __stdcall EgtGetOutstrokeInfo( wchar_t*& wsInfo) ; // Machine Move EIN_EXPORT BOOL __stdcall EgtSetAxisPos( const wchar_t* wsAxis, double dVal) ; EIN_EXPORT BOOL __stdcall EgtGetAxisPos( const wchar_t* wsAxis, double* pdVal) ; -EIN_EXPORT BOOL __stdcall EgtGetAxisMin( const wchar_t* wsAxis, double* pdVal) ; -EIN_EXPORT BOOL __stdcall EgtGetAxisMax( const wchar_t* wsAxis, double* pdVal) ; +EIN_EXPORT BOOL __stdcall EgtGetAxisMin( const wchar_t* wsAxis, double* pdMin) ; +EIN_EXPORT BOOL __stdcall EgtGetAxisMax( const wchar_t* wsAxis, double* pdMax) ; +EIN_EXPORT BOOL __stdcall EgtGetAxisHomePos( const wchar_t* wsAxis, double* pdHome) ; EIN_EXPORT BOOL __stdcall EgtLoadTool( const wchar_t* wsHead, int nExit, const wchar_t* wsTool) ; EIN_EXPORT BOOL __stdcall EgtResetHeadSet( const wchar_t* wsHead) ; EIN_EXPORT BOOL __stdcall EgtSetMachineLook( int nFlag) ;