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

4.104.114.84.95
Last change on this file since a3a7527 was a3a7527, checked in by Joel Sherrill <joel.sherrill@…>, on 03/27/98 at 13:04:02

Attempting to add variable so that in C all constants start with RTEMS_
and all directives start with rtems_.

  • Property mode set to 100644
File size: 3.3 KB
Line 
1\input ../texinfo/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-1998.
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 variable substitution info:
41@c
42@set is-C
43@clear is-Ada
44@set LANGUAGE C
45@set STRUCTURE structure
46@set ROUTINE function
47@set OR |
48@set RPREFIX 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@set edition @value{RTEMS-EDITION}
58@set version @value{RTEMS-VERSION}
59@set update-date @value{RTEMS-UPDATE-DATE}
60@set update-month @value{RTEMS-UPDATE-MONTH}
61
62@c
63@c  I don't really like having a short title page.  --joel
64@c
65@c @shorttitlepage RTEMS Applications C User's Guide
66
67@setchapternewpage odd
68@settitle RTEMS C User's Guide
69@titlepage
70@finalout
71
72@title RTEMS C User's Guide
73@subtitle Edition @value{edition}, for RTEMS @value{version}
74@sp 1
75@subtitle @value{update-month}
76@author On-Line Applications Research Corporation
77@page
78@include ../common/cpright.texi
79@end titlepage
80
81@c  This prevents a black box from being printed on "overflow" lines.
82@c  The alternative is to rework a sentence to avoid this problem.
83
84@include preface.texi
85@include overview.texi
86@include concepts.texi
87@include init.texi
88@include task.texi
89@include intr.texi
90@include clock.texi
91@include timer.texi
92@include sem.texi
93@include msg.texi
94@include event.texi
95@include signal.texi
96@include part.texi
97@include region.texi
98@include dpmem.texi
99@include io.texi
100@include fatal.texi
101@include schedule.texi
102@include rtmon.texi
103@include bsp.texi
104@include userext.texi
105@include conf.texi
106@include mp.texi
107@include dirstat.texi
108@include example.texi
109@include glossary.texi
110@ifinfo
111@node Top, Preface, (dir), (dir)
112@top c_user
113
114This is the online version of the RTEMS C User's Guide.
115
116@menu
117* Preface::
118* Overview::
119* Key Concepts::
120* Initialization Manager::
121* Task Manager::
122* Interrupt Manager::
123* Clock Manager::
124* Timer Manager::
125* Semaphore Manager::
126* Message Manager::
127* Event Manager::
128* Signal Manager::
129* Partition Manager::
130* Region Manager::
131* Dual-Ported Memory Manager::
132* I/O Manager::
133* Fatal Error Manager::
134* Scheduling Concepts::
135* Rate Monotonic Manager::
136* Board Support Packages::
137* User Extensions Manager::
138* Configuring a System::
139* Multiprocessing Manager::
140* Directive Status Codes::
141* Example Application::
142* Glossary::
143* Command and Variable Index::
144* Concept Index::
145@end menu
146
147@end ifinfo
148@c
149@c
150@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
151@c
152
153@node Command and Variable Index, Concept Index, Glossary, Top
154@unnumbered Command and Variable Index
155
156There are currently no Command and Variable Index entries.
157
158@c @printindex fn
159
160@node Concept Index, , Command and Variable Index, Top
161@unnumbered Concept Index
162
163There are currently no Concept Index entries.
164@c @printindex cp
165
166@contents
167@bye
168
Note: See TracBrowser for help on using the repository browser.