awips2/nativeLib/rary.ohd.whfs/inc/general/gage_pp_init.h
root 8e80217e59 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: a02aeb236c [formerly 9f19e3f712] [formerly 06a8b51d6d [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]
Former-commit-id: 06a8b51d6d
Former-commit-id: 3360eb6c5f
2012-01-06 08:55:05 -06:00

31 lines
1.1 KiB
C

/*******************************************************************************
* FILENAME: gage_pp_init.h
* DESCRIPTION: Contains the prototype for the gage_pp_init routine.
*
* ORIGINAL AUTHOR: Bryon Lawrence
* CREATION DATE: December 17, 2004
* ORGANIZATION: HSEB/OHD
* MACHINE: Linux
* MODIFICATION HISTORY:
* DATE PROGRAMMER DESCRIPTION/REASON
* Dec 17, 2004 Bryon Lawrence Original Coding
********************************************************************************
*/
#ifndef GAGE_PP_INIT_H
#define GAGE_PP_INIT_H
#include "DbmsDefs.h"
#include "gage_pp_write_rec.h"
#include "HourlyPP.h"
#include "time_convert.h"
int gage_pp_init ( HourlyPP * pHourlyPP,
const char datetime [ ANSI_YEARSEC_TIME_LEN + 1 ],
const char lid [ LOC_ID_LEN + 1 ],
const char ts [ SHEF_TS_LEN + 1 ],
short int value,
char obsdate [ OBSYTD + 1 ],
char minute_offset ,
char qc ) ;
#endif /* #ifndef GAGE_PP_INIT_H */