EgtMachKernel 1.8d7 :
- aggiunto parametro a SimStart per distinguere puro inizio da avvio simulazione.
This commit is contained in:
@@ -22,7 +22,7 @@ using namespace std ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::SimStart( void)
|
||||
MachMgr::SimStart( bool bFirst)
|
||||
{
|
||||
// alloco simulatore
|
||||
if ( m_pSimul != nullptr)
|
||||
@@ -34,7 +34,7 @@ MachMgr::SimStart( void)
|
||||
if ( ! m_pSimul->Init( this))
|
||||
return false ;
|
||||
// lo avvio
|
||||
return m_pSimul->Start() ;
|
||||
return m_pSimul->Start( bFirst) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user