awips2/nativeLib/rary.ohd.pproc/inc/insert_pseudo_RFCW.h
root 06a8b51d6d Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

24 lines
1,013 B
C

/*******************************************************************************
* FILENAME: insert_pseudo_RFCW.h
* GENERAL INFORMATION:
* DESCRIPTION: This routine contains the prototype for the
* insert_pseudo_RFCW routine.
* ORIGINAL AUTHOR: Bryon Lawrence
* CREATION DATE: February 11, 2002
* ORGANIZATION: OHD / HSEB
* MACHINE: HP-UX / Dell Linux
* MODIFICATION HISTORY:
* DATE PROGRAMMER DESCRIPTION/REASON
* February 11, 2002 Bryon Lawrence Original Coding
* November 4, 2004 Bryon Lawrence Added const qualifier to gid
* parameter of insert_pseudo_RFCW.
********************************************************************************
*/
#ifndef INSERT_PSEUDO_RFCW_H
#define INSERT_PSEUDO_RFCW_H
void insert_pseudo_RFCW ( const char *gid , char *dt , float lat , float lon ,
float val ) ;
#endif /* #ifndef INSERT_PSEUDO_RFCW_H */