metaonly module ti.sdo.ce.node.NODE |
 |
NODE Configuration
metaonly module NODE { ...
XDCscript usage |
meta-domain |
var NODE = xdc.useModule('ti.sdo.ce.node.NODE');
module-wide config parameters
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 |
config NODE.OBJSEG // module-wide |
 |
Allocate node instances from this MEM seg id
XDCscript usage |
meta-domain |
generated on Mon, 20 Sep 2010 23:50:24 GMT