g2_unpack4.c(3) | Library Functions Manual | g2_unpack4.c(3) |
g2_unpack4.c - Unpack Section 4 (Product Definition Section) of a GRIB2 message.
#include 'grib2_int.h'
#include <stdio.h>
#include <stdlib.h>
g2int g2_unpack4 (unsigned char *cgrib, g2int
*iofst, g2int *ipdsnum, g2int **ipdstmpl, g2int
*mappdslen, float **coordlist, g2int *numcoord)
Unpack Section 4 (Product Definition Section) of a GRIB2 message.
Unpack Section 4 (Product Definition Section) of a GRIB2 message.
Author
Date
Definition in file g2_unpack4.c.
Unpack Section 4 (Product Definition Section) of a GRIB2 message.
Date Programmer Comments 2002-10-31 Gilbert Initial 2009-01-14 Vuong Changed structure name template to gtemplate
Parameters
Returns
Author
Date
Definition at line 45 of file g2_unpack4.c.
References gtemplate::ext, gtemplate::extlen, extpdstemplate(), G2_NO_ERROR, G2_UNPACK4_BAD_PDT, G2_UNPACK_BAD_SEC, G2_UNPACK_NO_MEM, gbit(), gbits(), getpdstemplate(), gtemplate::map, gtemplate::maplen, gtemplate::needext, and rdieee().
Referenced by g2_getfld().
Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.
Version 2.1.0 | NCEPLIBS-g2c |