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

4.115
Last change on this file since abdeac2a was abdeac2a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/11 at 15:12:48

2011-12-06 Joel Sherrill <joel.sherrill@…>

PR 1793/doc

  • .cvsignore, Makefile.am, README, configure.ac, index.html.in, main.am, project.am, ada_user/.cvsignore, ada_user/ada_user.texi, ada_user/example.texi, bsp_howto/.cvsignore, bsp_howto/bsp_howto.texi, cpu_supplement/.cvsignore, cpu_supplement/cpu_supplement.texi, cpu_supplement/preface.texi, develenv/.cvsignore, develenv/develenv.texi, develenv/intro.texi, filesystem/.cvsignore, filesystem/filesystem.texi, filesystem/preface.texi, networking/.cvsignore, networking/networking.texi, networking/preface.texi, porting/.cvsignore, porting/porting.texi, porting/preface.texi, posix1003.1/.cvsignore, posix1003.1/posix1003_1.texi, posix_users/.cvsignore, posix_users/posix_users.texi, posix_users/preface.texi, shell/.cvsignore, shell/preface.texi, shell/shell.texi, started/.cvsignore, started/started.texi, user/.cvsignore, user/c_user.texi, user/dirstat.texi, user/example.texi, user/glossary.texi, user/preface.texi: Convert from texi2www to texi2html.
  • texi2html_init.in: New file.
  • rtems_footer.html.in, rtems_header.html.in: Removed.
  • Property mode set to 100644
File size: 3.6 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-2011.
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@contents
81
82@node List of Figures, Preface, Top, Top
83@unnumbered List of Figures
84@listoffloats Figure
85
86@include user/preface.texi
87@include user/overview.texi
88@include user/concepts.texi
89@include user/datatypes.texi
90@include user/init.texi
91@include user/task.texi
92@include user/intr.texi
93@include user/clock.texi
94@include user/timer.texi
95@include user/sem.texi
96@include user/msg.texi
97@include user/event.texi
98@include user/signal.texi
99@include user/part.texi
100@include user/region.texi
101@include user/dpmem.texi
102@include user/io.texi
103@include user/fatal.texi
104@include user/schedule.texi
105@include user/rtmon.texi
106@include user/barrier.texi
107@include user/bsp.texi
108@include user/userext.texi
109@include user/conf.texi
110@include user/mp.texi
111@include user/stackchk.texi
112@include user/cpuuse.texi
113@include user/object.texi
114@include user/chains.texi
115@include user/dirstat.texi
116@include example.texi
117@include user/glossary.texi
118@node Top, List of Figures, (dir), (dir)
119@top RTEMS Applications Ada User's Guide
120
121@menu
122* List of Figures::
123* Preface::
124* Overview::
125* Key Concepts::
126* RTEMS Data Types::
127* Initialization Manager::
128* Task Manager::
129* Interrupt Manager::
130* Clock Manager::
131* Timer Manager::
132* Semaphore Manager::
133* Message Manager::
134* Event Manager::
135* Signal Manager::
136* Partition Manager::
137* Region Manager::
138* Dual-Ported Memory Manager::
139* I/O Manager::
140* Fatal Error Manager::
141* Scheduling Concepts::
142* Rate Monotonic Manager::
143* Barrier Manager::
144* Board Support Packages::
145* User Extensions Manager::
146* Configuring a System::
147* Multiprocessing Manager::
148* Stack Bounds Checker::
149* CPU Usage Statistics::
150* Object Services::
151* Chains::
152* Directive Status Codes::
153* Example Application::
154* Glossary::
155* Command and Variable Index::
156* Concept Index::
157@end menu
158
159@node Command and Variable Index, Concept Index, Glossary, Top
160@unnumbered Command and Variable Index
161
162@c There are currently no Command and Variable Index entries.
163
164@printindex fn
165
166@node Concept Index, , Command and Variable Index, Top
167@unnumbered Concept Index
168
169@c There are currently no Concept Index entries.
170@printindex cp
171
172@bye
173
Note: See TracBrowser for help on using the repository browser.