struct MEIO

input/output files.

[more]char name[120]
file name.
[more]char stream[80]
stream name.
[more]char zoption[8]
Zebra options for FZFILE.
[more]char bit
logical unit associated to bit N (=132).
[more]int pack
0: no io package; 1: Zebra IO.
[more]int iostat
IO status (from INQUIRE, OPEN, CLOSE, REWIND).
[more]int flag
-1: unused; 0 reserved; 1: file name specified;.
[more]int rleng
0: sequential data set; >0: record length.
[more]int format
1: formatted IO; 0: unformatted; -1: unknown.
[more]int concat
pointer to concatenated data set.
[more]int current
pointer to to the file currently being open.
[more]int nrec
number of records.
[more]int table
next table on input file.
[more]int fskip
flag: skip.
[more]int nskip
number of events to be skipped.
[more]int cfopen
pointer from cfopen.
[more]float maxout
maximum number of bytes for output files.


Documentation

input/output files.
ochar name[120]
file name.

ochar stream[80]
stream name.

ochar zoption[8]
Zebra options for FZFILE.

ochar bit
logical unit associated to bit N (=132).

oint pack
0: no io package; 1: Zebra IO.

2: gpack

oint iostat
IO status (from INQUIRE, OPEN, CLOSE, REWIND).

oint flag
-1: unused; 0 reserved; 1: file name specified;.

2: open at begin of file; 3: open; 4: end-of-file/closed (?); 5: closed.

oint rleng
0: sequential data set; >0: record length.

oint format
1: formatted IO; 0: unformatted; -1: unknown.

oint concat
pointer to concatenated data set.

oint current
pointer to to the file currently being open.

oint nrec
number of records.

oint table
next table on input file.

oint fskip
flag: skip.

oint nskip
number of events to be skipped.

oint cfopen
pointer from cfopen.

ofloat maxout
maximum number of bytes for output files.

Alphabetic index



This page was generated with the help of DOC++.