metaonly module ti.sdo.rcm.Settings

Global configuration settings for the ti.sdo.rcm package

This is a RTSC meta-only module. When building your executable with XDCtools, use this module to configure this package. [ more ... ]
XDCscript usage meta-domain sourced in ti/sdo/rcm/Settings.xdc
var Settings = xdc.useModule('ti.sdo.rcm.Settings');
module-wide constants & types
module-wide config parameters
 
DETAILS
This is a RTSC meta-only module. When building your executable with XDCtools, use this module to configure this package.
SEE ALSO
enum Settings.IpcSupport

IPC Support enumeration type

XDCscript usage meta-domain
values of type Settings.IpcSupport
    const Settings.IpcSupport_ti_sdo_ipc;
    // DSP/BIOS IPC Support
    const Settings.IpcSupport_ti_syslink_ipc;
    // SysLink IPC Support
DETAILS
The IPC support is provided by one of the following types.
config Settings.ipc  // module-wide

Specifies which IPC support to link into the executable

XDCscript usage meta-domain
Settings.ipc = Settings.IpcSupport undefined;
DETAILS
This config param must be set in the application config script. It has no default value.
generated on Tue, 08 Feb 2011 23:13:41 GMT