My Project
Data Fields
IFT Struct Reference

#include <ift.h>

Collaboration diagram for IFT:
Collaboration graph

Data Fields

int _memNr
 
int keyNr
 
int type
 
char * status
 
IFT_KEY_AND_VALUEitem
 
size_t datasize
 
unsigned char * data
 

Field Documentation

◆ _memNr

int IFT::_memNr

Number of allocated places for keys and values

Referenced by iftEmpty(), iftInit(), and iftPut().

◆ data

unsigned char* IFT::data

Pointer to binary data; not yet supported

Referenced by iftEmpty(), and iftInit().

◆ datasize

size_t IFT::datasize

Size of binary data (in bytes); not yet supported

Referenced by iftEmpty(), and iftInit().

◆ item

IFT_KEY_AND_VALUE* IFT::item

◆ keyNr

int IFT::keyNr

◆ status

char* IFT::status

Pointer to a status message

Referenced by iftSetStatus().

◆ type

int IFT::type

Type of the parameter file: 0=unknown, 1=interfile ':=' , 2=setup '=', 3=result ':'

Referenced by iftRead(), and iftWriteItem().


The documentation for this struct was generated from the following file: