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

Linux shared memory IRES Resman and Protocol Implementation

XDCscript usage meta-domain sourced in ti/sdo/fc/ires/shmbuf/SHMBUF.xdc
 
config SHMBUF.bufsize  // module-wide

The length of the buffer resource

XDCscript usage meta-domain
SHMBUF.bufsize = UInt32 0;
 
 
config SHMBUF.enableLog  // module-wide
XDCscript usage meta-domain
SHMBUF.enableLog = Bool undefined;
 
 
config SHMBUF.isShared  // module-wide

Can the buffer be assigned to multiple algorithms? If so, algorithms should not access the buffer simultaneously

XDCscript usage meta-domain
SHMBUF.isShared = Bool true;
 
 
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, 16 Apr 2012 07:09:46 GMT