source: rtems/doc/user/c_user.texi @ 782e3e8b

4.104.114.84.95
Last change on this file since 782e3e8b was 782e3e8b, checked in by Joel Sherrill <joel.sherrill@…>, on 06/21/07 at 18:53:00

2007-06-21 Joel Sherrill <joel.sherrill@…>

  • ada_user/ada_user.texi, bsp_howto/bsp_howto.texi, cpu_supplement/cpu_supplement.texi, develenv/develenv.texi, filesystem/filesystem.texi, itron3.0/itron.texi, networking/networking.texi, porting/porting.texi, posix1003.1/posix1003_1.texi, posix_users/posix_users.texi, rgdb_specs/rgdb_specs.texi, rtems_gdb/rtems_gdb.texi, started/started.texi, started_ada/started_ada.texi, user/c_user.texi: Print table of contents in front of manual where it should be when you print.
  • Property mode set to 100644
File size: 3.4 KB
RevLine 
[ed11cadf]1\input texinfo   @c -*-texinfo-*-
[ae68ff0]2@c %**start of header
[d1996079]3@setfilename c_user.info
[ae68ff0]4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c %**end of header
8
9@c
[aba8a85]10@c  COPYRIGHT (c) 1988-2006.
[ae68ff0]11@c  On-Line Applications Research Corporation (OAR).
12@c  All rights reserved.
13@c
[139b2e4a]14@c  $Id$
15@c
[ae68ff0]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
[fc76a6aa]27@include version.texi
[110445c]28@include common/setup.texi
[44e7129]29@include common/rtems.texi
[ae68ff0]30
[fc76a6aa]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
[ae68ff0]37
[169502e]38@c @syncodeindex fn cp
[ae68ff0]39@c variable substitution info:
40@c
[61389eac]41@set is-C
42@clear is-Ada
[a94c5a5d]43@set LANGUAGE C
44@set STRUCTURE structure
45@set ROUTINE function
46@set OR |
[a3a7527]47@set RPREFIX RTEMS_
[4fa4ea65]48@set DIRPREFIX rtems_
[a94c5a5d]49@c the language is @value{LANGUAGE}
[ae68ff0]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
[a94c5a5d]67@title RTEMS C User's Guide
[fc76a6aa]68@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
[ae68ff0]69@sp 1
[fc76a6aa]70@subtitle @value{UPDATED}
[ae68ff0]71@author On-Line Applications Research Corporation
72@page
[110445c]73@include common/cpright.texi
[ae68ff0]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
[782e3e8b]79@contents
80
[ae68ff0]81@include preface.texi
82@include overview.texi
83@include concepts.texi
[920e3537]84@include datatypes.texi
[ae68ff0]85@include init.texi
86@include task.texi
87@include intr.texi
88@include clock.texi
89@include timer.texi
90@include sem.texi
91@include msg.texi
92@include event.texi
93@include signal.texi
94@include part.texi
95@include region.texi
96@include dpmem.texi
97@include io.texi
98@include fatal.texi
99@include schedule.texi
100@include rtmon.texi
[e8e2693c]101@include barrier.texi
[ae68ff0]102@include bsp.texi
103@include userext.texi
104@include conf.texi
105@include mp.texi
[aba8a85]106@include stackchk.texi
[e694c94b]107@include cpuuse.texi
[ae68ff0]108@include dirstat.texi
109@include example.texi
110@include glossary.texi
111@ifinfo
112@node Top, Preface, (dir), (dir)
113@top c_user
114
115This is the online version of the RTEMS C User's Guide.
116
117@menu
118* Preface::
119* Overview::
120* Key Concepts::
[920e3537]121* RTEMS Data Types::
[ae68ff0]122* Initialization Manager::
123* Task Manager::
124* Interrupt Manager::
125* Clock Manager::
126* Timer Manager::
127* Semaphore Manager::
128* Message Manager::
129* Event Manager::
130* Signal Manager::
131* Partition Manager::
132* Region Manager::
133* Dual-Ported Memory Manager::
134* I/O Manager::
135* Fatal Error Manager::
136* Scheduling Concepts::
137* Rate Monotonic Manager::
[e8e2693c]138* Barrier Manager::
[ae68ff0]139* Board Support Packages::
140* User Extensions Manager::
141* Configuring a System::
142* Multiprocessing Manager::
[aba8a85]143* Stack Bounds Checker::
[e694c94b]144* CPU Usage Statistics::
[ae68ff0]145* Directive Status Codes::
146* Example Application::
147* Glossary::
148* Command and Variable Index::
149* Concept Index::
150@end menu
151
152@end ifinfo
153@c
154@c
155@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
156@c
157
158@node Command and Variable Index, Concept Index, Glossary, Top
159@unnumbered Command and Variable Index
160
[169502e]161@printindex fn
162
163@c There are currently no Command and Variable Index entries.
[56061f5]164
[ae68ff0]165@node Concept Index, , Command and Variable Index, Top
166@unnumbered Concept Index
167
[169502e]168@c There are currently no Concept Index entries.
169@printindex cp
[ae68ff0]170
171@bye
172
Note: See TracBrowser for help on using the repository browser.