source: rtems/doc/itron3.0/fixedblock.t @ 10122b7

4.104.114.84.95
Last change on this file since 10122b7 was 10122b7, checked in by Joel Sherrill <joel.sherrill@…>, on 05/20/99 at 21:55:30

Initial revision

  • Property mode set to 100644
File size: 2.6 KB
Line 
1@c
2@c  This is the chapter from the RTEMS ITRON User's Guide that
3@c  documents the services provided by the fixed block
4@c  manager.
5@c
6@c  $Id$
7@c
8
9@chapter Fixed Block Manager
10
11@section Introduction
12
13The
14fixed block manager is ...
15
16The services provided by the fixed block manager are:
17
18@itemize @bullet
19@item @code{cre_mpf} -
20@item @code{del_mpf} -
21@item @code{get_blf} -
22@item @code{pget_blf} -
23@item @code{tget_blf} -
24@item @code{rel_blf} -
25@item @code{ref_mpf} -
26@end itemize
27
28@section Background
29
30@section Operations
31
32@section Directives
33
34This section details the fixed block manager's services.
35A subsection is dedicated to each of this manager's services
36and describes the calling sequence, related constants, usage,
37and status codes.
38
39
40@c
41@c  cre_mpf
42@c
43
44@page
45@subsection cre_mpf -
46
47@subheading CALLING SEQUENCE:
48
49@ifset is-C
50@example
51int cre_mpf(
52);
53@end example
54@end ifset
55
56@ifset is-Ada
57@end ifset
58
59@subheading STATUS CODES:
60
61@table @b
62@item E
63The
64
65@end table
66
67@subheading DESCRIPTION:
68
69@subheading NOTES:
70
71
72@c
73@c  del_mpf
74@c
75
76@page
77@subsection del_mpf -
78
79@subheading CALLING SEQUENCE:
80
81@ifset is-C
82@example
83int del_mpf(
84);
85@end example
86@end ifset
87
88@ifset is-Ada
89@end ifset
90
91@subheading STATUS CODES:
92
93@table @b
94@item E
95The
96
97@end table
98
99@subheading DESCRIPTION:
100
101@subheading NOTES:
102
103
104@c
105@c  get_blf
106@c
107
108@page
109@subsection get_blf -
110
111@subheading CALLING SEQUENCE:
112
113@ifset is-C
114@example
115int get_blf(
116);
117@end example
118@end ifset
119
120@ifset is-Ada
121@end ifset
122
123@subheading STATUS CODES:
124
125@table @b
126@item E
127The
128
129@end table
130
131@subheading DESCRIPTION:
132
133@subheading NOTES:
134
135
136@c
137@c  pget_blf
138@c
139
140@page
141@subsection pget_blf -
142
143@subheading CALLING SEQUENCE:
144
145@ifset is-C
146@example
147int pget_blf(
148);
149@end example
150@end ifset
151
152@ifset is-Ada
153@end ifset
154
155@subheading STATUS CODES:
156
157@table @b
158@item E
159The
160
161@end table
162
163@subheading DESCRIPTION:
164
165@subheading NOTES:
166
167
168@c
169@c  tget_blf
170@c
171
172@page
173@subsection tget_blf -
174
175@subheading CALLING SEQUENCE:
176
177@ifset is-C
178@example
179int tget_blf(
180);
181@end example
182@end ifset
183
184@ifset is-Ada
185@end ifset
186
187@subheading STATUS CODES:
188
189@table @b
190@item E
191The
192
193@end table
194
195@subheading DESCRIPTION:
196
197@subheading NOTES:
198
199
200@c
201@c  rel_blf
202@c
203
204@page
205@subsection rel_blf -
206
207@subheading CALLING SEQUENCE:
208
209@ifset is-C
210@example
211int rel_blf(
212);
213@end example
214@end ifset
215
216@ifset is-Ada
217@end ifset
218
219@subheading STATUS CODES:
220
221@table @b
222@item E
223The
224
225@end table
226
227@subheading DESCRIPTION:
228
229@subheading NOTES:
230
231
232@c
233@c  ref_mpf
234@c
235
236@page
237@subsection ref_mpf -
238
239@subheading CALLING SEQUENCE:
240
241@ifset is-C
242@example
243int ref_mpf(
244);
245@end example
246@end ifset
247
248@ifset is-Ada
249@end ifset
250
251@subheading STATUS CODES:
252
253@table @b
254@item E
255The
256
257@end table
258
259@subheading DESCRIPTION:
260
261@subheading NOTES:
262
Note: See TracBrowser for help on using the repository browser.