Main Page   Interface   Data Structures   File List   Data Fields   Globals  

ctl Struct Reference

Control structure. More...


Data Fields

int status
const char * iName
const char * oName
int oFree
int level
opt options
FPGA_ttfFh iFh
FILE * oFile
int iSize
int bSize
int bUsed
int cSize
int cUsed
const char * dName
FPGA_ttcHdr * hdr
unsigned char * bBuf
unsigned char * cBuf
int dmpCnt


Detailed Description

Control structure.

This structure contains all the parameters which control the input and output and display options.


Field Documentation

unsigned char* ctl::bBuf
 

Pointer to the binary buffer

int ctl::bSize
 

Binary buffer size (available)

int ctl::bUsed
 

Binary buffer size (used )

unsigned char* ctl::cBuf
 

Compress buffer

int ctl::cSize
 

Compressd buffer size (available)

int ctl::cUsed
 

Uncompress buffer size (used)

int ctl::dmpCnt
 

Number of input values to dump

const char* ctl::dName
 

What to name the data

FPGA_ttcHdr* ctl::hdr
 

Pointer to the header

FPGA_ttfFh ctl::iFh
 

Input file handle

const char* ctl::iName
 

Input file name

int ctl::iSize
 

Input file size

int ctl::level
 

Compression level

FILE* ctl::oFile
 

Output file descriptor

int ctl::oFree
 

oName was allocated, need to free it

const char* ctl::oName
 

Output file name

struct opt ctl::options
 

Option flags

int ctl::status
 

Status summary


The documentation for this struct was generated from the following file:
Generated on Mon Mar 4 17:42:33 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002