awips2/ncep/gov.noaa.nws.ncep.viz.rsc.ncgrid/dgdriv_c/bfrcmn.h
Brad Gonzales 2a3bf4ec32 Issue #628 committing PGEN code received from Plummer on 4-19-2012.
Former-commit-id: fda897d2d0 [formerly 253e8bc948] [formerly 295cbf95e5 [formerly 0816cd253c86acc699cb90866131619c4679f631]]
Former-commit-id: 295cbf95e5
Former-commit-id: ae3d17c698
2012-05-10 16:50:45 -05:00

18 lines
593 B
C
Executable file

/************************************************************************
* BFRCMN.H *
* *
* This header file defines the structures needed in FXY. *
* *
* *
* M. Li/SAIC 10/03 *
* M. Li/SAIC 05/04 Added vgftype *
***********************************************************************/
typedef struct {
char *alias; /* Pointer to alias values */
char *fxyfils; /* Pointer to FXY file names */
char *bufrout; /* Pointer to BUFR output file names */
char *vgftype; /* Pointer to VGF type name */
} bfrtbl_t;
#include "proto_bfr.h"