awips2/ncep/gov.noaa.nws.ncep.viz.rsc.ncgrid/dgdriv_c/bfrcmn.h
Steve Harris 40aa780b3d 12.4.1-10 baseline
Former-commit-id: 7fa9dbd5fb [formerly 4bfbdad17d] [formerly 9f8cb727a5] [formerly 8485b90ff8 [formerly 9f8cb727a5 [formerly bf53d06834caa780226121334ac1bcf0534c3f16]]]
Former-commit-id: 8485b90ff8
Former-commit-id: 73930fb29d0c1e91204e76e6ebfdbe757414f319 [formerly a28d70b5c5]
Former-commit-id: 33a67cdd82
2012-05-01 18:06:13 -05:00

18 lines
593 B
C

/************************************************************************
* 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"