Former-commit-id:06a8b51d6d
[formerly9f19e3f712
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]] Former-commit-id:9f19e3f712
Former-commit-id:a02aeb236c
26 lines
886 B
C
26 lines
886 B
C
/*******************************************************************************
|
|
* FILENAME: update_rawPP.h
|
|
* GENERAL INFORMATION:
|
|
* DESCRIPTION: Contains the prototype for the update_rawPP routine.
|
|
*
|
|
* ORIGINAL AUTHOR: Bryon Lawrence
|
|
* CREATION DATE: January 12, 2005
|
|
* ORGANIZATION: OHD/HSEB
|
|
* MACHINE: Redhat Linux
|
|
* MODIFICATION HISTORY:
|
|
* DATE PROGRAMMER DESCRIPTION/REASON
|
|
* 1/12/05 Bryon Lawrence Original coding
|
|
********************************************************************************
|
|
*/
|
|
|
|
#ifndef UPDATE_RAWPP_H
|
|
#define UPDATE_RAWPP_H
|
|
|
|
void update_rawPP ( const char * obstime,
|
|
const char * lid,
|
|
const char * ts,
|
|
char shef_qual_code,
|
|
int dur,
|
|
float value );
|
|
|
|
#endif /* #ifndef UPDATE_RAWPP_H */
|