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

4.104.114.84.95
Last change on this file since bb11d7e was 3869b53, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/99 at 02:04:33

Added Status chapter.

  • Property mode set to 100644
File size: 2.9 KB
Line 
1\input ../tools/texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename itron
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 ITRON 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 ../tools/setup.texi
29
30@ignore
31@ifinfo
32@format
33START-INFO-DIR-ENTRY
34* RTEMS ITRON 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 ITRON User's Guide
70
71@setchapternewpage odd
72@settitle ITRON API User's Guide
73@titlepage
74@finalout
75
76@title RTEMS ITRON User's Guide
77@subtitle Edition @value{edition}, for RTEMS @value{version}
78@sp 1
79@subtitle @value{update-month}
80@author UAH CS595
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 status.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@ifinfo
102@node Top, , (dir), (dir)
103@top itron
104
105This is the online version of the RTEMS ITRON API User's Guide
106
107@menu
108* ITRON Implementation Status::
109* Task Manager::
110* Task-Dependent Synchronization Manager::
111* Semaphore Manager::
112* Eventflags Manager::
113* Mailbox Manager::
114* Message Buffer Manager::
115* Rendezvous Manager::
116* Interrupt Manager::
117* Memory Pool Manager::
118* Fixed Block Manager::
119* Time Manager::
120* System Manager::
121* Network Support Manager::
122* Command and Variable Index::
123* Concept Index::
124@end menu
125
126@end ifinfo
127@c
128@c
129@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
130@c
131
132@node Command and Variable Index, Concept Index, , Top
133@unnumbered Command and Variable Index
134
135There are currently no Command and Variable Index entries.
136
137@c @printindex fn
138
139@node Concept Index, , Command and Variable Index, Top
140@unnumbered Concept Index
141
142There are currently no Concept Index entries.
143@c @printindex cp
144
145@contents
146@bye
147
Note: See TracBrowser for help on using the repository browser.