awips2/nativeLib/rary.ohd.pproc/inc/read_rresult.h
Chip Gobs e42bef2a33 VLab Issue #3454 (OHD Dual-Pol enhancements for MPE and HPE/HPN (DCS #167,DCS #168) and PostAnalysis (DR #9784) )
Change-Id: Id96c25de545144d769309fef608c431d67d1bada

Former-commit-id: 1f43b57d7dffe0d1c4002ff9f1dd789a47b97734
2014-05-06 10:48:35 -04:00

28 lines
952 B
C

/*******************************************************************************
* FILENAME: read_rresult.h
* GENERAL INFORMATION:
* DESCRIPTION: This file contains the prototype for the
* read_rresult routine in the read_rresult.ec
* source file.
* ORIGINAL AUTHOR: Hmap_mpe Team
* CREATION DATE: February 6, 2002
* ORGANIZATION: OHD / HSEB
* MACHINE: HP-UX / Dell Linux
* MODIFICATION HISTORY:
* DATE PROGRAMMER DESCRIPTION/REASON
* February 6, 2002 Bryon Lawrence Original Coding
********************************************************************************
*/
#ifndef READ_RRESULT_H
#define READ_RRESULT_H
#include "read_rresult.h"
enum RadarIgnoreFlag { DontIgnoreRadar , IgnoreRadar } ;
void read_rresult ( char * datetime ) ;
void read_DAArresult ( char * datetime ) ;
#endif /* #ifndef READ_RRESULT_H */