EgtExecutor 1.6u3 :
- aggiunte Exe e Lua MdbGetMachiningFromUUID.
This commit is contained in:
@@ -1064,6 +1064,16 @@ ExeMdbGetNextMachining( int nType, string& sName)
|
||||
return pGseCtx->m_pMachMgr->MdbGetNextMachining( nType, sName) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeMdbGetMachiningFromUUID( const string& sMuuid, string& sName)
|
||||
{
|
||||
GseContext* pGseCtx = GetCurrGseContext() ;
|
||||
VERIFY_CTX_MACHMGR( pGseCtx, false)
|
||||
// restituisce nome della lavorazione di dato UUID
|
||||
return pGseCtx->m_pMachMgr->MdbGetMachiningFromUUID( sMuuid, sName) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeMdbSetCurrMachining( const string& sName)
|
||||
|
||||
Reference in New Issue
Block a user