module ti.srvmgr.omx.OmxSrvMgr

OMX Service Manager Task module

Minimal XDC module with only an internal function
C synopsis target-domain sourced in ti/srvmgr/omx/OmxSrvMgr.xdc
Module-Wide Built-Ins

C synopsis target-domain
Types_ModuleId OmxSrvMgr_Module_id();
// Get this module's unique id
 
Bool OmxSrvMgr_Module_startupDone();
// Test if this module has completed startup
 
IHeap_Handle OmxSrvMgr_Module_heap();
// 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
 
Configuration settings sourced in ti/srvmgr/omx/OmxSrvMgr.xdc
var OmxSrvMgr = xdc.useModule('ti.srvmgr.omx.OmxSrvMgr');
module-wide config parameters
 
 
metaonly config OmxSrvMgr.common$  // module-wide

Common module configuration parameters

Configuration settings
OmxSrvMgr.common$ = Types.Common$ undefined;
 
DETAILS
All modules have this configuration parameter. Its name contains the '$' character to ensure it does not conflict with configuration parameters declared by the module. This allows new configuration parameters to be added in the future without any chance of breaking existing modules.
generated on Fri, 21 Aug 2015 19:36:07 GMT