simunpack.c(3) | Library Functions Manual | simunpack.c(3) |
simunpack.c - Unpack a data field that was packed using a simple packing algorithm.
#include 'grib2_int.h'
#include <stdio.h>
#include <stdlib.h>
g2int simunpack (unsigned char *cpack, g2int
*idrstmpl, g2int ndpts, float *fld)
Unpack a data field that was packed using a simple packing algorithm, using
info from the GRIB2 Data Representation Template 5.0.
Unpack a data field that was packed using a simple packing algorithm.
Author
Date
Definition in file simunpack.c.
Unpack a data field that was packed using a simple packing algorithm, using info from the GRIB2 Data Representation Template 5.0.
Parameters
Returns
Author
Date
Definition at line 28 of file simunpack.c.
References G2_JPCUNPACK_MEM, G2_NO_ERROR, gbits(), int_power(), LOG, and rdieee().
Referenced by g2c_unpack7_int().
Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.
Version 2.1.0 | NCEPLIBS-g2c |