awips2/nativeLib/rary.ohd.whfs/inc/riverpro/check_conditions.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

61 lines
1.6 KiB
C

/*********************************************************************
check_conditions.h
PURPOSE
Include file for function prototypes.
NOTES
******************************************************************/
#ifndef CHECK_CONDITIONS_H
#define CHECK_CONDITIONS_H
#include "rpf_err_defs.h" /* definitions */
#include "template_err_defs.h"
#include "rpf_general_defs.h"
#include "function_defs.h"
#include "fp_struct.h" /* structures */
#include "grp_struct.h"
#include "county_struct.h"
#include "misc_struct.h"
#include "pcc_struct.h"
#include "temp_info_struct.h"
#include "temp_item_struct.h"
#include "vtecinfo_struct.h"
#include "load_variable_value.h" /* protos */
#include "eval_condit.h"
#include "rpf_converts.h"
#include "rpf_logs.h"
void check_conditions(const int id_index,
fp_struct *fp,
grp_struct *grp,
const int numcnty,
county_struct *cnty,
misc_struct *misc,
vtecinfo_struct *vtecinfo,
pcc_struct *pcc,
const int product_section,
template_info_struct *template_info);
void load_condition_data(const int id_index,
fp_struct *fp,
grp_struct *grp,
const int numcnty,
county_struct *cnty,
misc_struct *misc,
vtecinfo_struct *vtecinfo,
pcc_struct *pcc,
const int stacknum,
const int product_section,
template_info_struct *template_info);
#endif