Mapper
Functions | Variables
display_data.c File Reference
#include "prototypes_new.h"
Include dependency graph for display_data.c:

Go to the source code of this file.

Functions

void options_draw ()
 
void quit_draw ()
 
void get_new_values ()
 
void bhandle_expose ()
 
void display_data (char *hb5, char *pc, int dmonth, int dday, int dyear, int dhour, int ddays, char *fname)
 
void get_new_values (struct stim etim, struct stim btim, char *hb5, char *pc, char *fname)
 
void draw_area (int k, int m, int xs, int ys, int xz, int yz)
 
struct max_min get_max_min (struct stn_values *stn_values, struct stn_values *ptn_values, int inum, int pnum)
 
int get_delta_time (time_t lbtim, time_t letim)
 
float get_delta_valu (int diff)
 
void options_draw (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data)
 
void quit_draw (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data)
 
void bhandle_expose (Widget w, XtPointer data, XmDrawingAreaCallbackStruct *call_data)
 
void get_units (char *ibuf, char *sbuf)
 
void get_acronym (char *ibuf, char *sbuf)
 

Variables

struct stn_valuesstn_values
 
int bmax_width
 
int bmax_height
 
int scale
 
int linear
 
int simflow
 
int simsnow
 
int max_width
 
int max_height
 
XFontStruct * info_font [10]
 
Font font [10]
 
int init_subdisplay
 
Display * display
 
Window bwindow [20]
 
Window root_win
 
struct save_rec save_rec [20]
 
char qual [10]
 
int display_method
 
Widget bdrawing_area [10]
 
Widget draw_dialog [10]
 
Widget top_level
 
Widget bmain_window
 
unsigned long mmap [16]
 
GC gc1
 
struct stn_rec stn_rec
 
int month
 
int day
 
int year
 
int hour
 
int days
 

Function Documentation

◆ bhandle_expose() [1/2]

void bhandle_expose ( )
Here is the caller graph for this function:

◆ bhandle_expose() [2/2]

void bhandle_expose ( Widget  w,
XtPointer  data,
XmDrawingAreaCallbackStruct *  call_data 
)

Definition at line 2020 of file display_data.c.

Here is the call graph for this function:

◆ display_data()

void display_data ( char *  hb5,
char *  pc,
int  dmonth,
int  dday,
int  dyear,
int  dhour,
int  ddays,
char *  fname 
)

Definition at line 28 of file display_data.c.

Here is the call graph for this function:

◆ draw_area()

void draw_area ( int  k,
int  m,
int  xs,
int  ys,
int  xz,
int  yz 
)

Definition at line 535 of file display_data.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_acronym()

void get_acronym ( char *  ibuf,
char *  sbuf 
)

Definition at line 2094 of file display_data.c.

Here is the caller graph for this function:

◆ get_delta_time()

int get_delta_time ( time_t  lbtim,
time_t  letim 
)

Definition at line 1841 of file display_data.c.

Here is the caller graph for this function:

◆ get_delta_valu()

float get_delta_valu ( int  diff)

Definition at line 1880 of file display_data.c.

Here is the caller graph for this function:

◆ get_max_min()

struct max_min get_max_min ( struct stn_values stn_values,
struct stn_values ptn_values,
int  inum,
int  pnum 
)

Definition at line 535 of file display_data.c.

Here is the caller graph for this function:

◆ get_new_values() [1/2]

void get_new_values ( )
Here is the caller graph for this function:

◆ get_new_values() [2/2]

void get_new_values ( struct stim  etim,
struct stim  btim,
char *  hb5,
char *  pc,
char *  fname 
)

Definition at line 85 of file display_data.c.

Here is the call graph for this function:

◆ get_units()

void get_units ( char *  ibuf,
char *  sbuf 
)

Definition at line 2047 of file display_data.c.

Here is the caller graph for this function:

◆ options_draw() [1/2]

void options_draw ( )
Here is the caller graph for this function:

◆ options_draw() [2/2]

void options_draw ( Widget  w,
XtPointer  data,
XmDrawingAreaCallbackStruct *  call_data 
)

Definition at line 1954 of file display_data.c.

Here is the call graph for this function:

◆ quit_draw() [1/2]

void quit_draw ( )
Here is the caller graph for this function:

◆ quit_draw() [2/2]

void quit_draw ( Widget  w,
XtPointer  data,
XmDrawingAreaCallbackStruct *  call_data 
)

Definition at line 2003 of file display_data.c.

Variable Documentation

◆ bdrawing_area

Widget bdrawing_area[10]
extern

Definition at line 182 of file mapper.c.

◆ bmain_window

Widget bmain_window
extern

Definition at line 181 of file mapper.c.

◆ bmax_height

int bmax_height

Definition at line 4 of file display_data.c.

◆ bmax_width

int bmax_width
extern

◆ bwindow

Window bwindow[20]
extern

Definition at line 189 of file mapper.c.

◆ day

int day

Definition at line 26 of file display_data.c.

◆ days

int days

Definition at line 26 of file display_data.c.

◆ display

Display* display
extern

Definition at line 159 of file mapper.c.

◆ display_method

int display_method
extern

Definition at line 34 of file subdisplay.c.

◆ draw_dialog

Widget draw_dialog[10]
extern

Definition at line 180 of file mapper.c.

◆ font

Font font[10]
extern

Definition at line 161 of file mapper.c.

◆ gc1

GC gc1
extern

Definition at line 51 of file subdisplay.c.

◆ hour

int hour

Definition at line 26 of file display_data.c.

◆ info_font

XFontStruct* info_font[10]
extern

Definition at line 195 of file mapper.c.

◆ init_subdisplay

int init_subdisplay
extern

Definition at line 48 of file mapper.c.

◆ linear

int linear

Definition at line 4 of file display_data.c.

◆ max_height

int max_height

Definition at line 5 of file display_data.c.

◆ max_width

int max_width
extern

Definition at line 99 of file mapper.c.

◆ mmap

unsigned long mmap[16]
extern

Definition at line 117 of file mapper.c.

◆ month

int month

Definition at line 26 of file display_data.c.

◆ qual

char qual[10]
extern

Definition at line 33 of file subdisplay.c.

◆ root_win

Window root_win

Definition at line 10 of file display_data.c.

◆ save_rec

struct save_rec save_rec[20]
extern

Definition at line 124 of file mapper.c.

◆ scale

int scale

Definition at line 4 of file display_data.c.

◆ simflow

int simflow

Definition at line 4 of file display_data.c.

◆ simsnow

int simsnow

Definition at line 4 of file display_data.c.

◆ stn_rec

struct stn_rec stn_rec
extern

◆ stn_values

struct stn_values* stn_values
extern

Definition at line 124 of file mapper.c.

◆ top_level

Widget top_level
extern

Definition at line 5 of file display_rec.c.

◆ year

int year

Definition at line 26 of file display_data.c.