metaonly module ti.sdo.fc.rman.examples.EXAMPLE

Resource Manager for shared C64x+ resources

XDCspec summary sourced in ti/sdo/fc/rman/examples/EXAMPLE.xdc
metaonly module EXAMPLE {  ...
XDCscript usage meta-domain
var EXAMPLE = xdc.useModule('ti.sdo.fc.rman.examples.EXAMPLE');
module-wide config parameters
module-wide functions
 
XDCspec declarations sourced in ti/sdo/fc/rman/examples/EXAMPLE.xdc
 
metaonly module EXAMPLE {
module-wide config parameters
    config Bool trace// Enable trace in the EXAMPLE library = false;
module-wide functions
}
 
config EXAMPLE.debug  // module-wide

Enable the debug profile of the EXAMPLE module

XDCscript usage meta-domain
EXAMPLE.debug = Bool false;
 
DETAILS
This will result in a larger and slower library being linked in, but it will provide extra parameter checking to ensure callers are meeting the API requirements.
If these API requirements are not met, SYS_abort() will be called.
 
config EXAMPLE.trace  // module-wide

Enable trace in the EXAMPLE library

XDCscript usage meta-domain
EXAMPLE.trace = Bool false;
 
DETAILS
This will result in a larger and slower library being linked in, but it will provide trace statements for debugging purposes.
 
EXAMPLE.initializeGrouputilsWithAlgorithm( )  // module-wide

Initialize the ti.sdo.fc.ires.grouputils function with "Algorithm_acquireLock" and "Algorithm_releaseLock"

XDCscript usage meta-domain
EXAMPLE.initializeGrouputilsWithAlgorithm( Any implementationPackage ) returns Any
 
generated on Mon, 20 Sep 2010 23:50:11 GMT