Example Software
To provide examples of the programming required
to process the data structures
used for recording radar and aircraft data, two simple
programs have been written:
- RadDmp
- The port number to be dumped is supplied on the command line when the
program is run.
- AirDmp
- The tag number of the data to be dumped is supplied on the
command line when the program is run.
The programs have been written using routines based on those
in the ARC software collection, available on the Software CD.
Note that these programs have been compiled and run under VAX C
on VMS, although generic C code was used as much as possible.
If you would like to run the programs, you will need a C compiler
for your own computer system.