EgtExecutor 1.6w4 :

- aggiunta a EXE e LUA GetAxisToken.
This commit is contained in:
Dario Sassi
2016-11-16 18:45:39 +00:00
parent be90ca0ce6
commit 853ee94ca9
3 changed files with 30 additions and 0 deletions
+10
View File
@@ -2291,6 +2291,16 @@ ExeGetHeadId( const string& sHead)
return pMachMgr->GetHeadId( sHead) ;
}
//-----------------------------------------------------------------------------
bool
ExeGetAxisToken( const string& sAxis, string& sToken)
{
IMachMgr* pMachMgr = GetCurrMachMgr() ;
VERIFY_MACHMGR( pMachMgr, false)
// recupero il token dell'asse
return pMachMgr->GetAxisToken( sAxis, sToken) ;
}
//-----------------------------------------------------------------------------
bool
ExeSetAxisPos( const string& sAxis, double dVal)