From 10122b7195f820088df9523f61e99affef417669 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 May 1999 21:55:30 +0000 Subject: Initial revision --- doc/itron3.0/mailbox.t | 262 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 262 insertions(+) create mode 100644 doc/itron3.0/mailbox.t (limited to 'doc/itron3.0/mailbox.t') diff --git a/doc/itron3.0/mailbox.t b/doc/itron3.0/mailbox.t new file mode 100644 index 0000000000..ee6a0256e0 --- /dev/null +++ b/doc/itron3.0/mailbox.t @@ -0,0 +1,262 @@ +@c +@c This is the chapter from the RTEMS ITRON User's Guide that +@c documents the services provided by the mailbox +@c manager. +@c +@c $Id$ +@c + +@chapter Mailbox Manager + +@section Introduction + +The +mailbox manager is ... + +The services provided by the mailbox manager are: + +@itemize @bullet +@item @code{cre_mbx} - +@item @code{del_mbx} - +@item @code{snd_msg} - +@item @code{rcv_msg} - +@item @code{prcv_msg} - +@item @code{trcv_msg} - +@item @code{ref_mbx} - +@end itemize + +@section Background + +@section Operations + +@section Directives + +This section details the mailbox manager's services. +A subsection is dedicated to each of this manager's services +and describes the calling sequence, related constants, usage, +and status codes. + + +@c +@c cre_mbx +@c + +@page +@subsection cre_mbx - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int cre_mbx( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + + +@c +@c del_mbx +@c + +@page +@subsection del_mbx - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int del_mbx( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + + +@c +@c snd_msg +@c + +@page +@subsection snd_msg - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int snd_msg( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + + +@c +@c rcv_msg +@c + +@page +@subsection rcv_msg - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int rcv_msg( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + + +@c +@c prcv_msg +@c + +@page +@subsection prcv_msg - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int prcv_msg( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + + +@c +@c trcv_msg +@c + +@page +@subsection trcv_msg - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int trcv_msg( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + + +@c +@c ref_mbx +@c + +@page +@subsection ref_mbx - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int ref_mbx( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + -- cgit v1.2.3