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.
 
config Settings.loadStrings  // module-wide

Controls the loading of string constants to the target

XDCscript usage meta-domain
Settings.loadStrings = Bool true;
 
DETAILS
By default, all string constants are loaded to the target. If the program is using a logger which does not process the strings, then setting this config param to false will reduce the program's data footprint because the string constants will not be loaded.
generated on Mon, 16 Apr 2012 07:09:49 GMT