EgtExecutor 1.6x6 :
- aggiunta funzione ExeGetHeadExitCount.
This commit is contained in:
@@ -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)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user