metaonly module ti.sdo.fc.ires.shmbuf.SHMBUF |
 |
Linux shared memory IRES Resman and Protocol Implementation
metaonly module SHMBUF { ...
XDCscript usage |
meta-domain |
var SHMBUF = xdc.useModule('ti.sdo.fc.ires.shmbuf.SHMBUF');
module-wide config parameters
metaonly module SHMBUF {
module-wide config parameters
}
config SHMBUF.bufsize // module-wide |
 |
The length of the buffer resource
XDCscript usage |
meta-domain |
SHMBUF.bufsize = UInt32 0;
config SHMBUF.key // module-wide |
 |
Key to identify buffer
XDCscript usage |
meta-domain |
SHMBUF.key = UInt32 0x53425546;
config SHMBUF.persistentAllocFxn // module-wide |
 |
Function for allocating memory for SHMBUF's internal objects
XDCscript usage |
meta-domain |
SHMBUF.persistentAllocFxn = String null;
config SHMBUF.persistentFreeFxn // module-wide |
 |
Function for freeing memory used by SHMBUF implementation's
internal objects
XDCscript usage |
meta-domain |
SHMBUF.persistentFreeFxn = String null;
DETAILS
This is not required to be set.
generated on Mon, 20 Sep 2010 23:50:06 GMT