source: rtems/doc/user/c_user.texi @ 7cc2199

4.115
Last change on this file since 7cc2199 was 7cc2199, checked in by Petr Benes <petben@…>, on 04/15/12 at 17:50:11

PR 1912: Add Scheduler Documentation

Adds documentation on the scheduler options and scheduler selection
to the User's Manual to reflect changes made in the development of
pluggable scheduling with EDF and CBS schedulers.

  • 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) 1989-2011.
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 Users Guide).              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 1
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 schedule.texi
90@include init.texi
91@include task.texi
92@include intr.texi
93@include clock.texi
94@include timer.texi
95@include rtmon.texi
96@include sem.texi
97@include barrier.texi
98@include msg.texi
99@include event.texi
100@include signal.texi
101@include part.texi
102@include region.texi
103@include dpmem.texi
104@include io.texi
105@include fatal.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 cbs.texi
115@include dirstat.texi
116@include example.texi
117@include glossary.texi
118@node Top, List of Figures, (dir), (dir)
119@top RTEMS Applications C User's Guide
120
121@menu
122* List of Figures::
123* Preface::
124* Overview::
125* Key Concepts::
126* RTEMS Data Types::
127* Scheduling Concepts::
128* Initialization Manager::
129* Task Manager::
130* Interrupt Manager::
131* Clock Manager::
132* Timer Manager::
133* Rate Monotonic Manager::
134* Semaphore Manager::
135* Barrier Manager::
136* Message Manager::
137* Event Manager::
138* Signal Manager::
139* Partition Manager::
140* Region Manager::
141* Dual-Ported Memory Manager::
142* I/O Manager::
143* Fatal Error 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* Constant Bandwidth Server Scheduler API::
153* Directive Status Codes::
154* Example Application::
155* Glossary::
156* Command and Variable Index::
157* Concept Index::
158@end menu
159
160@node Command and Variable Index, Concept Index, Glossary, Top
161@unnumbered Command and Variable Index
162
163@printindex fn
164
165@c There are currently no Command and Variable Index entries.
166
167@node Concept Index, , Command and Variable Index, Top
168@unnumbered Concept Index
169
170@c There are currently no Concept Index entries.
171@printindex cp
172
173@bye
174
Note: See TracBrowser for help on using the repository browser.