metaonly module ti.sdo.ce.ipc.Settings

Global Inter-Processor Communication Configuration

XDCscript usage meta-domain sourced in ti/sdo/ce/ipc/Settings.xdc
var Settings = xdc.useModule('ti.sdo.ce.ipc.Settings');
module-wide config parameters
    Settings.debug//  = Bool false;
 
 
config Settings.debug  // module-wide
XDCscript usage meta-domain
Settings.debug = Bool false;
 
 
config Settings.ipc  // module-wide

Use a specific IIpc implementation

XDCscript usage meta-domain
Settings.ipc = IIpc.Module undefined;
 
DETAILS
This should only be used to explicitly configure the IPC to a package not provided with Codec Engine. To use an IPC provided by Codec Engine, it's recommended to configure the IPC and OSAL together using the ti.sdo.ce.osal.Global.runtimeEnv config param instead of this one.
generated on Fri, 24 Feb 2012 03:47:02 GMT