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

44 lines
1.1 KiB
C

/*********************************************************************
rpf_stack.h
PURPOSE
Include file for function prototypes.
NOTES
******************************************************************/
#ifndef RPF_STACK_H
#define RPF_STACK_H
#include "rpf_logs.h" /* protos */
#include "template_err_defs.h" /* definitions */
#include "template_defs.h"
#include "rpf_err_defs.h"
#include "temp_item_struct.h" /* structures */
#include "temp_info_struct.h"
/*void expr_pushstack(const itemtypes type,
const values value,
const int varindex,
const int slot,
template_item_struct *template_item);
*/
void expr_pushstack(const itemtypes type,
const values value,
varinfo_struct varinfo,
const int slot,
template_item_struct *template_item);
void expr_popstack(const int slot,
const int num_to_pop,
const int stacksize,
template_item_struct *template_item);
void free_template_memory(template_info_struct *template_info);
#endif