source: rtems/doc/itron3.0/rendezvous.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: 3.8 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 rendezvous
4@c  manager.
5@c
6@c  $Id$
7@c
8
9@chapter Rendezvous Manager
10
11@section Introduction
12
13The
14rendezvous manager is ...
15
16The services provided by the rendezvous manager are:
17
18@itemize @bullet
19@item @code{cre_por} -
20@item @code{del_por} -
21@item @code{cal_por} -
22@item @code{pcal_por} -
23@item @code{tcal_por} -
24@item @code{acp_por} -
25@item @code{pacp_por} -
26@item @code{tacp_por} -
27@item @code{fwd_por} -
28@item @code{rpl_rdv} -
29@item @code{ref_por} -
30@end itemize
31
32@section Background
33
34@section Operations
35
36@section Directives
37
38This section details the rendezvous manager's services.
39A subsection is dedicated to each of this manager's services
40and describes the calling sequence, related constants, usage,
41and status codes.
42
43
44@c
45@c  cre_por
46@c
47
48@page
49@subsection cre_por -
50
51@subheading CALLING SEQUENCE:
52
53@ifset is-C
54@example
55int cre_por(
56);
57@end example
58@end ifset
59
60@ifset is-Ada
61@end ifset
62
63@subheading STATUS CODES:
64
65@table @b
66@item E
67The
68
69@end table
70
71@subheading DESCRIPTION:
72
73@subheading NOTES:
74
75
76@c
77@c  del_por
78@c
79
80@page
81@subsection del_por -
82
83@subheading CALLING SEQUENCE:
84
85@ifset is-C
86@example
87int del_por(
88);
89@end example
90@end ifset
91
92@ifset is-Ada
93@end ifset
94
95@subheading STATUS CODES:
96
97@table @b
98@item E
99The
100
101@end table
102
103@subheading DESCRIPTION:
104
105@subheading NOTES:
106
107
108@c
109@c  cal_por
110@c
111
112@page
113@subsection cal_por -
114
115@subheading CALLING SEQUENCE:
116
117@ifset is-C
118@example
119int cal_por(
120);
121@end example
122@end ifset
123
124@ifset is-Ada
125@end ifset
126
127@subheading STATUS CODES:
128
129@table @b
130@item E
131The
132
133@end table
134
135@subheading DESCRIPTION:
136
137@subheading NOTES:
138
139
140@c
141@c  pcal_por
142@c
143
144@page
145@subsection pcal_por -
146
147@subheading CALLING SEQUENCE:
148
149@ifset is-C
150@example
151int pcal_por(
152);
153@end example
154@end ifset
155
156@ifset is-Ada
157@end ifset
158
159@subheading STATUS CODES:
160
161@table @b
162@item E
163The
164
165@end table
166
167@subheading DESCRIPTION:
168
169@subheading NOTES:
170
171
172@c
173@c  tcal_por
174@c
175
176@page
177@subsection tcal_por -
178
179@subheading CALLING SEQUENCE:
180
181@ifset is-C
182@example
183int tcal_por(
184);
185@end example
186@end ifset
187
188@ifset is-Ada
189@end ifset
190
191@subheading STATUS CODES:
192
193@table @b
194@item E
195The
196
197@end table
198
199@subheading DESCRIPTION:
200
201@subheading NOTES:
202
203
204@c
205@c  acp_por
206@c
207
208@page
209@subsection acp_por -
210
211@subheading CALLING SEQUENCE:
212
213@ifset is-C
214@example
215int acp_por(
216);
217@end example
218@end ifset
219
220@ifset is-Ada
221@end ifset
222
223@subheading STATUS CODES:
224
225@table @b
226@item E
227The
228
229@end table
230
231@subheading DESCRIPTION:
232
233@subheading NOTES:
234
235
236@c
237@c  pacp_por
238@c
239
240@page
241@subsection pacp_por -
242
243@subheading CALLING SEQUENCE:
244
245@ifset is-C
246@example
247int pacp_por(
248);
249@end example
250@end ifset
251
252@ifset is-Ada
253@end ifset
254
255@subheading STATUS CODES:
256
257@table @b
258@item E
259The
260
261@end table
262
263@subheading DESCRIPTION:
264
265@subheading NOTES:
266
267
268@c
269@c  tacp_por
270@c
271
272@page
273@subsection tacp_por -
274
275@subheading CALLING SEQUENCE:
276
277@ifset is-C
278@example
279int tacp_por(
280);
281@end example
282@end ifset
283
284@ifset is-Ada
285@end ifset
286
287@subheading STATUS CODES:
288
289@table @b
290@item E
291The
292
293@end table
294
295@subheading DESCRIPTION:
296
297@subheading NOTES:
298
299
300@c
301@c  fwd_por
302@c
303
304@page
305@subsection fwd_por -
306
307@subheading CALLING SEQUENCE:
308
309@ifset is-C
310@example
311int fwd_por(
312);
313@end example
314@end ifset
315
316@ifset is-Ada
317@end ifset
318
319@subheading STATUS CODES:
320
321@table @b
322@item E
323The
324
325@end table
326
327@subheading DESCRIPTION:
328
329@subheading NOTES:
330
331
332@c
333@c  rpl_rdv
334@c
335
336@page
337@subsection rpl_rdv -
338
339@subheading CALLING SEQUENCE:
340
341@ifset is-C
342@example
343int rpl_rdv(
344);
345@end example
346@end ifset
347
348@ifset is-Ada
349@end ifset
350
351@subheading STATUS CODES:
352
353@table @b
354@item E
355The
356
357@end table
358
359@subheading DESCRIPTION:
360
361@subheading NOTES:
362
363
364@c
365@c  ref_por
366@c
367
368@page
369@subsection ref_por -
370
371@subheading CALLING SEQUENCE:
372
373@ifset is-C
374@example
375int ref_por(
376);
377@end example
378@end ifset
379
380@ifset is-Ada
381@end ifset
382
383@subheading STATUS CODES:
384
385@table @b
386@item E
387The
388
389@end table
390
391@subheading DESCRIPTION:
392
393@subheading NOTES:
394
Note: See TracBrowser for help on using the repository browser.