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

4.104.114.84.95
Last change on this file since bf56ac8 was bf56ac8, checked in by Joel Sherrill <joel.sherrill@…>, on 06/04/97 at 15:15:59

changed edition and version information

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