EgtMachKernel 1.6k5 :
- aggiunta gestione DB lavorazioni.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user