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

4.115
Last change on this file since a31845f7 was a31845f7, checked in by Daniel Hellstrom <daniel@…>, on 11/28/11 at 09:11:10

LIBPCI: added PCI layer to cpukit/libpci

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