EgtExecutor 1.6u3 :

- aggiunte Exe e Lua MdbGetMachiningFromUUID.
This commit is contained in:
Dario Sassi
2016-09-20 09:19:17 +00:00
parent b53d7867bb
commit 3aea9f277c
3 changed files with 29 additions and 0 deletions
+10
View File
@@ -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)