source: rtems/doc/user/c_user.texi @ 3dc513e

4.104.114.84.95
Last change on this file since 3dc513e was 3dc513e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/28/97 at 13:57:50

4.0.0 release docs

  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[ae68ff0]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-1996.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
15
16@c
17@c   Master file for the C User's Guide
18@c
19
20@c Joel's Questions
21@c
22@c  1.  Why does paragraphindent only impact makeinfo?
23@c  2.  Why does paragraphindent show up in HTML?
24@c
25
26@include ../common/setup.texi
27
28@ignore
29@ifinfo
30@format
31START-INFO-DIR-ENTRY
32* RTEMS C User: (c_user).             The C User's Guide
33END-INFO-DIR-ENTRY
34@end format
35@end ifinfo
36@end ignore
37
38@c variable substitution info:
39@c
40@c @set RTEMS-LANGUAGE C
41@c the language is @value{RTEMS-LANGUAGE}
42@c NOTE:  don't use underscore in the name
43@c
44
45@c
46@c  Title Page Stuff
47@c
48
49@set edition 4.0.0a
[3dc513e]50@set update-date 1 June 97
51@set update-month June 97
[ae68ff0]52
53@c
54@c  I don't really like having a short title page.  --joel
55@c
56@c @shorttitlepage RTEMS Applications C User's Guide
57
58@setchapternewpage odd
59@settitle RTEMS C User's Guide
60@titlepage
61@finalout
62
63@title RTEMS Applications C User's Guide
64@subtitle Edition @value{edition}, for RTEMS 4.0.0
65@sp 1
66@subtitle @value{update-month}
67@author On-Line Applications Research Corporation
68@page
69@include ../common/cpright.texi
70@end titlepage
71
72@c  This prevents a black box from being printed on "overflow" lines.
73@c  The alternative is to rework a sentence to avoid this problem.
74
75@include preface.texi
76@include overview.texi
77@include concepts.texi
78@include init.texi
79@include task.texi
80@include intr.texi
81@include clock.texi
82@include timer.texi
83@include sem.texi
84@include msg.texi
85@include event.texi
86@include signal.texi
87@include part.texi
88@include region.texi
89@include dpmem.texi
90@include io.texi
91@include fatal.texi
92@include schedule.texi
93@include rtmon.texi
94@include bsp.texi
95@include userext.texi
96@include conf.texi
97@include mp.texi
98@include dirstat.texi
99@include example.texi
100@include glossary.texi
101@ifinfo
102@node Top, Preface, (dir), (dir)
103@top c_user
104
105This is the online version of the RTEMS C User's Guide.
106
107@menu
108* Preface::
109* Overview::
110* Key Concepts::
111* Initialization Manager::
112* Task Manager::
113* Interrupt Manager::
114* Clock Manager::
115* Timer Manager::
116* Semaphore Manager::
117* Message Manager::
118* Event Manager::
119* Signal Manager::
120* Partition Manager::
121* Region Manager::
122* Dual-Ported Memory Manager::
123* I/O Manager::
124* Fatal Error Manager::
125* Scheduling Concepts::
126* Rate Monotonic Manager::
127* Board Support Packages::
128* User Extensions Manager::
129* Configuring a System::
130* Multiprocessing Manager::
131* Directive Status Codes::
132* Example Application::
133* Glossary::
134* Command and Variable Index::
135* Concept Index::
136@end menu
137
138@end ifinfo
139@c
140@c
141@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
142@c
143
144@node Command and Variable Index, Concept Index, Glossary, Top
145@unnumbered Command and Variable Index
146
147There are currently no Command and Variable Index entries.
148
149@c @printindex fn
150
151@node Concept Index, , Command and Variable Index, Top
152@unnumbered Concept Index
153
154There are currently no Concept Index entries.
155@c @printindex cp
156
157@contents
158@bye
159
Note: See TracBrowser for help on using the repository browser.