Mapper
|
Go to the source code of this file.
Functions | |
void | allocate_colors (int) |
void | save_selection2 () |
void | find_name () |
void | quit_callback () |
void | quit_all () |
void | other_pcpn_options () |
void | display_options () |
void | change_index_time () |
void | quality_select () |
void | change_plot () |
void | change_pcpn_zoom_mode () |
void | change_past_days () |
void | source_select () |
void | layer_select () |
void | kill_main_widget () |
void | clear_error_widget () |
void | handle_release () |
void | handle_expose () |
void | handle_motion () |
void | handle_resize () |
void | handle_mouse () |
void | screening_options () |
void | change_pcp_scaling_mode () |
void | view_temperature () |
void | view_precipitation () |
void | drt_change () |
void | get_current_data () |
void | itation () |
void | view_humidity () |
void | view_wind () |
void | view_stage () |
void | view_snow () |
void | view_watertemp () |
void | change_mode () |
void | kill_dialog () |
void | new_filter () |
void | elevation_filter () |
void | print_screen () |
void | rfs_options () |
void | hg_select () |
void | get_data () |
int | main (int argc, char *argv[]) |
void | create_area_menu () |
void | area_callback (Widget w, XtPointer client_data, XtPointer call_data) |
Widget | BuildPulldownToggleMenu (Widget parent, char *menu_title, char menu_mnemonic, struct MenuItem *items) |
Widget | BuildPulldownPushMenu (Widget parent, char *menu_title, char menu_mnemonic, struct MenuItem *items) |
Widget | AttachToCascade (Widget parent, char *label, Widget sub_menu) |
void | Create_Colors (Display *pdisplay) |
void | clear_drawable (Drawable pixw) |
void | write_screen () |
void | area_select (Widget w, XtPointer data) |
void | print_screen (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data) |
void | kill_dialog (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data) |
void | change_rain (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data) |
void | change_plot (Widget w, XtPointer data, XtPointer junk) |
void | other_pcpn_options (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data) |
void | display_options (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data) |
void | rfs_options (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data) |
void | find_name (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data) |
void | change_past_days (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data) |
void | change_pcpn_zoom_mode (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data) |
void | foreground_select () |
void | clear_backgrounds () |
void | topo_select () |
void | map_select (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data) |
void | send_expose () |
void | source_select (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data) |
void | handle_expose (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data) |
void | print_draw () |
void | handle_resize (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data) |
void | handle_motion (Widget w, XtPointer data, XEvent *p_event) |
void | handle_release (Widget w, XtPointer data, XEvent *p_event) |
void | handle_mouse (Widget w, XtPointer data, XEvent *p_event) |
void | input_time_step (Widget widget, XtPointer data, XtPointer call_data) |
void | berror (Widget widget, char *string) |
void | cerror (Widget widget, char *string) |
void | kill_widget (Widget widget, XtPointer client_data, XtPointer call_data) |
void | change_mode (Widget widget, XtPointer data, XtPointer call_data) |
void | change_index_time (Widget widget, XtPointer data, XtPointer call_data) |
void | save_selection2 (Widget w, XtPointer data, XtPointer junk) |
void | new_filter (Widget w, XtPointer data, XtPointer junk) |
void | elevation_filter (Widget w, XtPointer data, XtPointer junk) |
void | hg_select (Widget w, XtPointer data, XtPointer junk) |
void | create_drt_menu () |
void | drt_callback (Widget w, XtPointer client_data, XtPointer call_data) |
Variables | |
char | saved_hb5 [6] |
char | nexrad_file [100] |
char | savefile [100] |
char | rec_found [100] |
char * | ls [] |
char * | legend [100] |
char | find_station_buf [10] |
char | grid_file [100] |
char | station_list_file [256] |
char | hrap_file [100] |
char | data_file [100] |
char | decode_file [100] |
double | max_lat |
double | min_lat |
double | cen_lon |
float | hr1_rainfall_max =3.0 |
float | hr6_rainfall_max =7.5 |
float | hr24_rainfall_max =15.0 |
float | rainfall_level_1 [20] |
float | rainfall_level_2 [20] |
float | filter_value =-9999 |
float | delim [16] |
int | debug =0 |
int | drt =0 |
int | fgbg_number |
int | saved_j |
int | rfs_flag |
int | topo_number =-1 |
int | topo_buf [10] |
int | print_flag =0 |
int | past_time_series_days =5 |
int | future_time_series_days =5 |
int | defrain =-1 |
int | defscale =0 |
int | deflinear =0 |
int | hgflag =1 |
int | hpflag =1 |
int | nexrad_flag =-1 |
int | elevation_filter_value =-9999 |
int | init_subdisplay =0 |
int | read_data_flag =0 |
int | write_screen_flag =0 |
int | ditime [] ={30,60,120,180,240,360,540,720,1080,1440,2880,4320,5760,7200,10080} |
int | maxitimes =15 |
int | regrid_flag =-1 |
int | legend_flag =-1 |
int | max_legends =5 |
int | maxdays =7 |
int | maxhours =168 |
int | maxmonths =60 |
int | maxindex |
int | maxindex2 |
int | maxindex3 |
int | maxindex4 |
int | maxindex5 |
int | maxindex6 |
int | maxindex7 |
int | indexx |
int | dt =-1 |
int | first_through =0 |
int | rain_flag =-1 |
int | data_type =-1 |
int | max_stations |
int | plot_view =6 |
int | map_edit_flag =-1 |
int | end_year |
int | end_month |
int | end_day |
int | end_hour |
int | begin_year |
int | begin_month |
int | begin_day |
int | begin_hour |
int | begin_index |
int | end_index |
int | xh_logo [4] |
int | yh_logo [4] |
int | cursorflag [4] |
int | spoint [2] |
int | contour_flag =-1 |
int | raster_flag =-1 |
int | current_raster =-1 |
int | current_date_pointer |
int | pcpn_time_step |
int | manage_flag =1 |
int | error_widget_flag =0 |
int | pcp_in_use [50] |
int | fgbgflag =-1 |
int | pcp_map_flag =-1 |
int | pcp_flag =0 |
int | render_pcp_flag =-1 |
int | pcpn_time =0 |
int | pcpn_day =0 |
int | first_area =-1 |
int | time_step =6 |
int | time_index =0 |
int | change_map_flag =1 |
int | exp_flag =-1 |
int | contour_topo_flag =1 |
int | contour_isoh_flag =0 |
int | zoom_mode =1 |
int | edit_mode =-1 |
int | numverts |
int | xsave [10] |
int | posit |
int | ilegend_save =-1 |
int | qlegend_save =-1 |
int | add_topo_flag =-1 |
int | legend_save =-1 |
int | tlegend_save =-1 |
int | change_pcpn_flag =-1 |
int | max_width |
int | max_height |
int | display_flag =0 |
int | kscale =0 |
int | iscale =0 |
int | maxkscale =5 |
int | maxiscale =5 |
int | legendxsize |
int | legendysize =30 |
int | legendystart =10 |
int | rs =20 |
int | points_flag =-1 |
int | gridded_flag =-1 |
int | map_flag =-1 |
int | opoint [2] |
int | npoint [2] |
int | off [100] |
int | zoom =1 |
int | dflag [10] |
int | change_mode_in_flag =0 |
signed long | xclip =25 |
signed long | yclip =25 |
unsigned | car [100] |
unsigned int | sensortype |
unsigned int | w_logo [4] |
unsigned int | h_logo [4] |
unsigned long | zmap [16] |
unsigned long | xmap [16] |
unsigned long | imap [16] |
unsigned long | nmap [20] |
unsigned long | qmap [16] |
unsigned long | tmap [50] |
unsigned long | vmap [50] |
unsigned long | mmap [16] |
unsigned long | cmap [16] |
unsigned long | amap [16] |
struct sensor_rec * | sensor_rec |
struct sensor_type * | stype |
struct database | dbase |
struct sindx * | sdx |
struct number_rec * | number_rec |
struct stn_values * | stn_values |
struct save_rec | save_rec [10] |
struct sensor_file * | sfile |
struct grid * | grid |
struct saved * | fsaved |
struct custom | custom [9000] |
struct map | map [500] |
struct Cur | cursor [4] |
struct display_set | display_set [4] |
struct MenuItem | ktems [100] |
struct MenuItem | area_items [10] |
struct MenuItem | drt_items [100] |
struct save | save |
struct pcp * | pcp |
struct pcp * | spf |
struct hrap_grid * | hrap_grid |
struct topo * | topo =NULL |
struct isoh * | isoh =NULL |
struct maplayer * | smaplayer [100] |
struct datalayer * | datalayer |
struct datalayer * | sdatalayer |
struct dval | dval |
time_t | itime [500] |
time_t | dtime [500] |
time_t | xtime [500] |
time_t | htime [500] |
time_t | qtime |
Cursor | watch_cursor |
Cursor | crosshair_cursor |
Cursor | dotbox_cursor |
Dimension | owidth |
Dimension | oheight |
Display * | display |
Font | font [10] |
GC | gc |
Pixmap | pixf |
Pixmap | pixb |
Pixmap | logo [4] |
Pixmap | pixcursor [4] |
Region | region |
String | fallbacks [] ={"*fontList: -adobe-helvetica-bold-r-*-140-*",NULL} |
Widget | fgbg_toggle_button |
Widget | rowcolzoom |
Widget | widg |
Widget | mbutton [100] |
Widget | mpbutton [10] |
Widget | hgwidget [3] |
Widget | draw_dialog [10] |
Widget | bmain_window |
Widget | bdrawing_area [10] |
Widget | cerr |
Widget | mwidget [50] |
Widget | drawing_area |
Widget | menu_bar |
Widget | top_level |
Widget | main_window |
Widget | area_menu |
Widget | s_text |
Widget | start_dialog |
Widget | scrollbar |
Widget | twidget [5] |
Widget | zwidget [3] |
Widget | owidget [5] |
Widget | qwidget [10] |
Widget | bwidget [8] |
Widget | awidget [8] |
Widget | tswidget [10] |
Widget | cwidget [5] |
Widget | edwidget [5] |
Widget | bdwidget [5] |
Widget | scwidget [3] |
Widget | main_widget =NULL |
Widget | find_widget |
Widget | view_widget =0 |
Widget | diswidget [3] |
Widget | drt_menu |
Window | bwindow [20] |
Window | window |
Window | root_win |
Window | menu_bar_window |
XColor | colors [256] |
XFontStruct * | info_font [10] |
XImage * | image |
XtAppContext | app |
XtIntervalId | timer |
static int | menu_flag =0 |
static Widget | save_widget |
static int | first =0 |
static int | owin_x |
static int | owin_y |
void allocate_colors | ( | int | maxcolors | ) |
Definition at line 1006 of file mapper_test.c.
void area_callback | ( | Widget | w, |
XtPointer | client_data, | ||
XtPointer | call_data | ||
) |
Definition at line 664 of file mapper_test.c.
void area_select | ( | Widget | w, |
XtPointer | data | ||
) |
Definition at line 1266 of file mapper_test.c.
Widget AttachToCascade | ( | Widget | parent, |
char * | label, | ||
Widget | sub_menu | ||
) |
void berror | ( | Widget | widget, |
char * | string | ||
) |
Definition at line 4748 of file mapper_test.c.
Widget BuildPulldownPushMenu | ( | Widget | parent, |
char * | menu_title, | ||
char | menu_mnemonic, | ||
struct MenuItem * | items | ||
) |
Widget BuildPulldownToggleMenu | ( | Widget | parent, |
char * | menu_title, | ||
char | menu_mnemonic, | ||
struct MenuItem * | items | ||
) |
void cerror | ( | Widget | widget, |
char * | string | ||
) |
void change_index_time | ( | ) |
void change_index_time | ( | Widget | widget, |
XtPointer | data, | ||
XtPointer | call_data | ||
) |
void change_mode | ( | ) |
void change_mode | ( | Widget | widget, |
XtPointer | data, | ||
XtPointer | call_data | ||
) |
void change_past_days | ( | ) |
void change_past_days | ( | Widget | w, |
XtPointer | data, | ||
XmDrawingAreaCallbackStruct * | call_data | ||
) |
Definition at line 3896 of file mapper_test.c.
void change_pcp_scaling_mode | ( | ) |
void change_pcpn_zoom_mode | ( | ) |
void change_pcpn_zoom_mode | ( | Widget | w, |
XtPointer | data, | ||
XmDrawingAreaCallbackStruct * | call_data | ||
) |
void change_plot | ( | ) |
void change_plot | ( | Widget | w, |
XtPointer | data, | ||
XtPointer | junk | ||
) |
void change_rain | ( | Widget | w, |
XtPointer | data, | ||
XmDrawingAreaCallbackStruct * | call_data | ||
) |
void clear_backgrounds | ( | ) |
void clear_drawable | ( | Drawable | pixw | ) |
void clear_error_widget | ( | ) |
void create_area_menu | ( | void | ) |
Definition at line 601 of file mapper_test.c.
void Create_Colors | ( | Display * | pdisplay | ) |
Definition at line 786 of file mapper_test.c.
void create_drt_menu | ( | void | ) |
Definition at line 5031 of file mapper_test.c.
void display_options | ( | ) |
void display_options | ( | Widget | w, |
XtPointer | data, | ||
XmDrawingAreaCallbackStruct * | call_data | ||
) |
void drt_callback | ( | Widget | w, |
XtPointer | client_data, | ||
XtPointer | call_data | ||
) |
Definition at line 5096 of file mapper_test.c.
void drt_change | ( | ) |
Definition at line 5021 of file mapper_test.c.
void elevation_filter | ( | ) |
void elevation_filter | ( | Widget | w, |
XtPointer | data, | ||
XtPointer | junk | ||
) |
void find_name | ( | ) |
void find_name | ( | Widget | w, |
XtPointer | data, | ||
XmDrawingAreaCallbackStruct * | call_data | ||
) |
void foreground_select | ( | void | ) |
Definition at line 3971 of file mapper_test.c.
void get_current_data | ( | ) |
Definition at line 4389 of file mapper_test.c.
void get_data | ( | ) |
Definition at line 4395 of file mapper_test.c.
void handle_expose | ( | ) |
void handle_expose | ( | Widget | w, |
XtPointer | data, | ||
XmDrawingAreaCallbackStruct * | call_data | ||
) |
void handle_motion | ( | ) |
void handle_motion | ( | Widget | w, |
XtPointer | data, | ||
XEvent * | p_event | ||
) |
Definition at line 4179 of file mapper_test.c.
void handle_mouse | ( | ) |
void handle_mouse | ( | Widget | w, |
XtPointer | data, | ||
XEvent * | p_event | ||
) |
void handle_release | ( | ) |
void handle_release | ( | Widget | w, |
XtPointer | data, | ||
XEvent * | p_event | ||
) |
void handle_resize | ( | ) |
void handle_resize | ( | Widget | w, |
XtPointer | data, | ||
XmDrawingAreaCallbackStruct * | call_data | ||
) |
void hg_select | ( | ) |
void hg_select | ( | Widget | w, |
XtPointer | data, | ||
XtPointer | junk | ||
) |
void input_time_step | ( | Widget | widget, |
XtPointer | data, | ||
XtPointer | call_data | ||
) |
void itation | ( | ) |
void kill_dialog | ( | ) |
void kill_dialog | ( | Widget | w, |
XtPointer | data, | ||
XmDrawingAreaCallbackStruct * | call_data | ||
) |
void kill_main_widget | ( | ) |
Definition at line 3933 of file mapper_test.c.
void kill_widget | ( | Widget | widget, |
XtPointer | client_data, | ||
XtPointer | call_data | ||
) |
void layer_select | ( | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void map_select | ( | Widget | w, |
XtPointer | data, | ||
XmDrawingAreaCallbackStruct * | call_data | ||
) |
Definition at line 4019 of file mapper_test.c.
void new_filter | ( | ) |
void new_filter | ( | Widget | w, |
XtPointer | data, | ||
XtPointer | junk | ||
) |
void other_pcpn_options | ( | ) |
void other_pcpn_options | ( | Widget | w, |
XtPointer | data, | ||
XmDrawingAreaCallbackStruct * | call_data | ||
) |
void print_draw | ( | void | ) |
Definition at line 4112 of file mapper_test.c.
void print_screen | ( | ) |
void print_screen | ( | Widget | w, |
XtPointer | data, | ||
XmDrawingAreaCallbackStruct * | call_data | ||
) |
void quality_select | ( | ) |
void quit_all | ( | ) |
Definition at line 3946 of file mapper_test.c.
void quit_callback | ( | ) |
void rfs_options | ( | ) |
void rfs_options | ( | Widget | w, |
XtPointer | data, | ||
XmDrawingAreaCallbackStruct * | call_data | ||
) |
void save_selection2 | ( | ) |
void save_selection2 | ( | Widget | w, |
XtPointer | data, | ||
XtPointer | junk | ||
) |
Definition at line 4973 of file mapper_test.c.
void screening_options | ( | ) |
void send_expose | ( | void | ) |
Definition at line 4025 of file mapper_test.c.
void source_select | ( | ) |
void source_select | ( | Widget | w, |
XtPointer | data, | ||
XmDrawingAreaCallbackStruct * | call_data | ||
) |
void topo_select | ( | void | ) |
Definition at line 4004 of file mapper_test.c.
void view_humidity | ( | ) |
Definition at line 2537 of file mapper_test.c.
void view_precipitation | ( | ) |
Definition at line 1701 of file mapper_test.c.
void view_snow | ( | ) |
Definition at line 3427 of file mapper_test.c.
void view_stage | ( | ) |
Definition at line 2824 of file mapper_test.c.
void view_temperature | ( | ) |
Definition at line 2246 of file mapper_test.c.
void view_watertemp | ( | ) |
Definition at line 2022 of file mapper_test.c.
void view_wind | ( | ) |
Definition at line 3142 of file mapper_test.c.
void write_screen | ( | void | ) |
Definition at line 1081 of file mapper_test.c.
int add_topo_flag =-1 |
Definition at line 96 of file mapper_test.c.
unsigned long amap[16] |
Definition at line 117 of file mapper_test.c.
XtAppContext app |
Definition at line 199 of file mapper_test.c.
struct MenuItem area_items[10] |
Definition at line 128 of file mapper_test.c.
Widget area_menu |
Definition at line 185 of file mapper_test.c.
Widget awidget[8] |
Definition at line 185 of file mapper_test.c.
Widget bdrawing_area[10] |
Definition at line 182 of file mapper_test.c.
Widget bdwidget[5] |
Definition at line 185 of file mapper_test.c.
int begin_day |
Definition at line 67 of file mapper_test.c.
int begin_hour |
Definition at line 67 of file mapper_test.c.
int begin_index |
Definition at line 67 of file mapper_test.c.
int begin_month |
Definition at line 67 of file mapper_test.c.
int begin_year |
Definition at line 67 of file mapper_test.c.
Widget bmain_window |
Definition at line 181 of file mapper_test.c.
Widget bwidget[8] |
Definition at line 185 of file mapper_test.c.
Window bwindow[20] |
Definition at line 189 of file mapper_test.c.
unsigned car[100] |
Definition at line 111 of file mapper_test.c.
double cen_lon |
Definition at line 22 of file mapper_test.c.
Widget cerr |
Definition at line 183 of file mapper_test.c.
int change_map_flag =1 |
Definition at line 86 of file mapper_test.c.
int change_mode_in_flag =0 |
Definition at line 107 of file mapper_test.c.
int change_pcpn_flag =-1 |
Definition at line 98 of file mapper_test.c.
unsigned long cmap[16] |
Definition at line 117 of file mapper_test.c.
XColor colors[256] |
Definition at line 193 of file mapper_test.c.
int contour_flag =-1 |
Definition at line 71 of file mapper_test.c.
int contour_isoh_flag =0 |
Definition at line 89 of file mapper_test.c.
int contour_topo_flag =1 |
Definition at line 88 of file mapper_test.c.
Cursor crosshair_cursor |
Definition at line 154 of file mapper_test.c.
int current_date_pointer |
Definition at line 74 of file mapper_test.c.
int current_raster =-1 |
Definition at line 73 of file mapper_test.c.
struct Cur cursor[4] |
Definition at line 128 of file mapper_test.c.
int cursorflag[4] |
Definition at line 69 of file mapper_test.c.
Definition at line 128 of file mapper_test.c.
Widget cwidget[5] |
Definition at line 185 of file mapper_test.c.
char data_file[100] |
Definition at line 20 of file mapper_test.c.
int data_type =-1 |
Definition at line 63 of file mapper_test.c.
Definition at line 146 of file mapper_test.c.
struct database dbase |
Definition at line 120 of file mapper_test.c.
int debug =0 |
Definition at line 32 of file mapper_test.c.
char decode_file[100] |
Definition at line 20 of file mapper_test.c.
int deflinear =0 |
Definition at line 44 of file mapper_test.c.
int defrain =-1 |
Definition at line 42 of file mapper_test.c.
int defscale =0 |
Definition at line 43 of file mapper_test.c.
float delim[16] |
Definition at line 30 of file mapper_test.c.
int dflag[10] |
Definition at line 106 of file mapper_test.c.
Display* display |
Definition at line 159 of file mapper_test.c.
int display_flag =0 |
Definition at line 100 of file mapper_test.c.
struct display_set display_set[4] |
Definition at line 128 of file mapper_test.c.
Widget diswidget[3] |
Definition at line 186 of file mapper_test.c.
int ditime[] ={30,60,120,180,240,360,540,720,1080,1440,2880,4320,5760,7200,10080} |
Definition at line 51 of file mapper_test.c.
Cursor dotbox_cursor |
Definition at line 155 of file mapper_test.c.
Widget draw_dialog[10] |
Definition at line 180 of file mapper_test.c.
Widget drawing_area |
Definition at line 185 of file mapper_test.c.
int drt =0 |
Definition at line 33 of file mapper_test.c.
struct MenuItem drt_items[100] |
Definition at line 128 of file mapper_test.c.
Widget drt_menu |
Definition at line 187 of file mapper_test.c.
int dt =-1 |
Definition at line 60 of file mapper_test.c.
time_t dtime[500] |
Definition at line 150 of file mapper_test.c.
Definition at line 147 of file mapper_test.c.
int edit_mode =-1 |
Definition at line 90 of file mapper_test.c.
Widget edwidget[5] |
Definition at line 185 of file mapper_test.c.
int elevation_filter_value =-9999 |
Definition at line 47 of file mapper_test.c.
int end_day |
Definition at line 67 of file mapper_test.c.
int end_hour |
Definition at line 67 of file mapper_test.c.
int end_index |
Definition at line 67 of file mapper_test.c.
int end_month |
Definition at line 67 of file mapper_test.c.
int end_year |
Definition at line 67 of file mapper_test.c.
int error_widget_flag =0 |
Definition at line 77 of file mapper_test.c.
int exp_flag =-1 |
Definition at line 87 of file mapper_test.c.
String fallbacks[] ={"*fontList: -adobe-helvetica-bold-r-*-140-*",NULL} |
Definition at line 172 of file mapper_test.c.
int fgbg_number |
Definition at line 34 of file mapper_test.c.
Widget fgbg_toggle_button |
Definition at line 174 of file mapper_test.c.
int fgbgflag =-1 |
Definition at line 79 of file mapper_test.c.
float filter_value =-9999 |
Definition at line 29 of file mapper_test.c.
char find_station_buf[10] |
Definition at line 16 of file mapper_test.c.
Widget find_widget |
Definition at line 186 of file mapper_test.c.
|
static |
Definition at line 4140 of file mapper_test.c.
int first_area =-1 |
Definition at line 84 of file mapper_test.c.
int first_through =0 |
Definition at line 61 of file mapper_test.c.
Font font[10] |
Definition at line 161 of file mapper_test.c.
struct saved* fsaved |
Definition at line 128 of file mapper_test.c.
int future_time_series_days =5 |
Definition at line 41 of file mapper_test.c.
GC gc |
Definition at line 163 of file mapper_test.c.
Definition at line 127 of file mapper_test.c.
char grid_file[100] |
Definition at line 17 of file mapper_test.c.
int gridded_flag =-1 |
Definition at line 104 of file mapper_test.c.
unsigned int h_logo[4] |
Definition at line 114 of file mapper_test.c.
int hgflag =1 |
Definition at line 45 of file mapper_test.c.
Widget hgwidget[3] |
Definition at line 179 of file mapper_test.c.
int hpflag =1 |
Definition at line 45 of file mapper_test.c.
float hr1_rainfall_max =3.0 |
Definition at line 24 of file mapper_test.c.
float hr24_rainfall_max =15.0 |
Definition at line 26 of file mapper_test.c.
float hr6_rainfall_max =7.5 |
Definition at line 25 of file mapper_test.c.
char hrap_file[100] |
Definition at line 19 of file mapper_test.c.
Definition at line 142 of file mapper_test.c.
time_t htime[500] |
Definition at line 150 of file mapper_test.c.
int ilegend_save =-1 |
Definition at line 94 of file mapper_test.c.
XImage* image |
Definition at line 197 of file mapper_test.c.
unsigned long imap[16] |
Definition at line 116 of file mapper_test.c.
int indexx |
Definition at line 60 of file mapper_test.c.
XFontStruct* info_font[10] |
Definition at line 195 of file mapper_test.c.
int init_subdisplay =0 |
Definition at line 48 of file mapper_test.c.
int iscale =0 |
Definition at line 101 of file mapper_test.c.
Definition at line 144 of file mapper_test.c.
time_t itime[500] |
Definition at line 150 of file mapper_test.c.
int kscale =0 |
Definition at line 101 of file mapper_test.c.
struct MenuItem ktems[100] |
Definition at line 128 of file mapper_test.c.
char* legend[100] |
Definition at line 15 of file mapper_test.c.
int legend_flag =-1 |
Definition at line 54 of file mapper_test.c.
int legend_save =-1 |
Definition at line 97 of file mapper_test.c.
int legendxsize |
Definition at line 103 of file mapper_test.c.
int legendysize =30 |
Definition at line 103 of file mapper_test.c.
int legendystart =10 |
Definition at line 103 of file mapper_test.c.
Pixmap logo[4] |
Definition at line 167 of file mapper_test.c.
char* ls[] |
Definition at line 10 of file mapper_test.c.
Widget main_widget =NULL |
Definition at line 186 of file mapper_test.c.
Widget main_window |
Definition at line 185 of file mapper_test.c.
int manage_flag =1 |
Definition at line 76 of file mapper_test.c.
Definition at line 128 of file mapper_test.c.
int map_edit_flag =-1 |
Definition at line 66 of file mapper_test.c.
int map_flag =-1 |
Definition at line 104 of file mapper_test.c.
int max_height |
Definition at line 99 of file mapper_test.c.
double max_lat |
Definition at line 22 of file mapper_test.c.
int max_legends =5 |
Definition at line 55 of file mapper_test.c.
int max_stations |
Definition at line 64 of file mapper_test.c.
int max_width |
Definition at line 99 of file mapper_test.c.
int maxdays =7 |
Definition at line 56 of file mapper_test.c.
int maxhours =168 |
Definition at line 57 of file mapper_test.c.
int maxindex |
Definition at line 59 of file mapper_test.c.
int maxindex2 |
Definition at line 59 of file mapper_test.c.
int maxindex3 |
Definition at line 59 of file mapper_test.c.
int maxindex4 |
Definition at line 59 of file mapper_test.c.
int maxindex5 |
Definition at line 59 of file mapper_test.c.
int maxindex6 |
Definition at line 59 of file mapper_test.c.
int maxindex7 |
Definition at line 59 of file mapper_test.c.
int maxiscale =5 |
Definition at line 102 of file mapper_test.c.
int maxitimes =15 |
Definition at line 52 of file mapper_test.c.
int maxkscale =5 |
Definition at line 102 of file mapper_test.c.
int maxmonths =60 |
Definition at line 58 of file mapper_test.c.
Widget mbutton[100] |
Definition at line 177 of file mapper_test.c.
Widget menu_bar |
Definition at line 185 of file mapper_test.c.
Window menu_bar_window |
Definition at line 190 of file mapper_test.c.
|
static |
Definition at line 1263 of file mapper_test.c.
double min_lat |
Definition at line 22 of file mapper_test.c.
unsigned long mmap[16] |
Definition at line 117 of file mapper_test.c.
Widget mpbutton[10] |
Definition at line 178 of file mapper_test.c.
Widget mwidget[50] |
Definition at line 184 of file mapper_test.c.
char nexrad_file[100] |
Definition at line 7 of file mapper_test.c.
int nexrad_flag =-1 |
Definition at line 46 of file mapper_test.c.
unsigned long nmap[20] |
Definition at line 116 of file mapper_test.c.
int npoint[2] |
Definition at line 105 of file mapper_test.c.
struct number_rec* number_rec |
Definition at line 123 of file mapper_test.c.
int numverts |
Definition at line 91 of file mapper_test.c.
int off[100] |
Definition at line 105 of file mapper_test.c.
Dimension oheight |
Definition at line 157 of file mapper_test.c.
int opoint[2] |
Definition at line 105 of file mapper_test.c.
Widget owidget[5] |
Definition at line 185 of file mapper_test.c.
Dimension owidth |
Definition at line 157 of file mapper_test.c.
|
static |
Definition at line 4177 of file mapper_test.c.
|
static |
Definition at line 4177 of file mapper_test.c.
int past_time_series_days =5 |
Definition at line 40 of file mapper_test.c.
Definition at line 140 of file mapper_test.c.
int pcp_flag =0 |
Definition at line 81 of file mapper_test.c.
int pcp_in_use[50] |
Definition at line 78 of file mapper_test.c.
int pcp_map_flag =-1 |
Definition at line 80 of file mapper_test.c.
int pcpn_day =0 |
Definition at line 83 of file mapper_test.c.
int pcpn_time =0 |
Definition at line 83 of file mapper_test.c.
int pcpn_time_step |
Definition at line 75 of file mapper_test.c.
Pixmap pixb |
Definition at line 166 of file mapper_test.c.
Pixmap pixcursor[4] |
Definition at line 168 of file mapper_test.c.
Pixmap pixf |
Definition at line 165 of file mapper_test.c.
int plot_view =6 |
Definition at line 65 of file mapper_test.c.
int points_flag =-1 |
Definition at line 104 of file mapper_test.c.
int posit |
Definition at line 93 of file mapper_test.c.
int print_flag =0 |
Definition at line 39 of file mapper_test.c.
int qlegend_save =-1 |
Definition at line 95 of file mapper_test.c.
unsigned long qmap[16] |
Definition at line 116 of file mapper_test.c.
time_t qtime |
Definition at line 151 of file mapper_test.c.
Widget qwidget[10] |
Definition at line 185 of file mapper_test.c.
int rain_flag =-1 |
Definition at line 62 of file mapper_test.c.
float rainfall_level_1[20] |
Definition at line 27 of file mapper_test.c.
float rainfall_level_2[20] |
Definition at line 28 of file mapper_test.c.
int raster_flag =-1 |
Definition at line 72 of file mapper_test.c.
int read_data_flag =0 |
Definition at line 49 of file mapper_test.c.
char rec_found[100] |
Definition at line 9 of file mapper_test.c.
Region region |
Definition at line 170 of file mapper_test.c.
int regrid_flag =-1 |
Definition at line 53 of file mapper_test.c.
int render_pcp_flag =-1 |
Definition at line 82 of file mapper_test.c.
int rfs_flag |
Definition at line 36 of file mapper_test.c.
Window root_win |
Definition at line 190 of file mapper_test.c.
Widget rowcolzoom |
Definition at line 175 of file mapper_test.c.
int rs =20 |
Definition at line 103 of file mapper_test.c.
Widget s_text |
Definition at line 185 of file mapper_test.c.
Definition at line 128 of file mapper_test.c.
Definition at line 124 of file mapper_test.c.
|
static |
Definition at line 1264 of file mapper_test.c.
char saved_hb5[6] |
Definition at line 6 of file mapper_test.c.
int saved_j |
Definition at line 35 of file mapper_test.c.
char savefile[100] |
Definition at line 8 of file mapper_test.c.
Widget scrollbar |
Definition at line 185 of file mapper_test.c.
Widget scwidget[3] |
Definition at line 185 of file mapper_test.c.
struct datalayer* sdatalayer |
Definition at line 147 of file mapper_test.c.
struct sindx* sdx |
Definition at line 122 of file mapper_test.c.
struct sensor_rec* sensor_rec |
Definition at line 119 of file mapper_test.c.
unsigned int sensortype |
Definition at line 113 of file mapper_test.c.
struct sensor_file* sfile |
Definition at line 126 of file mapper_test.c.
struct maplayer* smaplayer[100] |
Definition at line 145 of file mapper_test.c.
struct pcp* spf |
Definition at line 141 of file mapper_test.c.
int spoint[2] |
Definition at line 70 of file mapper_test.c.
Widget start_dialog |
Definition at line 185 of file mapper_test.c.
char station_list_file[256] |
Definition at line 18 of file mapper_test.c.
struct stn_values* stn_values |
Definition at line 124 of file mapper_test.c.
struct sensor_type* stype |
Definition at line 120 of file mapper_test.c.
int time_index =0 |
Definition at line 85 of file mapper_test.c.
int time_step =6 |
Definition at line 85 of file mapper_test.c.
XtIntervalId timer |
Definition at line 200 of file mapper_test.c.
int tlegend_save =-1 |
Definition at line 97 of file mapper_test.c.
unsigned long tmap[50] |
Definition at line 116 of file mapper_test.c.
Widget top_level |
Definition at line 185 of file mapper_test.c.
Definition at line 143 of file mapper_test.c.
int topo_buf[10] |
Definition at line 38 of file mapper_test.c.
int topo_number =-1 |
Definition at line 37 of file mapper_test.c.
Widget tswidget[10] |
Definition at line 185 of file mapper_test.c.
Widget twidget[5] |
Definition at line 185 of file mapper_test.c.
Widget view_widget =0 |
Definition at line 186 of file mapper_test.c.
unsigned long vmap[50] |
Definition at line 116 of file mapper_test.c.
unsigned int w_logo[4] |
Definition at line 114 of file mapper_test.c.
Cursor watch_cursor |
Definition at line 153 of file mapper_test.c.
Widget widg |
Definition at line 176 of file mapper_test.c.
Window window |
Definition at line 190 of file mapper_test.c.
int write_screen_flag =0 |
Definition at line 50 of file mapper_test.c.
signed long xclip =25 |
Definition at line 109 of file mapper_test.c.
int xh_logo[4] |
Definition at line 68 of file mapper_test.c.
unsigned long xmap[16] |
Definition at line 116 of file mapper_test.c.
int xsave[10] |
Definition at line 92 of file mapper_test.c.
time_t xtime[500] |
Definition at line 150 of file mapper_test.c.
signed long yclip =25 |
Definition at line 109 of file mapper_test.c.
int yh_logo[4] |
Definition at line 68 of file mapper_test.c.
unsigned long zmap[16] |
Definition at line 116 of file mapper_test.c.
int zoom =1 |
Definition at line 105 of file mapper_test.c.
int zoom_mode =1 |
Definition at line 90 of file mapper_test.c.
Widget zwidget[3] |
Definition at line 185 of file mapper_test.c.