g2_unpack2.c(3) | Library Functions Manual | g2_unpack2.c(3) |
g2_unpack2.c - Unpack Section 2 (Local Use Section) of a GRIB2 message.
#include 'grib2_int.h'
#include <stdio.h>
#include <stdlib.h>
g2int g2_unpack2 (unsigned char *cgrib, g2int
*iofst, g2int *lencsec2, unsigned char **csec2)
Unpack Section 2 (Local Use Section) of a GRIB2 message.
Unpack Section 2 (Local Use Section) of a GRIB2 message.
Author
Date
Definition in file g2_unpack2.c.
Unpack Section 2 (Local Use Section) of a GRIB2 message.
Date Programmer Comments 2002-10-31 Gilbert Initial 2008-12-23 Wesley Initialize lencsec2 Length of Local Use data 2010-08-05 Vuong If section 2 has zero length, ierr=0
Parameters
Returns
Author
Date
Definition at line 37 of file g2_unpack2.c.
References G2_NO_ERROR, G2_UNPACK_BAD_SEC, G2_UNPACK_NO_MEM, and gbit().
Referenced by g2_getfld().
Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.
Version 2.1.0 | NCEPLIBS-g2c |