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

4.115
Last change on this file since c096dc1 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
RevLine 
[ed11cadf]1\input texinfo   @c -*-texinfo-*-
[3a8256d]2@c %**start of header
[5db2323]3@setfilename ada_user.info
[6449498]4@setcontentsaftertitlepage
[3a8256d]5@syncodeindex vr fn
6@synindex ky cp
7@paragraphindent 0
8@c %**end of header
9
10@c
[d46ab11b]11@c  COPYRIGHT (c) 1989-2014.
[3a8256d]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
[fc76a6aa]25@include version.texi
[110445c]26@include common/setup.texi
[ba6a9ec]27@include common/rtems.texi
[3a8256d]28
[fc76a6aa]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
[3a8256d]36
37@c variable substitution info:
38@c
39@clear is-C
40@set is-Ada
[1499931d]41@set LANGUAGE Ada
42@set STRUCTURE record
43@set ROUTINE subprogram
44@set OR or
[af24ac4]45@set RPREFIX RTEMS.
46@set DIRPREFIX rtems.
[db91520]47@c the language is @value{LANGUAGE}
[3a8256d]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
[fc76a6aa]66@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
[3a8256d]67@sp 1
[fc76a6aa]68@subtitle @value{UPDATED}
[3a8256d]69@author On-Line Applications Research Corporation
70@page
[110445c]71@include common/cpright.texi
[3a8256d]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
[782e3e8b]77@contents
78
[4eaf781]79@ifnottex
[bd861cc6]80@node Top, List of Figures, (dir), (dir)
[abdeac2a]81@top RTEMS Applications Ada User's Guide
[3a8256d]82
83@menu
[bd861cc6]84* List of Figures::
[3a8256d]85* Preface::
86* Overview::
87* Key Concepts::
[7d0ee4b0]88* RTEMS Data Types::
[3a8256d]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::
[9bacef80]105* Barrier Manager::
[3a8256d]106* Board Support Packages::
107* User Extensions Manager::
108* Configuring a System::
109* Multiprocessing Manager::
[d46ab11b]110* Symmetric Multiprocessing Services::
[ffae7bd]111* Stack Bounds Checker::
112* CPU Usage Statistics::
[f3839908]113* Object Services::
[5396467]114* Chains::
[c096dc1]115* Red-Black Trees::
[66dacbfb]116* Timespec Helpers::
[7cc2199]117* Constant Bandwidth Server Scheduler API::
[3a8256d]118* Directive Status Codes::
119* Example Application::
120* Glossary::
121* Command and Variable Index::
122* Concept Index::
123@end menu
[4eaf781]124@end ifnottex
[3a8256d]125
[b6ecf33]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
[d46ab11b]155@include user/smp.texi
[b6ecf33]156@include user/stackchk.texi
157@include user/cpuuse.texi
158@include user/object.texi
159@include user/chains.texi
[c096dc1]160@include user/rbtree.texi
[b6ecf33]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
[3a8256d]167@node Command and Variable Index, Concept Index, Glossary, Top
168@unnumbered Command and Variable Index
169
[c021a74]170@c There are currently no Command and Variable Index entries.
[3a8256d]171
[c021a74]172@printindex fn
[3a8256d]173
174@node Concept Index, , Command and Variable Index, Top
175@unnumbered Concept Index
176
[c021a74]177@c There are currently no Concept Index entries.
178@printindex cp
[3a8256d]179
180@bye
181
Note: See TracBrowser for help on using the repository browser.