source: rtems/doc/ada_user/ada_user.texi @ 9bacef80

4.104.114.84.95
Last change on this file since 9bacef80 was 9bacef80, checked in by Joel Sherrill <joel.sherrill@…>, on 03/06/07 at 17:05:39

2007-03-06 Joel Sherrill <joel@…>

  • ada_user/Makefile.am, ada_user/ada_user.texi: Ada API manual now builds again.
  • Property mode set to 100644
File size: 3.5 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename ada_user.info
4@setcontentsaftertitlepage
5@syncodeindex vr fn
6@synindex ky cp
7@paragraphindent 0
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-2002.
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 version.texi
29@include common/setup.texi
30@include common/rtems.texi
31
32@ifset use-ascii
33@dircategory RTEMS On-Line Manual
34@direntry
35* RTEMS Ada User: (ada_user).          The Ada User's Guide
36@end direntry
37@end ifset
38
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 RTEMS.
49@set DIRPREFIX rtems.
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@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 @value{VERSION}
70@sp 1
71@subtitle @value{UPDATED}
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/datatypes.texi
84@include user/init.texi
85@include user/task.texi
86@include user/intr.texi
87@include user/clock.texi
88@include user/timer.texi
89@include user/sem.texi
90@include user/msg.texi
91@include user/event.texi
92@include user/signal.texi
93@include user/part.texi
94@include user/region.texi
95@include user/dpmem.texi
96@include user/io.texi
97@include user/fatal.texi
98@include user/schedule.texi
99@include user/rtmon.texi
100@include user/barrier.texi
101@include user/bsp.texi
102@include user/userext.texi
103@include user/conf.texi
104@include user/mp.texi
105@include user/stackchk.texi
106@include user/cpuuse.texi
107@include user/dirstat.texi
108@include example.texi
109@include user/glossary.texi
110@ifinfo
111@node Top, Preface, (dir), (dir)
112@top ada_user
113
114This is the online version of the RTEMS Ada User's Guide.
115
116@menu
117* Preface::
118* Overview::
119* Key Concepts::
120* RTEMS Data Types::
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* Barrier Manager::
138* Board Support Packages::
139* User Extensions Manager::
140* Configuring a System::
141* Multiprocessing Manager::
142* Stack Bounds Checker::
143* CPU Usage Statistics::
144* Directive Status Codes::
145* Example Application::
146* Glossary::
147* Command and Variable Index::
148* Concept Index::
149@end menu
150
151@end ifinfo
152@c
153@c
154@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
155@c
156
157@node Command and Variable Index, Concept Index, Glossary, Top
158@unnumbered Command and Variable Index
159
160@c There are currently no Command and Variable Index entries.
161
162@printindex fn
163
164@node Concept Index, , Command and Variable Index, Top
165@unnumbered Concept Index
166
167@c There are currently no Concept Index entries.
168@printindex cp
169
170@contents
171@bye
172
Note: See TracBrowser for help on using the repository browser.