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

Go to the source code of this file.

Functions

void time_series ()
 
void read_text ()
 
void edit_stations (int win_x, int win_y, unsigned int win_button)
 
void change_station_location (Widget w, XtPointer data, XtPointer call_data)
 
void change_custom_file (Widget w, XtPointer data, XtPointer call_data)
 
void change_station_quality (Widget w, XtPointer data, XtPointer call_data)
 
void graph_file (Widget w, XtPointer data, XtPointer call_data)
 
void cancel_edit ()
 
void reset_station_quality (Widget w, XtPointer data, XtPointer call_data)
 
void read_text (Widget w, XtPointer data, XtPointer call_data)
 

Variables

Widget textz
 
Widget snotelwidget
 
Widget textk [5]
 
Widget cons_dialog
 
int isave
 
int reset_value
 
int new_qual
 
int initial_qual
 
int initial_pos
 
int func []
 
static int hmflag =0
 

Function Documentation

◆ cancel_edit()

void cancel_edit ( )

Definition at line 1041 of file edit_stations.c.

Here is the caller graph for this function:

◆ change_custom_file()

void change_custom_file ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 648 of file edit_stations.c.

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

◆ change_station_location()

void change_station_location ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 609 of file edit_stations.c.

Here is the caller graph for this function:

◆ change_station_quality()

void change_station_quality ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 974 of file edit_stations.c.

Here is the caller graph for this function:

◆ edit_stations()

void edit_stations ( int  win_x,
int  win_y,
unsigned int  win_button 
)

Definition at line 14 of file edit_stations.c.

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

◆ graph_file()

void graph_file ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 1008 of file edit_stations.c.

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

◆ read_text() [1/2]

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

◆ read_text() [2/2]

void read_text ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 1096 of file edit_stations.c.

Here is the call graph for this function:

◆ reset_station_quality()

void reset_station_quality ( Widget  w,
XtPointer  data,
XtPointer  call_data 
)

Definition at line 1053 of file edit_stations.c.

Here is the caller graph for this function:

◆ time_series()

void time_series ( )

Variable Documentation

◆ cons_dialog

Widget cons_dialog

Definition at line 5 of file edit_stations.c.

◆ func

int func[]
extern

Definition at line 159 of file daily_qc.c.

◆ hmflag

int hmflag =0
static

Definition at line 972 of file edit_stations.c.

◆ initial_pos

int initial_pos

Definition at line 11 of file edit_stations.c.

◆ initial_qual

int initial_qual

Definition at line 11 of file edit_stations.c.

◆ isave

int isave

Definition at line 6 of file edit_stations.c.

◆ new_qual

int new_qual

Definition at line 10 of file edit_stations.c.

◆ reset_value

int reset_value

Definition at line 7 of file edit_stations.c.

◆ snotelwidget

Widget snotelwidget

Definition at line 3 of file edit_stations.c.

◆ textk

Widget textk[5]

Definition at line 4 of file edit_stations.c.

◆ textz

Widget textz

Definition at line 3 of file edit_stations.c.