EgtMachKernel 1.6x6 :
- aggiunta MachMgr::GetHeadExitCount.
This commit is contained in:
@@ -213,6 +213,15 @@ MachMgr::GetHeadId( const string& sHead) const
|
||||
return ( ( pMch != nullptr) ? pMch->GetHeadId( sHead) : GDB_ID_NULL) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
int
|
||||
MachMgr::GetHeadExitCount( const string& sHead) const
|
||||
{
|
||||
Machine* pMch = GetCurrMachine() ;
|
||||
// recupero il numero di uscite della testa
|
||||
return ( ( pMch != nullptr) ? pMch->GetHeadExitCount( sHead) : 0) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
MachMgr::GetAxisToken( const string& sAxis, string& sToken) const
|
||||
|
||||
Reference in New Issue
Block a user