metaonly module ti.sdo.ce.bioslog.LogServer |
 |
 |
LogServer Configuration interface
metaonly module LogServer { ...
XDCscript usage |
meta-domain |
var LogServer = xdc.useModule('ti.sdo.ce.bioslog.LogServer');
module-wide config parameters
metaonly module LogServer {
module-wide config parameters
}
config LogServer.stackSize // module-wide |
 |
Stack size for the Log server thread
XDCscript usage |
meta-domain |
LogServer.stackSize = Int 2048;
DETAILS
It applies to LogServer thread only if the thread is included
in configuration.
generated on Mon, 20 Sep 2010 23:50:21 GMT