metaonly module ti.sdo.ce.osal.bios.Settings

Global OS Abstract Layer Configuration

XDCscript usage meta-domain sourced in ti/sdo/ce/osal/bios/Settings.xdc
var Settings = xdc.useModule('ti.sdo.ce.osal.bios.Settings');
module-wide config parameters
 
 
config Settings.traceBufferSize  // module-wide

Size of the server trace buffer, in MAUs

XDCscript usage meta-domain
Settings.traceBufferSize = Int 32768;
 
DETAILS
The server trace buffer is a circular buffer of characters written to by clients of ti.sdo.ce.osal.Trace (and ti.sdo.utils.trace.GT) and read by the Engine_*Trace() methods.
All the trace data in the target memory is stored into a globally visible character buffer Char Global_traceBuffer[ <traceBufferSize> ];
Only set this parameter if not using ti.sdo.osal.Global.runtimeEnv to set the target OS.
generated on Tue, 17 Jan 2012 07:29:00 GMT