metaonly module ti.sdo.fc.ires.shmbuf.SHMBUF

Linux shared memory IRES Resman and Protocol Implementation

XDCspec summary sourced in ti/sdo/fc/ires/shmbuf/SHMBUF.xdc
metaonly module SHMBUF {  ...
XDCscript usage meta-domain
var SHMBUF = xdc.useModule('ti.sdo.fc.ires.shmbuf.SHMBUF');
module-wide config parameters
    SHMBUF.key// Key to identify buffer = UInt32 0x53425546;
 
XDCspec declarations sourced in ti/sdo/fc/ires/shmbuf/SHMBUF.xdc
 
metaonly module SHMBUF {
module-wide config parameters
    config UInt32 bufsize// The length of the buffer resource = 0;
    config UInt32 key// Key to identify buffer = 0x53425546;
}
 
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