IAC Read6DOF Project
--------------------

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

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 Read6DOF project, and additions to two files in the iac_lib/ directory,
to link appropriate objects to the top-level IAC library page.

This module contains no code and therefore does not need to be compiled.
It is implemented in V only.


Files
-----

The following files can be found in the iac_proj/6dof/ 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.

rd_6dof.v	Creates the IAC_PROJ.Read6DOF template library.

6dofmacs.v	Creates the Read6DOFMacs library containing the user interface
		macro Read_6DOF_UI, the high-level use macros read_6DOF and
		sequence_6DOF, and the example application Read_6DOF_Eg.


rd_6dof.html	HTML documentation for the user macros.

orig_doc.txt	Original project documentation.  Information is likely to have been
		superceded.

6dof.dat        Data file used by the example application.  It contains 6-column ascii
		numerical values of trajectory.

README		This file.



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

As this project does not need to be compiled no files are generated.

