| int rawfp; |
File descriptor for the data file. |
| int inxfp; |
File descriptor for the index file. (Redundant) |
| struct stat rstat; |
File status for the data file. |
| struct stat istat; |
File status for the index file. (Redundant) |
| double ctime; |
Current record time of the file, specified as seconds from 0:00UT January 1, 1970. |
| double stime; |
Start time of the file, specified as seconds from 0:00UT January 1, 1970. |
| int frec; |
Byte offset to first data record in the file. |
| int rlen; |
Length in bytes of each record in the file. |
| int ptr; |
Current offset in bytes in the file. |
| int thr; |
Lag-zero power threshold level. |
| int major_rev; |
File major revision number. |
| int minor_rev; |
File minor revision number. |
int (*rawread)(struct OldRawFp *fp,struct RadarParm *prm, struct RawData *raw); |
Pointer to the function that reads records from the file. |