source: rtems/doc/itron3.0/itron.texi @ d09ad1f0

4.104.114.84.95
Last change on this file since d09ad1f0 was e90e428, checked in by Joel Sherrill <joel.sherrill@…>, on 06/14/00 at 14:25:49

Patch rtemsdoc-4.5.0-rc-13-cvs.diff.gz from Ralf Corsepius
<corsepiu@…> which:

  • should fix the building rtemsdoc outside of the sourcetree with relative srcdir issue
  • adds --enable-papersize=[letter|a4|]
  • Property mode set to 100644
File size: 2.8 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename itron
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c %**end of header
8
9@c
10@c  COPYRIGHT (c) 1988-1999.
11@c  On-Line Applications Research Corporation (OAR).
12@c  All rights reserved.
13@c
14@c  $Id$
15@c
16
17@c
18@c   Master file for the RTEMS ITRON 3.0 API 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
27@include version.texi
28@include common/setup.texi
29
30@ifset use-ascii
31@dircategory RTEMS On-Line Manual
32@direntry
33* RTEMS ITRON 3.0 API User's Guide: (itron).
34                                       ITRON Guide
35@end direntry
36@end ifset
37
38@c variable substitution info:
39@c
40@c Note: At the moment there is not an Ada interface to ITRON.
41@set is-C
42@clear is-Ada
43@set LANGUAGE C
44@set STRUCTURE structure
45@set ROUTINE function
46@set OR |
47@set RPREFIX RTEMS_
48@set DIRPREFIX 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@c
58@c  I don't really like having a short title page.  --joel
59@c
60@c @shorttitlepage RTEMS ITRON 3.0 API User's Guide
61
62@setchapternewpage odd
63@settitle RTEMS ITRON 3.0 API User's Guide
64@titlepage
65@finalout
66
67@title RTEMS ITRON 3.0 User's Guide
68@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
69@sp 1
70@subtitle @value{UPDATED}
71@author On-Line Applications Research Corporation
72@page
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 task.texi
80@include tasksync.texi
81@include semaphore.texi
82@include eventflags.texi
83@include mailbox.texi
84@include msgbuffer.texi
85@include rendezvous.texi
86@include interrupt.texi
87@include memorypool.texi
88@include fixedblock.texi
89@include time.texi
90@include config.texi
91@include network.texi
92@include status.texi
93@ifinfo
94@node Top, , (dir), (dir)
95@top itron
96
97This is the online version of the RTEMS ITRON 3.0 API User's Guide.
98
99@menu
100* Preface::
101* Task Manager::
102* Task-Dependent Synchronization Manager::
103* Semaphore Manager::
104* Eventflags Manager::
105* Mailbox Manager::
106* Message Buffer Manager::
107* Rendezvous Manager::
108* Interrupt Manager::
109* Memory Pool Manager::
110* Fixed Block Manager::
111* Time Manager::
112* System Manager::
113* Network Support Manager::
114* ITRON Implementation Status::
115* Command and Variable Index::
116* Concept Index::
117@end menu
118
119@end ifinfo
120@c
121@c
122@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
123@c
124
125@node Command and Variable Index, Concept Index, , Top
126@unnumbered Command and Variable Index
127
128There are currently no Command and Variable Index entries.
129
130@c @printindex fn
131
132@node Concept Index, , Command and Variable Index, Top
133@unnumbered Concept Index
134
135There are currently no Concept Index entries.
136@c @printindex cp
137
138@contents
139@bye
140
Note: See TracBrowser for help on using the repository browser.