EgtMachKernel :

- modifiche per simulazione MP.
This commit is contained in:
Dario Sassi
2024-09-24 18:24:22 +02:00
parent 361eb44236
commit 425c24ef4c
9 changed files with 187 additions and 141 deletions
+2 -2
View File
@@ -223,11 +223,11 @@ MachMgr::SimMoveAxes( int nMoveType, const SAMVECTOR& vAxNaEpSt)
//----------------------------------------------------------------------------
bool
MachMgr::SimSaveCmd( int nType, int nPar, const string& sPar)
MachMgr::SimSaveCmd( int nType, int nPar, const string& sPar, const string& sPar2)
{
// verifico simulatore
if ( m_pSimul == nullptr)
return false ;
// salvo il comando
return m_pSimul->SaveCmd( nType, nPar, sPar) ;
return m_pSimul->SaveCmd( nType, nPar, sPar, sPar2) ;
}