EgtInterface :

- aggiunta interfaccia per funzione EgtKeepAllDispAxes.
This commit is contained in:
Dario Sassi
2024-10-16 19:50:41 +02:00
parent afd3000a27
commit ebfbd5e8f0
+7
View File
@@ -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)