source: rtems/doc/itron3.0/msgbuffer.t @ e67c585

4.104.114.84.95
Last change on this file since e67c585 was e67c585, checked in by Joel Sherrill <joel.sherrill@…>, on 05/26/99 at 16:06:52

Replaced error code section.

  • Property mode set to 100644
File size: 3.2 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 message buffer
4@c  manager.
5@c
6@c  $Id$
7@c
8
9@chapter Message Buffer Manager
10
11@section Introduction
12
13The
14message buffer manager is ...
15
16The services provided by the message buffer manager are:
17
18@itemize @bullet
19@item @code{cre_mbf} -
20@item @code{del_mbf} -
21@item @code{snd_mbf} -
22@item @code{psnd_mbf} -
23@item @code{tsnd_mbf} -
24@item @code{rcv_mbf} -
25@item @code{prcv_mbf} -
26@item @code{trcv_mbf} -
27@item @code{ref_mbf} -
28@end itemize
29
30@section Background
31
32@section Operations
33
34@section Directives
35
36This section details the message buffer manager's services.
37A subsection is dedicated to each of this manager's services
38and describes the calling sequence, related constants, usage,
39and status codes.
40
41
42@c
43@c  cre_mbf
44@c
45
46@page
47@subsection cre_mbf -
48
49@subheading CALLING SEQUENCE:
50
51@ifset is-C
52@example
53int cre_mbf(
54);
55@end example
56@end ifset
57
58@ifset is-Ada
59@end ifset
60
61@subheading STATUS CODES:
62
63@code{EXXX} -
64
65@end table
66
67@subheading DESCRIPTION:
68
69@subheading NOTES:
70
71
72@c
73@c  del_mbf
74@c
75
76@page
77@subsection del_mbf -
78
79@subheading CALLING SEQUENCE:
80
81@ifset is-C
82@example
83int del_mbf(
84);
85@end example
86@end ifset
87
88@ifset is-Ada
89@end ifset
90
91@subheading STATUS CODES:
92
93@code{EXXX} -
94
95@end table
96
97@subheading DESCRIPTION:
98
99@subheading NOTES:
100
101
102@c
103@c  snd_mbf
104@c
105
106@page
107@subsection snd_mbf -
108
109@subheading CALLING SEQUENCE:
110
111@ifset is-C
112@example
113int snd_mbf(
114);
115@end example
116@end ifset
117
118@ifset is-Ada
119@end ifset
120
121@subheading STATUS CODES:
122
123@code{EXXX} -
124
125@end table
126
127@subheading DESCRIPTION:
128
129@subheading NOTES:
130
131
132@c
133@c  psnd_mbf
134@c
135
136@page
137@subsection psnd_mbf -
138
139@subheading CALLING SEQUENCE:
140
141@ifset is-C
142@example
143int psnd_mbf(
144);
145@end example
146@end ifset
147
148@ifset is-Ada
149@end ifset
150
151@subheading STATUS CODES:
152
153@code{EXXX} -
154
155@end table
156
157@subheading DESCRIPTION:
158
159@subheading NOTES:
160
161
162@c
163@c  tsnd_mbf
164@c
165
166@page
167@subsection tsnd_mbf -
168
169@subheading CALLING SEQUENCE:
170
171@ifset is-C
172@example
173int tsnd_mbf(
174);
175@end example
176@end ifset
177
178@ifset is-Ada
179@end ifset
180
181@subheading STATUS CODES:
182
183@code{EXXX} -
184
185@end table
186
187@subheading DESCRIPTION:
188
189@subheading NOTES:
190
191
192@c
193@c  rcv_mbf
194@c
195
196@page
197@subsection rcv_mbf -
198
199@subheading CALLING SEQUENCE:
200
201@ifset is-C
202@example
203int rcv_mbf(
204);
205@end example
206@end ifset
207
208@ifset is-Ada
209@end ifset
210
211@subheading STATUS CODES:
212
213@code{EXXX} -
214
215@end table
216
217@subheading DESCRIPTION:
218
219@subheading NOTES:
220
221
222@c
223@c  prcv_mbf
224@c
225
226@page
227@subsection prcv_mbf -
228
229@subheading CALLING SEQUENCE:
230
231@ifset is-C
232@example
233int prcv_mbf(
234);
235@end example
236@end ifset
237
238@ifset is-Ada
239@end ifset
240
241@subheading STATUS CODES:
242
243@code{EXXX} -
244
245@end table
246
247@subheading DESCRIPTION:
248
249@subheading NOTES:
250
251
252@c
253@c  trcv_mbf
254@c
255
256@page
257@subsection trcv_mbf -
258
259@subheading CALLING SEQUENCE:
260
261@ifset is-C
262@example
263int trcv_mbf(
264);
265@end example
266@end ifset
267
268@ifset is-Ada
269@end ifset
270
271@subheading STATUS CODES:
272
273@code{EXXX} -
274
275@end table
276
277@subheading DESCRIPTION:
278
279@subheading NOTES:
280
281
282@c
283@c  ref_mbf
284@c
285
286@page
287@subsection ref_mbf -
288
289@subheading CALLING SEQUENCE:
290
291@ifset is-C
292@example
293int ref_mbf(
294);
295@end example
296@end ifset
297
298@ifset is-Ada
299@end ifset
300
301@subheading STATUS CODES:
302
303@code{EXXX} -
304
305@end table
306
307@subheading DESCRIPTION:
308
309@subheading NOTES:
310
Note: See TracBrowser for help on using the repository browser.