Defines | Functions | Variables

Global.h File Reference

#include <stdio.h>
#include <err.h>
#include <errno.h>
#include <sys/stat.h>
#include <assert.h>
Include dependency graph for Global.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define UNIT_TEST_VIRTUAL
#define DAYS_PER_WEEK   7

Functions

void get_global_parameters ()

Variables

int Verbose
int Debug
int Test
int Runs
int Days
int Reseed_day
unsigned long Seed
int Start_day_of_week
char Output_directory [256]
char Outfilebase [80]
char Tracefilebase [80]
int All_strains_antigenically_identical
char VaccineTracefilebase [80]
int Incremental_Trace
int Trace_Headers
int Random_start_day
int Random_location_order
char Cognitive_model_type [80]
int Quality_control
int Strains
FILE * Statusfp
FILE * Outfp
FILE * Tracefp
FILE * VaccineTracefp
Population Pop
Locations Loc
Communitycommunity

Define Documentation

#define DAYS_PER_WEEK   7
#define UNIT_TEST_VIRTUAL

Function Documentation

void get_global_parameters (  ) 

Variable Documentation

int Days
int Debug
char Outfilebase[80]
FILE* Outfp
char Output_directory[256]
int Runs
unsigned long Seed
FILE* Statusfp
int Strains
int Test
char Tracefilebase[80]
FILE* Tracefp
int Verbose
 All Classes Files Functions Variables Typedefs Defines