SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprSspStoreInfo Struct Reference
+ Collaboration diagram for SprSspStoreInfo:

Data Fields

char * name
 
int recalled
 flag: indicates that the data is recalled More...
 
SprSspDlistdelay_list
 list of frames in the FIFO buffer More...
 
SprSspDlist ** link_dlist
 link field (next) for new frame that has to be stored More...
 
SprSspDlistfree_frame
 a free frame (recalled) More...
 
void * free_data
 a free data buffer (recalled) More...
 
short * sel_list
 paramters to copy in the buffer More...
 
void * source
 source for ssp_paste(PASTE_STORE,...) actions More...
 
const SprDTtype
 data type of one element More...
 
int vlen
 #parameters in frame to store More...
 
int el_size
 size of one element More...
 
int vlen_bytes
 size of frame to store in bytes More...
 
void * last_recall
 pointer to last recall (during setup only) More...
 
SprSspDescssp_des
 needed for error handling More...
 

Field Documentation

char* SprSspStoreInfo::name
int SprSspStoreInfo::recalled

flag: indicates that the data is recalled

SprSspDlist* SprSspStoreInfo::delay_list

list of frames in the FIFO buffer

SprSspDlist** SprSspStoreInfo::link_dlist

link field (next) for new frame that has to be stored

SprSspDlist* SprSspStoreInfo::free_frame

a free frame (recalled)

void* SprSspStoreInfo::free_data

a free data buffer (recalled)

short* SprSspStoreInfo::sel_list

paramters to copy in the buffer

void* SprSspStoreInfo::source

source for ssp_paste(PASTE_STORE,...) actions

const SprDT* SprSspStoreInfo::type

data type of one element

int SprSspStoreInfo::vlen

#parameters in frame to store

int SprSspStoreInfo::el_size

size of one element

int SprSspStoreInfo::vlen_bytes

size of frame to store in bytes

void* SprSspStoreInfo::last_recall

pointer to last recall (during setup only)

SprSspDesc* SprSspStoreInfo::ssp_des

needed for error handling