g2_unpack6.c(3) | Library Functions Manual | g2_unpack6.c(3) |
g2_unpack6.c - Unpack Section 6 (Bit-Map Section) of a GRIB2 message.
#include 'grib2_int.h'
#include <stdio.h>
#include <stdlib.h>
g2int g2_unpack6 (unsigned char *cgrib, g2int
*iofst, g2int ngpts, g2int *ibmap, g2int **bmap)
Unpack Section 6 (Bit-Map Section) of a GRIB2 message.
Unpack Section 6 (Bit-Map Section) of a GRIB2 message.
Author
Date
Definition in file g2_unpack6.c.
Unpack Section 6 (Bit-Map Section) of a GRIB2 message.
Parameters
bmap Pointer to an integer array containing decoded bitmap. (if ibmap=0)
Returns
Author
Date
Definition at line 32 of file g2_unpack6.c.
References G2_NO_ERROR, G2_UNPACK_BAD_SEC, G2_UNPACK_NO_MEM, gbit(), and gbits().
Referenced by g2_getfld().
Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.
Version 2.1.0 | NCEPLIBS-g2c |