source: rtems/doc/ada_user/ada_user.texi @ 4eaf781

4.115
Last change on this file since 4eaf781 was 4eaf781, checked in by Joel Sherrill <joel.sherrill@…>, on 02/25/13 at 21:23:59

doc master include files: Do not include top node on printed output

In PDF, DVI, and PostScript? files, the contents of the @top
node were being printed. These are intended only for info
and html output formats.

  • Property mode set to 100644
File size: 3.7 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-2013.
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* Stack Bounds Checker::
111* CPU Usage Statistics::
112* Object Services::
113* Chains::
114* Timespec Helpers::
115* Constant Bandwidth Server Scheduler API::
116* Directive Status Codes::
117* Example Application::
118* Glossary::
119* Command and Variable Index::
120* Concept Index::
121@end menu
122@end ifnottex
123
124@node List of Figures, Preface, Top, Top
125@unnumbered List of Figures
126@listoffloats Figure
127
128@include user/preface.texi
129@include user/overview.texi
130@include user/concepts.texi
131@include user/datatypes.texi
132@include user/init.texi
133@include user/task.texi
134@include user/intr.texi
135@include user/clock.texi
136@include user/timer.texi
137@include user/sem.texi
138@include user/msg.texi
139@include user/event.texi
140@include user/signal.texi
141@include user/part.texi
142@include user/region.texi
143@include user/dpmem.texi
144@include user/io.texi
145@include user/fatal.texi
146@include user/schedule.texi
147@include user/rtmon.texi
148@include user/barrier.texi
149@include user/bsp.texi
150@include user/userext.texi
151@include user/conf.texi
152@include user/mp.texi
153@include user/stackchk.texi
154@include user/cpuuse.texi
155@include user/object.texi
156@include user/chains.texi
157@include user/timespec.texi
158@include user/cbs.texi
159@include user/dirstat.texi
160@include example.texi
161@include user/glossary.texi
162
163@node Command and Variable Index, Concept Index, Glossary, Top
164@unnumbered Command and Variable Index
165
166@c There are currently no Command and Variable Index entries.
167
168@printindex fn
169
170@node Concept Index, , Command and Variable Index, Top
171@unnumbered Concept Index
172
173@c There are currently no Concept Index entries.
174@printindex cp
175
176@bye
177
Note: See TracBrowser for help on using the repository browser.