SPRAAK
|
Data Fields | |
char * | name |
name of the stream (named buffer) More... | |
char * | optional_used |
const SprDT * | type |
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 |
allow multiple output streams (on main stream + multiple auxilary streams)
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 |