File: node19.html

package info (click to toggle)
rtlinux 3.1pre3-3
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 4,896 kB
  • ctags: 4,228
  • sloc: ansic: 26,204; sh: 2,069; makefile: 1,414; perl: 855; tcl: 489; asm: 380; cpp: 42
file content (132 lines) | stat: -rw-r--r-- 4,319 bytes parent folder | download | duplicates (2)
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
129
130
131
132
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2K.1beta (1.48)
original version by:  Nikos Drakos, 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 Lexical GUI builder</TITLE>
<META NAME="description" CONTENT="The Lexical GUI builder">
<META NAME="keywords" CONTENT="rtic">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2K.1beta">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="rtic.css">

<LINK REL="next" HREF="node42.html">
<LINK REL="previous" HREF="node10.html">
<LINK REL="up" HREF="rtic.html">
<LINK REL="next" HREF="node20.html">
</HEAD>

<BODY bgcolor="white">
<!--Navigation Panel-->
<A NAME="tex2html315"
  HREF="node20.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="/usr/share/latex2html/icons/next.png"></A> 
<A NAME="tex2html313"
  HREF="rtic.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="/usr/share/latex2html/icons/up.png"></A> 
<A NAME="tex2html307"
  HREF="node18.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="/usr/share/latex2html/icons/prev.png"></A>   
<BR>
<B> Next:</B> <A NAME="tex2html316"
  HREF="node20.html">Introduction</A>
<B> Up:</B> <A NAME="tex2html314"
  HREF="rtic.html">User's Manual for the</A>
<B> Previous:</B> <A NAME="tex2html308"
  HREF="node18.html">Removing rtic.o</A>
<BR>
<BR>
<!--End of Navigation Panel-->

<H1><A NAME="SECTION00300000000000000000"></A><A NAME="user_GUI.par"></A>
<BR>
The Lexical GUI builder
</H1>

<P>
This chapter describes the lexical GUI builder, a parsing language
explicitly written for RTiC-Lab and designed to read in the user
supplied file ``<TT>user_GUI.par</TT>'' and create the necessary source
code to imbed into <TT>RTiC-Lab</TT>'s <TT>xrtic</TT>.

<P>
This chapter is primarily intended to aid the user in developing the
graphical interface that will be used to pass parameters to the
embedded (real time) tasks from the reactive (non-real time) tasks
(e.g. the xrtic front end).

<P>
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>

<UL>
<LI><A NAME="tex2html317"
  HREF="node20.html">Introduction</A>
<LI><A NAME="tex2html318"
  HREF="node21.html">The Available Tokens </A>
<UL>
<LI><A NAME="tex2html319"
  HREF="node22.html">The <TT>label</TT> Token</A>
<LI><A NAME="tex2html320"
  HREF="node23.html">The <TT>title</TT> Token</A>
<LI><A NAME="tex2html321"
  HREF="node24.html">The <TT>start_col</TT> and <TT>end_col</TT> Tokens </A>
<LI><A NAME="tex2html322"
  HREF="node25.html">The <TT>start_row</TT> and <TT>end_row</TT> Tokens </A>
<LI><A NAME="tex2html323"
  HREF="node26.html">The <TT>h_separator</TT> Token </A>
<LI><A NAME="tex2html324"
  HREF="node27.html">The <TT>v_separator</TT> Token </A>
<LI><A NAME="tex2html325"
  HREF="node28.html">The <TT>matrix</TT> Token </A>
<LI><A NAME="tex2html326"
  HREF="node29.html">The <TT>slider_with_label</TT> Token</A>
<LI><A NAME="tex2html327"
  HREF="node30.html">The <TT>slider</TT> Token</A>
<LI><A NAME="tex2html328"
  HREF="node31.html">The <TT>spin_with_label</TT> Token</A>
<LI><A NAME="tex2html329"
  HREF="node32.html">The <TT>spin</TT> Token</A>
<LI><A NAME="tex2html330"
  HREF="node33.html">The <TT>toggle</TT> Token </A>
<LI><A NAME="tex2html331"
  HREF="node34.html">The <TT>trigger</TT> Token </A>
<LI><A NAME="tex2html332"
  HREF="node35.html">The <TT>vslider</TT> Token</A>
</UL>
<BR>
<LI><A NAME="tex2html333"
  HREF="node36.html">Examples</A>
<UL>
<LI><A NAME="tex2html334"
  HREF="node37.html">Simplest Example</A>
<LI><A NAME="tex2html335"
  HREF="node38.html">Simple Example</A>
<LI><A NAME="tex2html336"
  HREF="node39.html">Difficult Example</A>
<LI><A NAME="tex2html337"
  HREF="node40.html">State Space Example</A>
<LI><A NAME="tex2html338"
  HREF="node41.html">State Space Example</A>
</UL></UL>
<!--End of Table of Child-Links-->
<BR><HR>
<ADDRESS>
Michael Barabanov
2001-06-19
</ADDRESS>
</BODY>
</HTML>