awips2/nativeLib/rary.ohd.pproc/inc/display_field.h
root 133dc97f67 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 06a8b51d6d [formerly 9f19e3f712 [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]
Former-commit-id: 9f19e3f712
Former-commit-id: a02aeb236c
2012-01-06 08:55:05 -06:00

27 lines
968 B
C

/*******************************************************************************
* FILENAME: display_field.h
* GENERAL INFORMATION:
* DESCRIPTION: Contains the prototypes for the "display_field"
* and "display_field_free_memory" routines.
*
* ORIGINAL AUTHOR: Bryon Lawrence
* CREATION DATE: February 27, 2002
* ORGANIZATION: HSEB / OHD
* MACHINE: HP Unix / Dell Linux
* MODIFICATION HISTORY:
* DATE PROGRAMMER DESCRIPTION/REASON
* 2/27/02 Bryon Lawrence Original Coding
********************************************************************************
*/
#ifndef DISPLAY_FIELD_H
#define DISPLAY_FIELD_H
#include <Xm/Xm.h>
int display_mpe_data ( int map_index ) ;
void display_field ( char fname [ ] , int len_fname, int map_index ) ;
void display_field_free_memory ( ) ;
void initialize_display_memory ( int map_index );
#endif /* #ifndef DISPLAY_FIELD_H */