IAC DashGauge Project
---------------------

This directory ( iac_proj/dh_gauge/ ) contains all the V code, HTML
documentation, and installation information for the IAC project
"DashGauge".

The directory should be placed into your existing project directory, which
should already contain the IAC Project File structure, i.e., the iac_proj/,
iac_lib/ and v/ directories.

The file INSTALL contains information on how to edit the existing IAC
files: a single line addition to the iac_proj/iac_proj.v file, to add the
new DashGauge project, and additions to one or more of files in the
iac_lib/ directory, to link appropriate objects to the top-level IAC library
page.

This project contains no source code, and hence does not require compilation.

Files
-----

The following files can be found in the iac_proj/dh_dial/ directory.

INSTALL 	Contains installation instructions for editing the iac_proj.v
		and iac_lib/ files. This file should not be edited as the
		future installation script will use this file.

dhdial.v	Creates the IAC_PROJ.DashGauge library.

dhg_macs.v	Creates the DashGaugeMacs library containing the V definitions
		of the low level macros dash_camera, mk_dashtext, mk_needle, 
		transform_needle, arc_grid and arc_solid as well as the high level 
		User Interface Macros DashGaugeA, DashGaugeB and DashGauge.
			
dhg_apps.v	Creates the DashGaugeApps library containing the V definition 
		of the example application DashGaugeArrayEg.
		
DhGauge.html	HTML documentation for the DashGauge high level User Interface
		Macros DashGaugeA, DashGaugeB and DashGauge.

README		This file.

Generated Files
---------------

There are no generated files as this project does not contain any source code.
