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

4.104.114.84.95
Last change on this file since 6449498 was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • Property mode set to 100644
File size: 3.2 KB
RevLine 
[ed11cadf]1\input texinfo   @c -*-texinfo-*-
[ae68ff0]2@c %**start of header
3@setfilename c_user
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c %**end of header
8
9@c
[6449498]10@c  COPYRIGHT (c) 1988-2002.
[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
[ae68ff0]29
[fc76a6aa]30@ifset use-ascii
31@dircategory RTEMS On-Line Manual
32@direntry
33* RTEMS C User: (c_user).              The C User's Guide.
34@end direntry
35@end ifset
[ae68ff0]36
[169502e]37@c @syncodeindex fn cp
[ae68ff0]38@c variable substitution info:
39@c
[61389eac]40@set is-C
41@clear is-Ada
[a94c5a5d]42@set LANGUAGE C
43@set STRUCTURE structure
44@set ROUTINE function
45@set OR |
[a3a7527]46@set RPREFIX RTEMS_
[4fa4ea65]47@set DIRPREFIX rtems_
[a94c5a5d]48@c the language is @value{LANGUAGE}
[ae68ff0]49@c NOTE:  don't use underscore in the name
50@c
51
52@c
53@c  Title Page Stuff
54@c
55
56@c
57@c  I don't really like having a short title page.  --joel
58@c
59@c @shorttitlepage RTEMS Applications C User's Guide
60
61@setchapternewpage odd
62@settitle RTEMS C User's Guide
63@titlepage
64@finalout
65
[a94c5a5d]66@title RTEMS C User's Guide
[fc76a6aa]67@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
[ae68ff0]68@sp 1
[fc76a6aa]69@subtitle @value{UPDATED}
[ae68ff0]70@author On-Line Applications Research Corporation
71@page
[110445c]72@include common/cpright.texi
[ae68ff0]73@end titlepage
74
75@c  This prevents a black box from being printed on "overflow" lines.
76@c  The alternative is to rework a sentence to avoid this problem.
77
78@include preface.texi
79@include overview.texi
80@include concepts.texi
[920e3537]81@include datatypes.texi
[ae68ff0]82@include init.texi
83@include task.texi
84@include intr.texi
85@include clock.texi
86@include timer.texi
87@include sem.texi
88@include msg.texi
89@include event.texi
90@include signal.texi
91@include part.texi
92@include region.texi
93@include dpmem.texi
94@include io.texi
95@include fatal.texi
96@include schedule.texi
97@include rtmon.texi
98@include bsp.texi
99@include userext.texi
100@include conf.texi
101@include mp.texi
102@include dirstat.texi
103@include example.texi
104@include glossary.texi
105@ifinfo
106@node Top, Preface, (dir), (dir)
107@top c_user
108
109This is the online version of the RTEMS C User's Guide.
110
111@menu
112* Preface::
113* Overview::
114* Key Concepts::
[920e3537]115* RTEMS Data Types::
[ae68ff0]116* Initialization Manager::
117* Task Manager::
118* Interrupt Manager::
119* Clock Manager::
120* Timer Manager::
121* Semaphore Manager::
122* Message Manager::
123* Event Manager::
124* Signal Manager::
125* Partition Manager::
126* Region Manager::
127* Dual-Ported Memory Manager::
128* I/O Manager::
129* Fatal Error Manager::
130* Scheduling Concepts::
131* Rate Monotonic Manager::
132* Board Support Packages::
133* User Extensions Manager::
134* Configuring a System::
135* Multiprocessing Manager::
136* Directive Status Codes::
137* Example Application::
138* Glossary::
139* Command and Variable Index::
140* Concept Index::
141@end menu
142
143@end ifinfo
144@c
145@c
146@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
147@c
148
149@node Command and Variable Index, Concept Index, Glossary, Top
150@unnumbered Command and Variable Index
151
[169502e]152@printindex fn
153
154@c There are currently no Command and Variable Index entries.
[56061f5]155
[ae68ff0]156@node Concept Index, , Command and Variable Index, Top
157@unnumbered Concept Index
158
[169502e]159@c There are currently no Concept Index entries.
160@printindex cp
[ae68ff0]161
162@contents
163@bye
164
Note: See TracBrowser for help on using the repository browser.