File: ccode.tex

package info (click to toggle)
dstooltk-doc 2.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,024 kB
  • ctags: 451
  • sloc: perl: 753; makefile: 49; sh: 8
file content (47 lines) | stat: -rw-r--r-- 2,167 bytes parent folder | download | duplicates (3)
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
43
44
45
46
47
\section{The C Code Window}\index{C Code window}\index{window, C Code}\label{c code}
%
%
%
\begin{figure}[H]
%\vspace{1.0in}
\centerline{\psfig{figure=ps/ccode.ps,height=200pt}}
\caption{\label{ccode}
The C Code window.
}
\end{figure}
%
%
%
\begin{description}

\item[Window title:] DsTool: Dynamical system C code
\item[Function:] The C Code window allows the user to edit, save or load 
	automatically generated C code\index{C code, automatically generated}.
\item[Description:] The C Code window is opened by selecting the Write C Code command/window button
	located in the Parser window.  The user can inspect the C code which has been generated
	by the Parser, edit it, and save it to a file.  In addition, C code can be loaded from
	previously generated model files. 
\item[Panel items:] \mbox{}
	\begin{itemize}
	\item Directory read-write text field:
                Displays the currently selected directory which DsTool will use to save to or read
                from.  The default is the string in the Directory text field of the Parser window.  
        \item Filename read-write text field:
                Displays the currently selected filename which to write to or read from.  This 
		should be a single word
                of no more than 30 characters followed by the standard ``.c'' suffix.
		The default string is ``pmodel\_def.c''.
	\item C code definition text pane:
                Displays the C code for the dynamical system.  See section \ref{automatic_c_code_generation} 
                for information on how the C code was generated.
        \item Load window button:\index{Files window}\index{window, Files}
		Opens and brings to the foreground the Files window for loading C code datafiles.
        \item Save window button:
		Opens and brings to the foreground the Files window for saving the C code datafile.
        \item Clear command button:             
                Clears the C code definition text pane.   
        \item Dismiss command button:
                Closes the C Code window. 
%  The information in the C Code window will revert back to the default when the window is closed.
	\end{itemize}
\end{description}