source: rtems/doc/user/c_user.texi @ 87ed029

4.104.114.84.95
Last change on this file since 87ed029 was 87ed029, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/98 at 16:18:26

Added "findex" for all directive pages but it turns out that this
blows up both makeinfo and texi2dvi. So I have commented them out.

  • Property mode set to 100644
File size: 3.2 KB
Line 
1\input ../texinfo/texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename c_user
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c @smallbook
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-1998.
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 C 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 ../common/setup.texi
29
30@ignore
31@ifinfo
32@format
33START-INFO-DIR-ENTRY
34* RTEMS C User: (c_user).             The C User's Guide
35END-INFO-DIR-ENTRY
36@end format
37@end ifinfo
38@end ignore
39
40@c variable substitution info:
41@c
42@set is-C
43@clear is-Ada
44@set LANGUAGE C
45@set STRUCTURE structure
46@set ROUTINE function
47@set 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@set edition @value{RTEMS-EDITION}
59@set version @value{RTEMS-VERSION}
60@set update-date @value{RTEMS-UPDATE-DATE}
61@set update-month @value{RTEMS-UPDATE-MONTH}
62
63@c
64@c  I don't really like having a short title page.  --joel
65@c
66@c @shorttitlepage RTEMS Applications C User's Guide
67
68@setchapternewpage odd
69@settitle RTEMS C User's Guide
70@titlepage
71@finalout
72
73@title RTEMS C User's Guide
74@subtitle Edition @value{edition}, for RTEMS @value{version}
75@sp 1
76@subtitle @value{update-month}
77@author On-Line Applications Research Corporation
78@page
79@include ../common/cpright.texi
80@end titlepage
81
82@c  This prevents a black box from being printed on "overflow" lines.
83@c  The alternative is to rework a sentence to avoid this problem.
84
85@include preface.texi
86@include overview.texi
87@include concepts.texi
88@include init.texi
89@include task.texi
90@include intr.texi
91@include clock.texi
92@include timer.texi
93@include sem.texi
94@include msg.texi
95@include event.texi
96@include signal.texi
97@include part.texi
98@include region.texi
99@include dpmem.texi
100@include io.texi
101@include fatal.texi
102@include schedule.texi
103@include rtmon.texi
104@include bsp.texi
105@include userext.texi
106@include conf.texi
107@include mp.texi
108@include dirstat.texi
109@include example.texi
110@include glossary.texi
111@ifinfo
112@node Top, Preface, (dir), (dir)
113@top c_user
114
115This is the online version of the RTEMS C User's Guide.
116
117@menu
118* Preface::
119* Overview::
120* Key Concepts::
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* Board Support Packages::
138* User Extensions Manager::
139* Configuring a System::
140* Multiprocessing Manager::
141* Directive Status Codes::
142* Example Application::
143* Glossary::
144* Command and Variable Index::
145* Concept Index::
146@end menu
147
148@end ifinfo
149@c
150@c
151@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
152@c
153
154@node Command and Variable Index, Concept Index, Glossary, Top
155@unnumbered Command and Variable Index
156
157@printindex fn
158
159@node Concept Index, , Command and Variable Index, Top
160@unnumbered Concept Index
161
162There are currently no Concept Index entries.
163@c @printindex cp
164
165@contents
166@bye
167
Note: See TracBrowser for help on using the repository browser.