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

4.115
Last change on this file since bf9d387 was c096dc1, checked in by Joel Sherrill <joel.sherrill@…>, on 03/06/15 at 13:42:56

doc: Update Ada User Guide to match C

  • Property mode set to 100644
File size: 3.8 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) 1989-2014.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14
15@c
16@c   Master file for the Ada User's Guide
17@c
18
19@c Joel's Questions
20@c
21@c  1.  Why does paragraphindent only impact makeinfo?
22@c  2.  Why does paragraphindent show up in HTML?
23@c
24
25@include version.texi
26@include common/setup.texi
27@include common/rtems.texi
28
29@ifset use-ascii
30@dircategory RTEMS On-Line Manual
31@direntry
32* RTEMS Ada User: (ada_user).          The Ada User's Guide
33@end direntry
34@end ifset
35
36
37@c variable substitution info:
38@c
39@clear is-C
40@set is-Ada
41@set LANGUAGE Ada
42@set STRUCTURE record
43@set ROUTINE subprogram
44@set OR or
45@set RPREFIX RTEMS.
46@set DIRPREFIX rtems.
47@c the language is @value{LANGUAGE}
48@c NOTE:  don't use underscore in the name
49@c
50
51@c
52@c  Title Page Stuff
53@c
54
55@c
56@c  I don't really like having a short title page.  --joel
57@c
58@c @shorttitlepage RTEMS Applications Ada User's Guide
59
60@setchapternewpage odd
61@settitle RTEMS Ada User's Guide
62@titlepage
63@finalout
64
65@title RTEMS Applications Ada User's Guide
66@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
67@sp 1
68@subtitle @value{UPDATED}
69@author On-Line Applications Research Corporation
70@page
71@include common/cpright.texi
72@end titlepage
73
74@c  This prevents a black box from being printed on "overflow" lines.
75@c  The alternative is to rework a sentence to avoid this problem.
76
77@contents
78
79@ifnottex
80@node Top, List of Figures, (dir), (dir)
81@top RTEMS Applications Ada User's Guide
82
83@menu
84* List of Figures::
85* Preface::
86* Overview::
87* Key Concepts::
88* RTEMS Data Types::
89* Initialization Manager::
90* Task Manager::
91* Interrupt Manager::
92* Clock Manager::
93* Timer Manager::
94* Semaphore Manager::
95* Message Manager::
96* Event Manager::
97* Signal Manager::
98* Partition Manager::
99* Region Manager::
100* Dual-Ported Memory Manager::
101* I/O Manager::
102* Fatal Error Manager::
103* Scheduling Concepts::
104* Rate Monotonic Manager::
105* Barrier Manager::
106* Board Support Packages::
107* User Extensions Manager::
108* Configuring a System::
109* Multiprocessing Manager::
110* Symmetric Multiprocessing Services::
111* Stack Bounds Checker::
112* CPU Usage Statistics::
113* Object Services::
114* Chains::
115* Red-Black Trees::
116* Timespec Helpers::
117* Constant Bandwidth Server Scheduler API::
118* Directive Status Codes::
119* Example Application::
120* Glossary::
121* Command and Variable Index::
122* Concept Index::
123@end menu
124@end ifnottex
125
126@node List of Figures, Preface, Top, Top
127@unnumbered List of Figures
128@listoffloats Figure
129
130@include user/preface.texi
131@include user/overview.texi
132@include user/concepts.texi
133@include user/datatypes.texi
134@include user/init.texi
135@include user/task.texi
136@include user/intr.texi
137@include user/clock.texi
138@include user/timer.texi
139@include user/sem.texi
140@include user/msg.texi
141@include user/event.texi
142@include user/signal.texi
143@include user/part.texi
144@include user/region.texi
145@include user/dpmem.texi
146@include user/io.texi
147@include user/fatal.texi
148@include user/schedule.texi
149@include user/rtmon.texi
150@include user/barrier.texi
151@include user/bsp.texi
152@include user/userext.texi
153@include user/conf.texi
154@include user/mp.texi
155@include user/smp.texi
156@include user/stackchk.texi
157@include user/cpuuse.texi
158@include user/object.texi
159@include user/chains.texi
160@include user/rbtree.texi
161@include user/timespec.texi
162@include user/cbs.texi
163@include user/dirstat.texi
164@include example.texi
165@include user/glossary.texi
166
167@node Command and Variable Index, Concept Index, Glossary, Top
168@unnumbered Command and Variable Index
169
170@c There are currently no Command and Variable Index entries.
171
172@printindex fn
173
174@node Concept Index, , Command and Variable Index, Top
175@unnumbered Concept Index
176
177@c There are currently no Concept Index entries.
178@printindex cp
179
180@bye
181
Note: See TracBrowser for help on using the repository browser.