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.
Configuration settings 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

Configuration settings
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 Thu, 13 Jun 2013 07:31:49 GMT