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

Data Fields

char * name
 name of the stream (named buffer) More...
 
char * optional_used
 
const SprDTtype
 expected data type More...
 
int vlen
 expected length of the vector More...
 
int vlen_bytes
 length in bytes More...
 
void * dest
 destination of the data More...
 
struct spr_t_ssp_as * next
 

Detailed Description

allow multiple output streams (on main stream + multiple auxilary streams)

Field Documentation

char* SprSspAS::name

name of the stream (named buffer)

char* SprSspAS::optional_used

indicates whether an auxilary stream is optional (non NULL pointer) and was used or not (content of the pointer)

const SprDT* SprSspAS::type

expected data type

int SprSspAS::vlen

expected length of the vector

int SprSspAS::vlen_bytes

length in bytes

void* SprSspAS::dest

destination of the data

struct spr_t_ssp_as* SprSspAS::next