EgtMachKernel 1.6x10 :
- aggiunta GetAllHeadsNames - aggiunto nome asse a SimGetAxisInfoPos.
This commit is contained in:
@@ -52,13 +52,13 @@ MachMgr::SimMove( int& nStatus)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::SimGetAxisInfoPos( int nI, string& sToken, bool& bLinear, double& dVal)
|
||||
MachMgr::SimGetAxisInfoPos( int nI, string& sName, string& sToken, bool& bLinear, double& dVal)
|
||||
{
|
||||
// verifico simulatore
|
||||
if ( m_pSimul == nullptr)
|
||||
return false ;
|
||||
// recupero dati
|
||||
return m_pSimul->GetAxisInfoPos( nI, sToken, bLinear, dVal) ;
|
||||
return m_pSimul->GetAxisInfoPos( nI, sName, sToken, bLinear, dVal) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user