TPCCLIB
|
#include <libtpcmisc.h>
Data Fields | |
int | keyNr |
int | type |
const char * | status |
IFT_KEY_AND_VALUE * | item |
size_t | datasize |
unsigned char * | data |
IFT struct
Definition at line 264 of file libtpcmisc.h.
unsigned char* IFT::data |
Pointer to binary data; not yet supported
Definition at line 283 of file libtpcmisc.h.
Referenced by iftEmpty(), and iftInit().
size_t IFT::datasize |
Size of binary data (in bytes); not yet supported
Definition at line 281 of file libtpcmisc.h.
Referenced by iftEmpty(), and iftInit().
IFT_KEY_AND_VALUE* IFT::item |
List of key-value -pairs
Definition at line 279 of file libtpcmisc.h.
Referenced by cptReadOne(), dft_fill_hdr_from_IFT(), ecat7MainheaderFromIFT(), ecat7WriteSubheaderFromIFT(), hrrtMakeCalHdr(), iftDeleteItem(), iftdup(), iftEmpty(), iftFindNthKey(), iftFindNthValue(), iftGet(), iftGetDoubleValue(), iftGetFloatValue(), iftGetFrom(), iftGetFullmatchFrom(), iftGetIntValue(), iftGetKeyNr(), iftGetNth(), iftInit(), iftPut(), iftReadValue(), iftReplaceNthValue(), iftWriteItem(), imgGetMicropetHeader(), interfileIsHeader(), irdRead(), niftiHeaderFromIFT(), readEcat931Calibrationfile(), tsvRead(), vrdRead(), and xelRead().
int IFT::keyNr |
Number of stored keys and their values
Definition at line 270 of file libtpcmisc.h.
Referenced by cptReadOne(), defRead(), dftRead(), ecat7MainheaderFromIFT(), ecat7WriteSubheaderFromIFT(), iftDeleteItem(), iftdup(), iftEmpty(), iftFindNthKey(), iftFindNthValue(), iftGet(), iftGetDoubleValue(), iftGetFloatValue(), iftGetFrom(), iftGetFullmatchFrom(), iftGetIntValue(), iftGetKeyNr(), iftGetNth(), iftInit(), iftPut(), iftRead(), iftReadValue(), iftReplaceNthValue(), iftWrite(), iftWriteItem(), imgGetMicropetHeader(), imgInfo(), imgReadMicropetFrame(), interfileIsHeader(), irdRead(), niftiHeaderFromIFT(), readEcat931Calibrationfile(), tsvRead(), vrdRead(), and xelRead().
const char* IFT::status |
Pointer to a status message
Definition at line 277 of file libtpcmisc.h.
Referenced by cptReadOne(), iftdup(), iftSetStatus(), irdRead(), tsvRead(), vrdRead(), and xelRead().
int IFT::type |
Type of the parameter file: 0=unknown, 1=interfile ':=' , 2=setup '=', 3=result ':', 4=space ' ' 5=tab, 6=',', 7=';'
Definition at line 275 of file libtpcmisc.h.
Referenced by defRead(), iftdup(), iftRead(), and iftWriteItem().