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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 98.1p1 release (March 2nd, 1998)
originally by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>The C Code Window</TITLE>
<META NAME="description" CONTENT="The C Code Window">
<META NAME="keywords" CONTENT="userman">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="userman.css">
<LINK REL="next" HREF="node10.html">
<LINK REL="previous" HREF="node8.html">
<LINK REL="up" HREF="node5.html">
<LINK REL="next" HREF="node10.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html673"
HREF="node10.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
SRC="/usr/lib/latex2html/icons.gif/next_motif.gif"></A>
<A NAME="tex2html670"
HREF="node5.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
SRC="/usr/lib/latex2html/icons.gif/up_motif.gif"></A>
<A NAME="tex2html664"
HREF="node8.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
SRC="/usr/lib/latex2html/icons.gif/previous_motif.gif"></A>
<A NAME="tex2html672"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
SRC="/usr/lib/latex2html/icons.gif/contents_motif.gif"></A>
<BR>
<B> Next:</B> <A NAME="tex2html674"
HREF="node10.html">The Save Window</A>
<B> Up:</B> <A NAME="tex2html671"
HREF="node5.html">Attributes of Interface Windows</A>
<B> Previous:</B> <A NAME="tex2html665"
HREF="node8.html">The Parser Window</A>
<BR>
<BR>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION00440000000000000000"> </A><A NAME="299"> </A><A NAME="300"> </A><A NAME="c_code"> </A>
<BR>
The C Code Window
</H1>
<BR>
<DIV ALIGN="CENTER"><A NAME="ccode"> </A><A NAME="316"> </A>
<TABLE WIDTH="50%">
<CAPTION><STRONG>Figure 2.4:</STRONG>
The C Code window.</CAPTION>
<TR><TD>6#6</TD></TR>
</TABLE>
</DIV>
<BR><DL>
<DD><P>
<DT><STRONG>Window title:</STRONG>
<DD>DsTool: Dynamical system C code
<DT><STRONG>Function:</STRONG>
<DD>The C Code window allows the user to edit, save or load
automatically generated C code<A NAME="307"> </A>.
<DT><STRONG>Description:</STRONG>
<DD>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.
<DT><STRONG>Panel items:</STRONG>
<DD>
<UL>
<LI>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.
<LI>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''.
<LI>C code definition text pane:
Displays the C code for the dynamical system. See section <A HREF="node40.html#automatic_c_code_generation"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
SRC="/usr/lib/latex2html/icons.gif/cross_ref_motif.gif"></A>
for information on how the C code was generated.
<LI>Load window button:<A NAME="311"> </A><A NAME="312"> </A>
Opens and brings to the foreground the Files window for loading C code datafiles.
<LI>Save window button:
Opens and brings to the foreground the Files window for saving the C code datafile.
<LI>Clear command button:
Clears the C code definition text pane.
<LI>Dismiss command button:
Closes the C Code window.
</UL></DL><HR>
<!--Navigation Panel-->
<A NAME="tex2html673"
HREF="node10.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
SRC="/usr/lib/latex2html/icons.gif/next_motif.gif"></A>
<A NAME="tex2html670"
HREF="node5.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
SRC="/usr/lib/latex2html/icons.gif/up_motif.gif"></A>
<A NAME="tex2html664"
HREF="node8.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
SRC="/usr/lib/latex2html/icons.gif/previous_motif.gif"></A>
<A NAME="tex2html672"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
SRC="/usr/lib/latex2html/icons.gif/contents_motif.gif"></A>
<BR>
<B> Next:</B> <A NAME="tex2html674"
HREF="node10.html">The Save Window</A>
<B> Up:</B> <A NAME="tex2html671"
HREF="node5.html">Attributes of Interface Windows</A>
<B> Previous:</B> <A NAME="tex2html665"
HREF="node8.html">The Parser Window</A>
<!--End of Navigation Panel-->
<ADDRESS>
<I>John Lapeyre</I>
<BR><I>1998-09-04</I>
</ADDRESS>
</BODY>
</HTML>
|