NCEPLIBS-bufr
12.1.0
|
Declare variables for reading or writing BUFR messages via a C language interface. More...
Go to the source code of this file.
Variables | |
fpos_t * | lstpos |
Byte positions of last successful reads from files corresponding to pb, for files that were opened for reading. More... | |
FILE ** | pb |
File pointers. More... | |
Declare variables for reading or writing BUFR messages via a C language interface.
These variables are used by the C language interface which encompasses functions openrb(), openwb(), openab(), backbufr(), cewind(), closfb(), crdbufr() and cwrbufr().
When allocated, these variables are dimensioned as one larger than NFILES because of the difference in array indexing between Fortran and C. In each function, the value passed in for nfile will be a Fortran file ID ranging in value from 1 to NFILES, so we need to allow for this same range of values in C, which would otherwise expect the array indices to range from 0 to NFILES-1.
Definition in file cread.h.
|
extern |
Byte positions of last successful reads from files corresponding to pb, for files that were opened for reading.
Referenced by arallocc(), ardllocc(), backbufr(), and crdbufr().
|
extern |
File pointers.
Referenced by arallocc(), ardllocc(), backbufr(), cewind(), closfb(), crdbufr(), cwrbufr(), openab(), openrb(), and openwb().