source: rtems/doc/ada_user/ada_user.texi @ 3a8256d

4.104.114.84.95
Last change on this file since 3a8256d was 3a8256d, checked in by Joel Sherrill <joel.sherrill@…>, on 05/29/97 at 21:53:39

first cut at adding an Ada bindings manual

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