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

4.104.114.84.95
Last change on this file since 8479103 was 090ab6eb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/25/03 at 16:45:59

2003-01-25 Ralf Corsepius <corsepiu@…>

  • itron.texi: Set @setfilename itron.info.
  • Property mode set to 100644
File size: 2.9 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename itron.info
4@setcontentsaftertitlepage
5@syncodeindex vr fn
6@synindex ky cp
7@paragraphindent 0
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-2002.
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 version.texi
29@include common/setup.texi
30
31@ifset use-ascii
32@dircategory RTEMS On-Line Manual
33@direntry
34* RTEMS ITRON 3.0 API User's Guide: (itron).
35                                       ITRON Guide
36@end direntry
37@end ifset
38
39@c variable substitution info:
40@c
41@c Note: At the moment there is not an Ada interface to ITRON.
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@set DIRPREFIX rtems_
50@c the language is @value{LANGUAGE}
51@c NOTE:  don't use underscore in the name
52@c
53
54@c
55@c  Title Page Stuff
56@c
57
58@c
59@c  I don't really like having a short title page.  --joel
60@c
61@c @shorttitlepage RTEMS ITRON 3.0 API User's Guide
62
63@setchapternewpage odd
64@settitle RTEMS ITRON 3.0 API User's Guide
65@titlepage
66@finalout
67
68@title RTEMS ITRON 3.0 User's Guide
69@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
70@sp 1
71@subtitle @value{UPDATED}
72@author On-Line Applications Research Corporation
73@page
74@end titlepage
75
76@c  This prevents a black box from being printed on "overflow" lines.
77@c  The alternative is to rework a sentence to avoid this problem.
78
79@include preface.texi
80@include task.texi
81@include tasksync.texi
82@include semaphore.texi
83@include eventflags.texi
84@include mailbox.texi
85@include msgbuffer.texi
86@include rendezvous.texi
87@include interrupt.texi
88@include memorypool.texi
89@include fixedblock.texi
90@include time.texi
91@include config.texi
92@include network.texi
93@include status.texi
94@ifinfo
95@node Top, , (dir), (dir)
96@top itron
97
98This is the online version of the RTEMS ITRON 3.0 API User's Guide.
99
100@menu
101* Preface::
102* Task Manager::
103* Task-Dependent Synchronization Manager::
104* Semaphore Manager::
105* Eventflags Manager::
106* Mailbox Manager::
107* Message Buffer Manager::
108* Rendezvous Manager::
109* Interrupt Manager::
110* Memory Pool Manager::
111* Fixed Block Manager::
112* Time Manager::
113* System Manager::
114* Network Support Manager::
115* ITRON Implementation Status::
116* Command and Variable Index::
117* Concept Index::
118@end menu
119
120@end ifinfo
121@c
122@c
123@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
124@c
125
126@node Command and Variable Index, Concept Index, , Top
127@unnumbered Command and Variable Index
128
129There are currently no Command and Variable Index entries.
130
131@c @printindex fn
132
133@node Concept Index, , Command and Variable Index, Top
134@unnumbered Concept Index
135
136There are currently no Concept Index entries.
137@c @printindex cp
138
139@contents
140@bye
141
Note: See TracBrowser for help on using the repository browser.