metaonly module ti.sdo.fc.ires.bufres.BUFRES

Bufres IRES Resman and Protocol Implementation

XDCspec summary sourced in ti/sdo/fc/ires/bufres/BUFRES.xdc
metaonly module BUFRES {  ...
XDCscript usage meta-domain
var BUFRES = xdc.useModule('ti.sdo.fc.ires.bufres.BUFRES');
module-wide config parameters
 
XDCspec declarations sourced in ti/sdo/fc/ires/bufres/BUFRES.xdc
 
metaonly module BUFRES {
module-wide config parameters
}
 
config BUFRES.bufBase  // module-wide

Base address of the buffer resource

XDCscript usage meta-domain
BUFRES.bufBase = Ptr null;
 
 
config BUFRES.bufLength  // module-wide

The length of the buffer resource

XDCscript usage meta-domain
BUFRES.bufLength = UInt 0;
 
 
config BUFRES.persistentAllocFxn  // module-wide

Function for allocating persistent memory for BUFRES's internal objects

XDCscript usage meta-domain
BUFRES.persistentAllocFxn = String "DSKT2_allocPersistent";
 
 
config BUFRES.persistentFreeFxn  // module-wide

Function for freeing persistent memory used by BUFRES implementation's internal objects

XDCscript usage meta-domain
BUFRES.persistentFreeFxn = String "DSKT2_freePersistent";
 
DETAILS
This is not required to be set.
generated on Fri, 02 Jul 2010 02:02:40 GMT