Mapper
Functions | Variables
map_load.c File Reference
#include <sqlhdr.h>
#include <sqliapi.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <X11/Xos.h>
#include <Xm/Text.h>
#include <Xm/TextF.h>
#include "mm2rfs.h"
Include dependency graph for map_load.c:

Go to the source code of this file.

Functions

int map_load (struct map_struct *map)
 

Variables

static const char _Cn5 [] = "loop_fcst"
 
static const char _Cn4 [] = "loop_area_sens"
 
static const char _Cn3 [] = "loop_seg"
 
static const char _Cn2 [] = "loop_fg"
 
static const char _Cn1 [] = "qfg"
 
Widget text_output
 
int fg_toggle_item_set
 
int parm_toggle_item_set
 
int dur_toggle_item_set
 
int src_toggle_item_set
 
int ver_toggle_item_set
 
int debug
 
struct fgroup_info fg [20]
 
struct time_cntl tc
 

Function Documentation

◆ map_load()

int map_load ( struct map_struct *  map)

Definition at line 36 of file map_load.c.

Here is the call graph for this function:

Variable Documentation

◆ _Cn1

const char _Cn1[] = "qfg"
static

Definition at line 7 of file map_load.c.

◆ _Cn2

const char _Cn2[] = "loop_fg"
static

Definition at line 6 of file map_load.c.

◆ _Cn3

const char _Cn3[] = "loop_seg"
static

Definition at line 5 of file map_load.c.

◆ _Cn4

const char _Cn4[] = "loop_area_sens"
static

Definition at line 4 of file map_load.c.

◆ _Cn5

const char _Cn5[] = "loop_fcst"
static

Definition at line 3 of file map_load.c.

◆ debug

int debug
extern

Definition at line 53 of file hydro_data.h.

◆ dur_toggle_item_set

int dur_toggle_item_set
extern

◆ fg

struct fgroup_info fg[20]
extern

◆ fg_toggle_item_set

int fg_toggle_item_set
extern

◆ parm_toggle_item_set

int parm_toggle_item_set
extern

◆ src_toggle_item_set

int src_toggle_item_set
extern

◆ tc

struct time_cntl tc
extern

◆ text_output

Widget text_output
extern

◆ ver_toggle_item_set

int ver_toggle_item_set
extern