metaonly module ti.sdo.ce.node.NODE

NODE Configuration

XDCscript usage meta-domain sourced in ti/sdo/ce/node/NODE.xdc
var NODE = xdc.useModule('ti.sdo.ce.node.NODE');
module-wide config parameters
 
 
config NODE.FIXEDMSGSIZE  // module-wide

Size of message to use during remote communication

XDCscript usage meta-domain
NODE.FIXEDMSGSIZE = Int 0;
 
DETAILS
if > 0, it is the size NODE must use with MSGQ_alloc; otherwise no fixed size is required.
 
config NODE.MSGQPOOLID  // module-wide

Segment to allocate message frames

XDCscript usage meta-domain
NODE.MSGQPOOLID = Int 0;
 
 
config NODE.OBJSEG  // module-wide

Allocate node instances from this MEM seg id

XDCscript usage meta-domain
NODE.OBJSEG = Int 0;
 
generated on Fri, 24 Feb 2012 03:47:05 GMT