From ebfbd5e8f0efc94bc0ec978ebfb40151896eb5d7 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 16 Oct 2024 19:50:41 +0200 Subject: [PATCH] EgtInterface : - aggiunta interfaccia per funzione EgtKeepAllDispAxes. --- API_MachMgr.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/API_MachMgr.cpp b/API_MachMgr.cpp index 53ae690..1ec5a5b 100644 --- a/API_MachMgr.cpp +++ b/API_MachMgr.cpp @@ -610,6 +610,13 @@ __stdcall EgtRemoveDispAxis( const wchar_t* wsName) return ( ExeRemoveDispAxis( wstrztoA( wsName)) ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtKeepAllDispAxes( int nSouPhase) +{ + return ( ExeKeepAllDispAxes( nSouPhase) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- int __stdcall EgtAddFixture( const wchar_t* wsName, const double ptPos[3], double dAngRotDeg, double dMov)