Main Page   Data Structures   File List   Data Fields   Globals  

umtz_bat_ Struct Reference

#include <umtzlib.h>


Data Fields

char cdata [3 *MTZRECLEN]
int idata [MTZBATINT]
float fdata [MTZBATFLT]


Detailed Description

A batch record.

Contains an array of characters, an array of ints and an array of floats.


Field Documentation

char umtz_bat_::cdata
 

The string representation of the 3 batch headers.

The string representation of the 3 batch headers: BH, TITLE, BHCH. Each most be padded with space to 80 characters. The BH header determines how many ints and floats are used.

float umtz_bat_::fdata
 

The float data for the batch.

int umtz_bat_::idata
 

The integer data for the batch.


The documentation for this struct was generated from the following files:
Generated at Fri Dec 14 11:37:56 2001 by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001