source: rtems/doc/ada_user/ada_user.texi @ e8f7f83

4.104.114.84.95
Last change on this file since e8f7f83 was b753a345, checked in by Joel Sherrill <joel.sherrill@…>, on 03/27/98 at 16:48:50

Added directive and constant prefixes.

  • 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@set RPREFIX
49@set DIRPREFIX
50@c the language is @value{LANGUAGE}
51@c NOTE:  don't use underscore in the name
52@c
53
54@c
55@c  Title Page Stuff
56@c
57
58@set edition @value{RTEMS-EDITION}
59@set version @value{RTEMS-VERSION}
60@set update-date @value{RTEMS-UPDATE-DATE}
61@set update-month @value{RTEMS-UPDATE-MONTH}
62
63@c
64@c  I don't really like having a short title page.  --joel
65@c
66@c @shorttitlepage RTEMS Applications Ada User's Guide
67
68@setchapternewpage odd
69@settitle RTEMS Ada User's Guide
70@titlepage
71@finalout
72
73@title RTEMS Applications Ada User's Guide
74@subtitle Edition @value{edition}, for RTEMS @value{version}
75@sp 1
76@subtitle @value{update-month}
77@author On-Line Applications Research Corporation
78@page
79@include ../common/cpright.texi
80@end titlepage
81
82@c  This prevents a black box from being printed on "overflow" lines.
83@c  The alternative is to rework a sentence to avoid this problem.
84
85@include ../user/preface.texi
86@include ../user/overview.texi
87@include ../user/concepts.texi
88@include ../user/init.texi
89@include ../user/task.texi
90@include ../user/intr.texi
91@include ../user/clock.texi
92@include ../user/timer.texi
93@include ../user/sem.texi
94@include ../user/msg.texi
95@include ../user/event.texi
96@include ../user/signal.texi
97@include ../user/part.texi
98@include ../user/region.texi
99@include ../user/dpmem.texi
100@include ../user/io.texi
101@include ../user/fatal.texi
102@include ../user/schedule.texi
103@include ../user/rtmon.texi
104@include ../user/bsp.texi
105@include ../user/userext.texi
106@include ../user/conf.texi
107@include ../user/mp.texi
108@include ../user/dirstat.texi
109@include example.texi
110@include ../user/glossary.texi
111@ifinfo
112@node Top, Preface, (dir), (dir)
113@top ada_user
114
115This is the online version of the RTEMS Ada User's Guide.
116
117@menu
118* Preface::
119* Overview::
120* Key Concepts::
121* Initialization Manager::
122* Task Manager::
123* Interrupt Manager::
124* Clock Manager::
125* Timer Manager::
126* Semaphore Manager::
127* Message Manager::
128* Event Manager::
129* Signal Manager::
130* Partition Manager::
131* Region Manager::
132* Dual-Ported Memory Manager::
133* I/O Manager::
134* Fatal Error Manager::
135* Scheduling Concepts::
136* Rate Monotonic Manager::
137* Board Support Packages::
138* User Extensions Manager::
139* Configuring a System::
140* Multiprocessing Manager::
141* Directive Status Codes::
142* Example Application::
143* Glossary::
144* Command and Variable Index::
145* Concept Index::
146@end menu
147
148@end ifinfo
149@c
150@c
151@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
152@c
153
154@node Command and Variable Index, Concept Index, Glossary, Top
155@unnumbered Command and Variable Index
156
157There are currently no Command and Variable Index entries.
158
159@c @printindex fn
160
161@node Concept Index, , Command and Variable Index, Top
162@unnumbered Concept Index
163
164There are currently no Concept Index entries.
165@c @printindex cp
166
167@contents
168@bye
169
Note: See TracBrowser for help on using the repository browser.