EgtMachKernel 1.6k5 :

- aggiunta gestione DB lavorazioni.
This commit is contained in:
Dario Sassi
2015-11-14 16:24:20 +00:00
parent 2a7370bde8
commit 7640eab85e
23 changed files with 1652 additions and 153 deletions
+14
View File
@@ -257,6 +257,13 @@ ToolData::VerifySpeed( double dVal) const
return ( dVal < m_dMaxSpeed + EPS_SMALL) ;
}
//----------------------------------------------------------------------------
bool
ToolData::SetParam( int nType, bool bVal)
{
return false ;
}
//----------------------------------------------------------------------------
bool
ToolData::SetParam( int nType, int nVal)
@@ -374,6 +381,13 @@ ToolData::SetParam( int nType, const string& sVal)
return false ;
}
//----------------------------------------------------------------------------
bool
ToolData::GetParam( int nType, bool& bVal) const
{
return false ;
}
//----------------------------------------------------------------------------
bool
ToolData::GetParam( int nType, int& nVal) const