|
NCEPLIBS-g2c
1.6.4
|
Searches a file for the next GRIB message. More...
Go to the source code of this file.
Functions | |
| void | seekgb (FILE *lugb, g2int iseek, g2int mseek, g2int *lskip, g2int *lgrib) |
| This subprogram searches a file for the next GRIB Message. More... | |
This subprogram searches a file for the next GRIB Message.
The search is done starting at byte offset iseek of the file referenced by lugb for mseek bytes at a time. If found, the starting position and length of the message are returned in lskip and lgrib, respectively. The search is terminated when an EOF or I/O error is encountered.
PROGRAM HISTORY LOG:
| lugb | FILE pointer for the file to search. File must be opened before this routine is called. |
| iseek | number of bytes in the file to skip before search. |
| mseek | number of bytes to search at a time. |
| lskip | number of bytes to skip from the beggining of the file to where the GRIB message starts. |
| lgrib | number of bytes in message (set to 0, if no message found). |
Definition at line 32 of file seekgb.c.
References gbit().