module ti.srvmgr.omx.OmxSrvMgr |
 |
OMX Service Manager Task module
Minimal XDC module with only an internal function
#include <ti/srvmgr/omx/OmxSrvMgr.h>
Functions common to all target modules |
|
|
Module-Wide Built-Ins |
 |
// Get this module's unique id
Bool OmxSrvMgr_Module_startupDone();
// Test if this module has completed startup
// The heap from which this module allocates memory
Bool OmxSrvMgr_Module_hasMask();
// Test whether this module has a diagnostics mask
Bits16 OmxSrvMgr_Module_getMask();
// Returns the diagnostics mask for this module
Void OmxSrvMgr_Module_setMask(Bits16 mask);
// Set the diagnostics mask for this module
var OmxSrvMgr = xdc.useModule('ti.srvmgr.omx.OmxSrvMgr');
module-wide config parameters
generated on Wed, 10 Dec 2014 03:09:16 GMT