From df717ee6952799c9b74de7f501ed827294ffcf79 Mon Sep 17 00:00:00 2001 From: DarioS Date: Mon, 11 Apr 2022 16:26:25 +0200 Subject: [PATCH] EgtInterface 2.4d1 : - aggiunte interfacce per funzioni EgtGetAxisMin e EgtGetAxisMax. --- API_MachMgr.cpp | 14 ++++++++++++++ EgtInterface.rc | Bin 11718 -> 11718 bytes 2 files changed, 14 insertions(+) diff --git a/API_MachMgr.cpp b/API_MachMgr.cpp index dd90469..6833dd5 100644 --- a/API_MachMgr.cpp +++ b/API_MachMgr.cpp @@ -2130,6 +2130,20 @@ __stdcall EgtGetAxisPos( const wchar_t* wsAxis, double* pdVal) return ( ExeGetAxisPos( wstrztoA( wsAxis), pdVal) ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtGetAxisMin( const wchar_t* wsAxis, double* pdVal) +{ + return ( ExeGetAxisMin( wstrztoA( wsAxis), pdVal) ? TRUE : FALSE) ; +} + +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtGetAxisMax( const wchar_t* wsAxis, double* pdVal) +{ + return ( ExeGetAxisMax( wstrztoA( wsAxis), pdVal) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- BOOL __stdcall EgtLoadTool( const wchar_t* wsHead, int nExit, const wchar_t* wsTool) diff --git a/EgtInterface.rc b/EgtInterface.rc index daddb76140036c5920ea448fee691f9ecdc36088..5fd44a700c3fcd3af30a50f864edaffee4eeb9f9 100644 GIT binary patch delta 135 zcmX>WeJpyzH#Sxi1|0^&%^&$rGEF|hS;L&dU^w}qpzh`Zt{N7&oFg+#d~yMo#bg5> joym8&o@`zvtiudf1Ju7n5}`jp3aWeJpyzH#Sy71|0^|%^&$rGEF|hS;L&jU^@Aspzh`Zt{N7&oFg+#d~yMo#bg5> joym8&o@`zvtiudf1Ju7n5}`jp3a