metaonly module ti.sdo.ce.node.NODE

NODE Configuration

XDCspec summary sourced in ti/sdo/ce/node/NODE.xdc
metaonly module NODE {  ...
XDCscript usage meta-domain
var NODE = xdc.useModule('ti.sdo.ce.node.NODE');
module-wide config parameters
 
XDCspec declarations sourced in ti/sdo/ce/node/NODE.xdc
package ti.sdo.ce.node;
 
metaonly module 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 Mon, 20 Sep 2010 23:50:24 GMT