source: rtems/doc/user/c_user.texi @ 022fbf3e

4.104.114.84.95
Last change on this file since 022fbf3e was a94c5a5d, checked in by Joel Sherrill <joel.sherrill@…>, on 05/31/97 at 15:55:10

Changed bitwise OR's used to build up option and attribute sets
to be correct in either C or Ada.

Added the interrupt disable, enable, flash, and is in progress directives.

changed "97" to "1997"

  • Property mode set to 100644
File size: 3.2 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-1996.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
15
16@c
17@c   Master file for the C User's Guide
18@c
19
20@c Joel's Questions
21@c
22@c  1.  Why does paragraphindent only impact makeinfo?
23@c  2.  Why does paragraphindent show up in HTML?
24@c
25
26@include ../common/setup.texi
27
28@ignore
29@ifinfo
30@format
31START-INFO-DIR-ENTRY
32* RTEMS C User: (c_user).             The C User's Guide
33END-INFO-DIR-ENTRY
34@end format
35@end ifinfo
36@end ignore
37
38@c variable substitution info:
39@c
40@set is-C
41@clear is-Ada
42@set LANGUAGE C
43@set STRUCTURE structure
44@set ROUTINE function
45@set OR |
46@c the language is @value{LANGUAGE}
47@c NOTE:  don't use underscore in the name
48@c
49
50@c
51@c  Title Page Stuff
52@c
53
54@set edition 4.1.0a
55@set update-date 1 June 1997
56@set update-month June 1997
57
58@c
59@c  I don't really like having a short title page.  --joel
60@c
61@c @shorttitlepage RTEMS Applications C User's Guide
62
63@setchapternewpage odd
64@settitle RTEMS C User's Guide
65@titlepage
66@finalout
67
68@title RTEMS C User's Guide
69@subtitle Edition @value{edition}, for RTEMS 4.1.0
70@sp 1
71@subtitle @value{update-month}
72@author On-Line Applications Research Corporation
73@page
74@include ../common/cpright.texi
75@end titlepage
76
77@c  This prevents a black box from being printed on "overflow" lines.
78@c  The alternative is to rework a sentence to avoid this problem.
79
80@include preface.texi
81@include overview.texi
82@include concepts.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 dirstat.texi
104@include example.texi
105@include glossary.texi
106@ifinfo
107@node Top, Preface, (dir), (dir)
108@top c_user
109
110This is the online version of the RTEMS C User's Guide.
111
112@menu
113* Preface::
114* Overview::
115* Key Concepts::
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
152There are currently no Command and Variable Index entries.
153
154@c @printindex fn
155
156@node Concept Index, , Command and Variable Index, Top
157@unnumbered Concept Index
158
159There are currently no Concept Index entries.
160@c @printindex cp
161
162@contents
163@bye
164
Note: See TracBrowser for help on using the repository browser.