Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

nix-common/zonestrings.c File Reference

#include <zonestrings.h>
#include <simulation.h>
#include <string.h>

Go to the source code of this file.

Data Structures

struct  type_zone
 structure dealing with the zone and the string to print More...


Detailed Description

This file translates a zone entry into a string for display.

Todo:
Need to source the data from a configuration file. This replication of information between the palm and the real platform is not going to cut the mustard.

Definition in file zonestrings.c.


Variable Documentation

char* densities[]
 

Initial value:

 {
        "Low",
        "Medium",
        "High",
        "Very High"
}

Definition at line 71 of file zonestrings.c.

char* values[]
 

Initial value:

 {
        "Slum",
        "Lower Class",
        "Middle Class",
        "Upper Class"
}

Definition at line 78 of file zonestrings.c.


Generated on Mon Aug 30 19:44:17 2004 for pocketcity by doxygen1.2.18