EgtExecutor 1.6x6 :

- aggiunta funzione ExeGetHeadExitCount.
This commit is contained in:
Dario Sassi
2017-01-11 17:17:42 +00:00
parent d835b380be
commit 54d5fcbc63
2 changed files with 10 additions and 0 deletions
+10
View File
@@ -2363,6 +2363,16 @@ ExeGetHeadId( const string& sHead)
return pMachMgr->GetHeadId( sHead) ;
}
//-----------------------------------------------------------------------------
int
ExeGetHeadExitCount( const string& sHead)
{
IMachMgr* pMachMgr = GetCurrMachMgr() ;
VERIFY_MACHMGR( pMachMgr, GDB_ID_NULL)
// restituisco numero di uscite della testa indicata nella macchina della macchinata corrente
return pMachMgr->GetHeadExitCount( sHead) ;
}
//-----------------------------------------------------------------------------
bool
ExeGetAxisToken( const string& sAxis, string& sToken)
BIN
View File
Binary file not shown.