EgtMachKernel :
- aggiunta gestione stato simulazione utente per script di movimento per permettere stop e pausa.
This commit is contained in:
@@ -105,6 +105,17 @@ MachMgr::SimSetStep( double dStep)
|
||||
return m_pSimul->SetStep( dStep) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::SimSetUiStatus( int nUiStatus)
|
||||
{
|
||||
// verifico simulatore
|
||||
if ( m_pSimul == nullptr)
|
||||
return false ;
|
||||
// imposto lo stato utente del simulatore
|
||||
return m_pSimul->SetUiStatus( nUiStatus) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::SimGoHome( void)
|
||||
|
||||
Reference in New Issue
Block a user