File: drivers.tex

package info (click to toggle)
spooles 2.2-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,760 kB
  • sloc: ansic: 146,836; sh: 7,571; csh: 3,615; makefile: 1,970; perl: 74
file content (42 lines) | stat: -rw-r--r-- 1,559 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
\par
\section{Driver programs for the {\tt IV object}}
\label{section:IV:drivers}
\par
%=======================================================================
\begin{enumerate}
%-----------------------------------------------------------------------
\item
\begin{verbatim}
testIO msglvl msgFile inFile outFile
\end{verbatim}
This driver program tests the {\tt IV} IO methods,
and is useful for translating between the formatted {\tt *.ivf}
and binary {\tt *.ivb} files.
\par
\begin{itemize}
\item
The {\tt msglvl} parameter determines the amount of output.
Use {\tt msglvl = 1} for just timing output.
\item
The {\tt msgFile} parameter determines the message file --- if {\tt
msgFile} is {\tt stdout}, then the message file is {\it stdout},
otherwise a file is opened with {\it append} status to receive any
output data.
\item
The {\tt inFile} parameter is the name of the file 
from which to read in the object.
{\tt inFile} must be of the form {\tt *.ivf} for a formatted file
or {\tt *.ivb} for a binary file.
\item
The {\tt outFile} parameter is the name of the file 
to which to write out the object.
If {\tt outfile} is of the form {\tt *.ivf}, the object is written
to a formatted file.
If {\tt outfile} is of the form {\tt *.ivb}, the object is written
to a binary file.
When {\tt outFile} is {\it not} {\tt "none"}, 
the object is written to the file in a human readable format.
When {\tt outFile} is {\tt "none"}, the object is not written out.
\end{itemize}
%-----------------------------------------------------------------------
\end{enumerate}