source: rtems/doc/user/c_user.texi @ 920e3537

4.104.114.84.95
Last change on this file since 920e3537 was 920e3537, checked in by Joel Sherrill <joel.sherrill@…>, on 05/08/00 at 16:16:14

Added Data Types Chapter.

  • Property mode set to 100644
File size: 3.4 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename c_user
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c @smallbook
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-1999.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
15@c  $Id$
16@c
17
18@c
19@c   Master file for the C User's Guide
20@c
21
22@c Joel's Questions
23@c
24@c  1.  Why does paragraphindent only impact makeinfo?
25@c  2.  Why does paragraphindent show up in HTML?
26@c
27
28@include ../common/setup.texi
29
30@ignore
31@ifinfo
32@format
33START-INFO-DIR-ENTRY
34* RTEMS C User: (c_user).             The C User's Guide
35END-INFO-DIR-ENTRY
36@end format
37@end ifinfo
38@end ignore
39
40@c @syncodeindex fn cp
41@c variable substitution info:
42@c
43@set is-C
44@clear is-Ada
45@set LANGUAGE C
46@set STRUCTURE structure
47@set ROUTINE function
48@set OR |
49@set RPREFIX RTEMS_
50@set DIRPREFIX rtems_
51@c the language is @value{LANGUAGE}
52@c NOTE:  don't use underscore in the name
53@c
54
55@c
56@c  Title Page Stuff
57@c
58
59@set edition @value{RTEMS-EDITION}
60@set version @value{RTEMS-VERSION}
61@set update-date @value{RTEMS-UPDATE-DATE}
62@set update-month @value{RTEMS-UPDATE-MONTH}
63
64@c
65@c  I don't really like having a short title page.  --joel
66@c
67@c @shorttitlepage RTEMS Applications C User's Guide
68
69@setchapternewpage odd
70@settitle RTEMS C User's Guide
71@titlepage
72@finalout
73
74@title RTEMS C User's Guide
75@subtitle Edition @value{edition}, for RTEMS @value{version}
76@sp 1
77@subtitle @value{update-month}
78@author On-Line Applications Research Corporation
79@page
80@include ../common/cpright.texi
81@end titlepage
82
83@c  This prevents a black box from being printed on "overflow" lines.
84@c  The alternative is to rework a sentence to avoid this problem.
85
86@include preface.texi
87@include overview.texi
88@include concepts.texi
89@include datatypes.texi
90@include init.texi
91@include task.texi
92@include intr.texi
93@include clock.texi
94@include timer.texi
95@include sem.texi
96@include msg.texi
97@include event.texi
98@include signal.texi
99@include part.texi
100@include region.texi
101@include dpmem.texi
102@include io.texi
103@include fatal.texi
104@include schedule.texi
105@include rtmon.texi
106@include bsp.texi
107@include userext.texi
108@include conf.texi
109@include mp.texi
110@include dirstat.texi
111@include example.texi
112@include glossary.texi
113@ifinfo
114@node Top, Preface, (dir), (dir)
115@top c_user
116
117This is the online version of the RTEMS C User's Guide.
118
119@menu
120* Preface::
121* Overview::
122* Key Concepts::
123* RTEMS Data Types::
124* Initialization Manager::
125* Task Manager::
126* Interrupt Manager::
127* Clock Manager::
128* Timer Manager::
129* Semaphore Manager::
130* Message Manager::
131* Event Manager::
132* Signal Manager::
133* Partition Manager::
134* Region Manager::
135* Dual-Ported Memory Manager::
136* I/O Manager::
137* Fatal Error Manager::
138* Scheduling Concepts::
139* Rate Monotonic Manager::
140* Board Support Packages::
141* User Extensions Manager::
142* Configuring a System::
143* Multiprocessing Manager::
144* Directive Status Codes::
145* Example Application::
146* Glossary::
147* Command and Variable Index::
148* Concept Index::
149@end menu
150
151@end ifinfo
152@c
153@c
154@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
155@c
156
157@node Command and Variable Index, Concept Index, Glossary, Top
158@unnumbered Command and Variable Index
159
160@printindex fn
161
162@c There are currently no Command and Variable Index entries.
163
164@node Concept Index, , Command and Variable Index, Top
165@unnumbered Concept Index
166
167@c There are currently no Concept Index entries.
168@printindex cp
169
170@contents
171@bye
172
Note: See TracBrowser for help on using the repository browser.