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

4.104.114.84.95
Last change on this file since d2bfbaf was a47e653, checked in by Joel Sherrill <joel.sherrill@…>, on 11/16/99 at 21:56:31

Changed name of document generated.

  • Property mode set to 100644
File size: 3.0 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename itron3.0
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 RTEMS ITRON 3.0 API 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 ITRON 3.0 API User's Guide: (itron).   ITRON Guide
35END-INFO-DIR-ENTRY
36@end format
37@end ifinfo
38@end ignore
39
40@c variable substitution info:
41@c
42@c Note: At the moment there is not an Ada interface to ITRON.
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@c @set update-date @value{RTEMS-UPDATE-DATE}
62@c @set update-month @value{RTEMS-UPDATE-MONTH}
63@set update-date 17 May 1999
64@set update-month May 1999
65
66@c
67@c  I don't really like having a short title page.  --joel
68@c
69@c @shorttitlepage RTEMS ITRON 3.0 API User's Guide
70
71@setchapternewpage odd
72@settitle RTEMS ITRON 3.0 API User's Guide
73@titlepage
74@finalout
75
76@title RTEMS ITRON 3.0 User's Guide
77@subtitle Edition @value{edition}, for RTEMS @value{version}
78@sp 1
79@subtitle @value{update-month}
80@author On-Line Applications Research Corporation
81@page
82@end titlepage
83
84@c  This prevents a black box from being printed on "overflow" lines.
85@c  The alternative is to rework a sentence to avoid this problem.
86
87@include preface.texi
88@include task.texi
89@include tasksync.texi
90@include semaphore.texi
91@include eventflags.texi
92@include mailbox.texi
93@include msgbuffer.texi
94@include rendezvous.texi
95@include interrupt.texi
96@include memorypool.texi
97@include fixedblock.texi
98@include time.texi
99@include config.texi
100@include network.texi
101@include status.texi
102@ifinfo
103@node Top, , (dir), (dir)
104@top itron
105
106This is the online version of the RTEMS ITRON 3.0 API User's Guide.
107
108@menu
109* Preface::
110* Task Manager::
111* Task-Dependent Synchronization Manager::
112* Semaphore Manager::
113* Eventflags Manager::
114* Mailbox Manager::
115* Message Buffer Manager::
116* Rendezvous Manager::
117* Interrupt Manager::
118* Memory Pool Manager::
119* Fixed Block Manager::
120* Time Manager::
121* System Manager::
122* Network Support Manager::
123* ITRON Implementation Status::
124* Command and Variable Index::
125* Concept Index::
126@end menu
127
128@end ifinfo
129@c
130@c
131@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
132@c
133
134@node Command and Variable Index, Concept Index, , Top
135@unnumbered Command and Variable Index
136
137There are currently no Command and Variable Index entries.
138
139@c @printindex fn
140
141@node Concept Index, , Command and Variable Index, Top
142@unnumbered Concept Index
143
144There are currently no Concept Index entries.
145@c @printindex cp
146
147@contents
148@bye
149
Note: See TracBrowser for help on using the repository browser.