source: rtems/doc/ada_user/ada_user.texi @ 8a8b7519

4.104.114.84.95
Last change on this file since 8a8b7519 was 8a8b7519, checked in by Joel Sherrill <joel.sherrill@…>, on 03/26/98 at 20:30:52

Added variables for dates and revision info

  • Property mode set to 100644
File size: 3.5 KB
Line 
1\input ../texinfo/texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename ada_user
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c @smallbook
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-1998.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
15@c  $Id$
16@c
17
18@c
19@c   Master file for the Ada User's Guide
20@c
21
22@c Joel's Questions
23@c
24@c  1.  Why does paragraphindent only impact makeinfo?
25@c  2.  Why does paragraphindent show up in HTML?
26@c
27
28@include ../common/setup.texi
29
30@ignore
31@ifinfo
32@format
33START-INFO-DIR-ENTRY
34* RTEMS Ada User: (ada_user).             The Ada User's Guide
35END-INFO-DIR-ENTRY
36@end format
37@end ifinfo
38@end ignore
39
40@c variable substitution info:
41@c
42@clear is-C
43@set is-Ada
44@set LANGUAGE Ada
45@set STRUCTURE record
46@set ROUTINE subprogram
47@set OR or
48@c the language is @value{LANGUAGE}
49@c NOTE:  don't use underscore in the name
50@c
51
52@c
53@c  Title Page Stuff
54@c
55
56@set edition @value{RTEMS-EDITION}
57@set version @value{RTEMS-VERSION}
58@set update-date @value{RTEMS-UPDATE-DATE}
59@set update-month @value{RTEMS-UPDATE-MONTH}
60
61@c
62@c  I don't really like having a short title page.  --joel
63@c
64@c @shorttitlepage RTEMS Applications Ada User's Guide
65
66@setchapternewpage odd
67@settitle RTEMS Ada User's Guide
68@titlepage
69@finalout
70
71@title RTEMS Applications Ada User's Guide
72@subtitle Edition @value{edition}, for RTEMS @value{version}
73@sp 1
74@subtitle @value{update-month}
75@author On-Line Applications Research Corporation
76@page
77@include ../common/cpright.texi
78@end titlepage
79
80@c  This prevents a black box from being printed on "overflow" lines.
81@c  The alternative is to rework a sentence to avoid this problem.
82
83@include ../user/preface.texi
84@include ../user/overview.texi
85@include ../user/concepts.texi
86@include ../user/init.texi
87@include ../user/task.texi
88@include ../user/intr.texi
89@include ../user/clock.texi
90@include ../user/timer.texi
91@include ../user/sem.texi
92@include ../user/msg.texi
93@include ../user/event.texi
94@include ../user/signal.texi
95@include ../user/part.texi
96@include ../user/region.texi
97@include ../user/dpmem.texi
98@include ../user/io.texi
99@include ../user/fatal.texi
100@include ../user/schedule.texi
101@include ../user/rtmon.texi
102@include ../user/bsp.texi
103@include ../user/userext.texi
104@include ../user/conf.texi
105@include ../user/mp.texi
106@include ../user/dirstat.texi
107@include example.texi
108@include ../user/glossary.texi
109@ifinfo
110@node Top, Preface, (dir), (dir)
111@top ada_user
112
113This is the online version of the RTEMS Ada User's Guide.
114
115@menu
116* Preface::
117* Overview::
118* Key Concepts::
119* Initialization Manager::
120* Task Manager::
121* Interrupt Manager::
122* Clock Manager::
123* Timer Manager::
124* Semaphore Manager::
125* Message Manager::
126* Event Manager::
127* Signal Manager::
128* Partition Manager::
129* Region Manager::
130* Dual-Ported Memory Manager::
131* I/O Manager::
132* Fatal Error Manager::
133* Scheduling Concepts::
134* Rate Monotonic Manager::
135* Board Support Packages::
136* User Extensions Manager::
137* Configuring a System::
138* Multiprocessing Manager::
139* Directive Status Codes::
140* Example Application::
141* Glossary::
142* Command and Variable Index::
143* Concept Index::
144@end menu
145
146@end ifinfo
147@c
148@c
149@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
150@c
151
152@node Command and Variable Index, Concept Index, Glossary, Top
153@unnumbered Command and Variable Index
154
155There are currently no Command and Variable Index entries.
156
157@c @printindex fn
158
159@node Concept Index, , Command and Variable Index, Top
160@unnumbered Concept Index
161
162There are currently no Concept Index entries.
163@c @printindex cp
164
165@contents
166@bye
167
Note: See TracBrowser for help on using the repository browser.