EgtMachKernel 2.6i1 :

- introduzione secondo simulatore sperimentale per macchine multiprocesso.
This commit is contained in:
Dario Sassi
2024-09-05 08:29:20 +02:00
parent ac72518e44
commit 4b835a27be
17 changed files with 5411 additions and 2635 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ using namespace std ;
bool
MachMgr::Generate( const string& sCncFile, const string& sInfo)
{
// se necessaria stima speciale
if ( GetCurrMachine() != nullptr && GetCurrMachine()->GetSpecialEstimate()) {
// se macchina multiprocesso è necessaria stima speciale
if ( GetCurrMachine() != nullptr && GetCurrMachine()->GetMultiProcess()) {
// inizializzazione stimatore
Estimator estPP ;
if ( ! estPP.Init( this)) {