metaonly module ti.sdo.ce.ipc.Settings

Global Inter-Processor Communication Configuration

XDCspec summary sourced in ti/sdo/ce/ipc/Settings.xdc
metaonly module Settings {  ...
XDCscript usage meta-domain
var Settings = xdc.useModule('ti.sdo.ce.ipc.Settings');
module-wide config parameters
    Settings.debug//  = Bool false;
 
XDCspec declarations sourced in ti/sdo/ce/ipc/Settings.xdc
package ti.sdo.ce.ipc;
 
metaonly module Settings {
module-wide config parameters
    config Bool debug//  = 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 Mon, 20 Sep 2010 23:50:20 GMT