Simulation Specification Programming (AudPerSS.c)
This level of programming allows different simulation models to be run using
the same driving program. It is necessary to use one of the other programming
levels to write the main driving program, but this program us usually very
small and simple; the amount of coding required for creating simulation
investigations is greatly reduced by the simulation specification level. The
program given here concentrates on providing an example of programming using
simulation specifications. An example detailing how to create driving programs
is given in the sections below.[2]
A complete listing of the example program AudPerSS.c can be found in Appendix
??, and the files themselves can be found in the "lutear/Examples" directory.
Running the program should produce the following screen output:-
[2] The driving program for this example was
written using generic programming.