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

48 lines
1.6 KiB
C

/*******************************************************************************
* FILENAME: gage_table_RFCW.h
* GENERAL INFORMATION:
* DESCRIPTION: This header file contains the prototypes for the
* create_gage_table_RFCW, table_data_RFCW,
* change_rc_RFCW, sort_RFCW, and v_scrollbar_moved_RFCW
* routines.
*
* ORIGINAL AUTHOR: Bryon Lawrence
* CREATION DATE: February 7, 2002
* ORGANIZATION: OHD / HSEB
* MACHINE: HP-UX / Dell Linux
* MODIFICATION HISTORY:
* DATE PROGRAMMER DESCRIPTION/REASON
* Feburary 7, 2002 Bryon Lawrence Original Coding
********************************************************************************
*/
#ifndef GAGE_TABLE_RFCW_H
#define GAGE_TABLE_RFCW_H
#include <Xm/Xm.h>
#include "display_field_data_RFCW.h"
#include "menus.h"
#include "stage3.h"
void change_rc_RFCW ( cb_struct * cb_data ) ;
void create_gage_table_RFCW ( draw_struct * data ) ;
void free_gage_table_memory ( ) ;
void init_gage_table_memory ( ) ;
void sort_RFCW ( Widget w , XtPointer clientdata , XtPointer calldata ) ;
char * table_data_RFCW ( int i , int j ) ;
void v_scrollbar_moved_RFCW ( Widget w , XtPointer clientdata ,
XtPointer calldata ) ;
void lookup_mosaic_data ( int ** data_array_tmp , gage_struct *gage ,
enum DisplayFieldData display_array ) ;
void lookup_radar_index ( int ** data_array_field , gage_struct * gage );
void data_array_free_memory ( int *** data_array_tmp ) ;
#endif /* #ifndef GAGE_TABLE_RFCW_H */