source: rtems/doc/user/c_user.texi @ bd861cc6

4.104.115
Last change on this file since bd861cc6 was bd861cc6, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/09 at 14:36:14

2009-11-09 Joel Sherrill <joel.sherrill@…>

  • ada_user/Makefile.am, ada_user/ada_user.texi, user/Makefile.am, user/c_user.texi, user/concepts.t, user/overview.t, user/preface.texi, user/schedule.t, user/sem.t: Add table of figures. Add text and graphic of tree illustrating valid combinations of semaphore attributes.
  • user/semaphore_attributes.eps, user/semaphore_attributes.png: New files.
  • Property mode set to 100644
File size: 3.5 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename c_user.info
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c %**end of header
8
9@c
10@c  COPYRIGHT (c) 1988-2008.
11@c  On-Line Applications Research Corporation (OAR).
12@c  All rights reserved.
13@c
14@c  $Id$
15@c
16
17@c
18@c   Master file for the C User's Guide
19@c
20
21@c Joel's Questions
22@c
23@c  1.  Why does paragraphindent only impact makeinfo?
24@c  2.  Why does paragraphindent show up in HTML?
25@c
26
27@include version.texi
28@include common/setup.texi
29@include common/rtems.texi
30
31@ifset use-ascii
32@dircategory RTEMS On-Line Manual
33@direntry
34* RTEMS C User: (c_user).              The C User's Guide.
35@end direntry
36@end ifset
37
38@c @syncodeindex fn cp
39@c variable substitution info:
40@c
41@set is-C
42@clear is-Ada
43@set LANGUAGE C
44@set STRUCTURE structure
45@set ROUTINE function
46@set OR |
47@set RPREFIX RTEMS_
48@set DIRPREFIX rtems_
49@c the language is @value{LANGUAGE}
50@c NOTE:  don't use underscore in the name
51@c
52
53@c
54@c  Title Page Stuff
55@c
56
57@c
58@c  I don't really like having a short title page.  --joel
59@c
60@c @shorttitlepage RTEMS Applications C User's Guide
61
62@setchapternewpage odd
63@settitle RTEMS C User's Guide
64@titlepage
65@finalout
66
67@title RTEMS C User's Guide
68@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
69@sp 1
70@subtitle @value{UPDATED}
71@author On-Line Applications Research Corporation
72@page
73@include common/cpright.texi
74@end titlepage
75
76@c  This prevents a black box from being printed on "overflow" lines.
77@c  The alternative is to rework a sentence to avoid this problem.
78
79@contents
80
81@node List of Figures, Preface, Top, Top
82@unnumbered List of Figures
83@listoffloats Figure
84
85@include preface.texi
86@include overview.texi
87@include concepts.texi
88@include datatypes.texi
89@include init.texi
90@include task.texi
91@include intr.texi
92@include clock.texi
93@include timer.texi
94@include sem.texi
95@include msg.texi
96@include event.texi
97@include signal.texi
98@include part.texi
99@include region.texi
100@include dpmem.texi
101@include io.texi
102@include fatal.texi
103@include schedule.texi
104@include rtmon.texi
105@include barrier.texi
106@include bsp.texi
107@include userext.texi
108@include conf.texi
109@include mp.texi
110@include stackchk.texi
111@include cpuuse.texi
112@include object.texi
113@include chains.texi
114@include dirstat.texi
115@include example.texi
116@include glossary.texi
117@ifinfo
118@node Top, List of Figures, (dir), (dir)
119@top c_user
120
121This is the online version of the RTEMS C User's Guide.
122
123@menu
124* List of Figures::
125* Preface::
126* Overview::
127* Key Concepts::
128* RTEMS Data Types::
129* Initialization Manager::
130* Task Manager::
131* Interrupt Manager::
132* Clock Manager::
133* Timer Manager::
134* Semaphore Manager::
135* Message Manager::
136* Event Manager::
137* Signal Manager::
138* Partition Manager::
139* Region Manager::
140* Dual-Ported Memory Manager::
141* I/O Manager::
142* Fatal Error Manager::
143* Scheduling Concepts::
144* Rate Monotonic Manager::
145* Barrier Manager::
146* Board Support Packages::
147* User Extensions Manager::
148* Configuring a System::
149* Multiprocessing Manager::
150* Stack Bounds Checker::
151* CPU Usage Statistics::
152* Object Services::
153* Chains::
154* Directive Status Codes::
155* Example Application::
156* Glossary::
157* Command and Variable Index::
158* Concept Index::
159@end menu
160
161@end ifinfo
162@c
163@c
164@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
165@c
166
167@node Command and Variable Index, Concept Index, Glossary, Top
168@unnumbered Command and Variable Index
169
170@printindex fn
171
172@c There are currently no Command and Variable Index entries.
173
174@node Concept Index, , Command and Variable Index, Top
175@unnumbered Concept Index
176
177@c There are currently no Concept Index entries.
178@printindex cp
179
180@bye
181
Note: See TracBrowser for help on using the repository browser.