EgtExecutor :
- aggiunta funzione ExeSetMachineLook.
This commit is contained in:
+11
-1
@@ -1546,6 +1546,16 @@ ExeResetHeadSet( const string& sHead)
|
||||
{
|
||||
GseContext* pGseCtx = GetCurrGseContext() ;
|
||||
VERIFY_CTX_MACHMGR( pGseCtx, false)
|
||||
// carico l'utensile sulla macchina della macchinata corrente in posizione indicata
|
||||
// reset dell'insieme di teste corrente sulla macchina della macchinata corrente
|
||||
return pGseCtx->m_pMachMgr->ResetHeadSet( sHead) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeSetMachineLook( int nFlag)
|
||||
{
|
||||
GseContext* pGseCtx = GetCurrGseContext() ;
|
||||
VERIFY_CTX_MACHMGR( pGseCtx, false)
|
||||
// imposto l'aspetto della macchina della macchinata corrente
|
||||
return pGseCtx->m_pMachMgr->SetMachineLook( nFlag) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user