Source Code for polish.h
This file is the associated header file for polish.c.
#define COLS 24
/* these define the entries in the data array in the record structure */
#define RA 0
#define RB 1
#define RC 2
#define T1 3
#define T2 4
#define T3 5
#define T4 6
#define CRC1 7
#define RD 8
#define RE 9
#define RG 10
#define T5 11
#define T6 12
#define T7 13
#define T8 14
#define CRC2 15
#define RF 16
#define RH 17
#define STAT 18
#define T9 19
#define T10 20
#define T11 21
#define T12 22
#define CRC3 23
/* this stores the current input record */
typedef struct
{ int yr;
double fldoy;
long sk;
int data[COLS];
} RECORD;
Back to the Galileo HIC Homepage
Last Revised: Saturday May 10, 1997