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

4.104.114.84.95
Last change on this file since e694c94b was e694c94b, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/06 at 15:06:38

2006-09-14 Joel Sherrill <joel@…>

  • new_chapters/Makefile.am, new_chapters/gen_section, new_chapters/new_chapters.texi, user/Makefile.am, user/c_user.texi, user/dirstat.texi: Promote CPU Usage to first class citizen. Rename to start with rtems_ and include documentation in user guide.
  • user/cpuuse.t: New file.
  • new_chapters/cpuuse.t: Removed.
  • Property mode set to 100644
File size: 3.3 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-2006.
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@include preface.texi
80@include overview.texi
81@include concepts.texi
82@include datatypes.texi
83@include init.texi
84@include task.texi
85@include intr.texi
86@include clock.texi
87@include timer.texi
88@include sem.texi
89@include msg.texi
90@include event.texi
91@include signal.texi
92@include part.texi
93@include region.texi
94@include dpmem.texi
95@include io.texi
96@include fatal.texi
97@include schedule.texi
98@include rtmon.texi
99@include bsp.texi
100@include userext.texi
101@include conf.texi
102@include mp.texi
103@include stackchk.texi
104@include cpuuse.texi
105@include dirstat.texi
106@include example.texi
107@include glossary.texi
108@ifinfo
109@node Top, Preface, (dir), (dir)
110@top c_user
111
112This is the online version of the RTEMS C User's Guide.
113
114@menu
115* Preface::
116* Overview::
117* Key Concepts::
118* RTEMS Data Types::
119* Initialization Manager::
120* Task Manager::
121* Interrupt Manager::
122* Clock Manager::
123* Timer Manager::
124* Semaphore Manager::
125* Message Manager::
126* Event Manager::
127* Signal Manager::
128* Partition Manager::
129* Region Manager::
130* Dual-Ported Memory Manager::
131* I/O Manager::
132* Fatal Error Manager::
133* Scheduling Concepts::
134* Rate Monotonic Manager::
135* Board Support Packages::
136* User Extensions Manager::
137* Configuring a System::
138* Multiprocessing Manager::
139* Stack Bounds Checker::
140* CPU Usage Statistics::
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@c There are currently no Command and Variable Index entries.
160
161@node Concept Index, , Command and Variable Index, Top
162@unnumbered Concept Index
163
164@c There are currently no Concept Index entries.
165@printindex cp
166
167@contents
168@bye
169
Note: See TracBrowser for help on using the repository browser.