EgtExecutor 1.9e5 :
- aggiunta funzione Exe e Lua estimate.
This commit is contained in:
+11
-1
@@ -2564,7 +2564,7 @@ ExeSimStop( void)
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Generazione
|
||||
// Generazione e Stima T&L
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeGenerate( const string& sCncFile, const string& sInfo)
|
||||
@@ -2575,6 +2575,16 @@ ExeGenerate( const string& sCncFile, const string& sInfo)
|
||||
return pMachMgr->Generate( sCncFile, sInfo) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeEstimate( const string& sEstFile, const string& sInfo)
|
||||
{
|
||||
IMachMgr* pMachMgr = GetCurrMachMgr() ;
|
||||
VERIFY_MACHMGR( pMachMgr, false)
|
||||
// eseguo la stima di tempi e lunghezze di lavoro della macchinata corrente
|
||||
return pMachMgr->Estimate( sEstFile, sInfo) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Machine Calc
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user