summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/mailbox.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-20 21:55:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-20 21:55:30 +0000
commit10122b7195f820088df9523f61e99affef417669 (patch)
tree9411c807c7a446026292856d70b3e90efbefdebe /doc/itron3.0/mailbox.t
parentRenamed to rtemstimer.c to avoid conflict with timer drivers in EVERY (diff)
downloadrtems-10122b7195f820088df9523f61e99affef417669.tar.bz2
Initial revision
Diffstat (limited to 'doc/itron3.0/mailbox.t')
-rw-r--r--doc/itron3.0/mailbox.t262
1 files changed, 262 insertions, 0 deletions
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:
+