metaonly module ti.sdo.ce.Settings

Global configuration settings for all Codec Engine packages

This module provides high-level configuration settings for all Codec Engine packages.
XDCscript usage meta-domain sourced in ti/sdo/ce/Settings.xdc
var Settings = xdc.useModule('ti.sdo.ce.Settings');
module-wide config parameters
 
 
config Settings.checked  // module-wide

Enable checked support for CE extensions which support it

XDCscript usage meta-domain
Settings.checked = Bool false;
 
DETAILS
Enabling this will result in slower library execution, but it will provide extra parameter validation and trace statements. It is recommended that this be enabled during early development (and occasionally thereafter!) to catch common usage errors.
generated on Tue, 17 Jan 2012 07:28:56 GMT