|
TPCCLIB
|
#include <tpcift.h>
Data Fields | |
| char | comment |
| short int | sw |
| char * | key |
| char * | value |
| char IFT_ITEM::comment |
Comment line, starting with '#': 0=not, 1=yes.
Definition at line 27 of file tpcift.h.
Referenced by iftCopyItems(), iftDelete(), iftDuplicate(), iftPut(), iftWriteItem(), parReadFIT(), parReadRES(), parWriteCSV(), tacReadAllogg(), tacReadGEMS(), tacReadOldAllogg(), and tacReadScanditronics().
| char* IFT_ITEM::key |
Pointer to the NULL terminated key string; NULL if not allocated; Set or change this only using dedicated functions.
Definition at line 32 of file tpcift.h.
Referenced by abssWrite(), iftCopyItems(), iftDelete(), iftDeleteDuplicateKeys(), iftDuplicate(), iftFindKey(), iftFindNrOfKeys(), iftFindPair(), iftFree(), iftPut(), iftReplaceKey(), iftSearchKey(), iftWriteItem(), parAllocateWithTAC(), parFromIFT(), parRead(), parReadFIT(), parReadRES(), parToIFT(), tacAllocateWithPAR(), tacReadAllogg(), tacReadGEMS(), tacReadOldAllogg(), and tacReadScanditronics().
| short int IFT_ITEM::sw |
Undefined short integer for the use of programmer.
Definition at line 29 of file tpcift.h.
Referenced by iftDelete(), iftDuplicate(), and iftPut().
| char* IFT_ITEM::value |
Pointer to the NULL terminated key value string; NULL if not allocated. Set or change this only using dedicated functions. If this field is used to store decimal number or list of decimal numbers, then do NOT use decimal commas.
Definition at line 37 of file tpcift.h.
Referenced by abssWrite(), dcmFileList(), dcmFileRemove(), dcmMListRead(), ecatWriteMainheader(), iftCheckKeyValue(), iftCheckKeyValues(), iftCopyItems(), iftDelete(), iftDuplicate(), iftFindPair(), iftFree(), iftGetDouble(), iftGetDoubleValue(), iftGetDoubleWithUnit(), iftGetFloat(), iftGetInt(), iftGetUInt(), iftPut(), iftReplaceValue(), iftSearchValue(), iftWriteItem(), parAllocateWithTAC(), parFromIFT(), parIsOptcrit(), parIsStudyNr(), parRead(), parReadCSV(), parReadFIT(), parReadRES(), parToIFT(), parWriteCSV(), parWriteFIT(), parWriteRES(), pathRemoveFiles(), tacAllocateWithPAR(), tacGetHeaderDecayCorrection(), tacGetHeaderInjectiontime(), tacGetHeaderIsotope(), tacGetHeaderScanstarttime(), tacGetHeaderStudynr(), tacGetHeaderTimeunit(), tacGetHeaderUnit(), tacReadAllogg(), tacReadGEMS(), tacReadOldAllogg(), and tacReadScanditronics().