summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/msgbuffer.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/itron3.0/msgbuffer.t')
-rw-r--r--doc/itron3.0/msgbuffer.t328
1 files changed, 328 insertions, 0 deletions
diff --git a/doc/itron3.0/msgbuffer.t b/doc/itron3.0/msgbuffer.t
new file mode 100644
index 0000000000..a29a18877d
--- /dev/null
+++ b/doc/itron3.0/msgbuffer.t
@@ -0,0 +1,328 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the message buffer
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Message Buffer Manager
+
+@section Introduction
+
+The
+message buffer manager is ...
+
+The services provided by the message buffer manager are:
+
+@itemize @bullet
+@item @code{cre_mbf} -
+@item @code{del_mbf} -
+@item @code{snd_mbf} -
+@item @code{psnd_mbf} -
+@item @code{tsnd_mbf} -
+@item @code{rcv_mbf} -
+@item @code{prcv_mbf} -
+@item @code{trcv_mbf} -
+@item @code{ref_mbf} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the message buffer 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_mbf
+@c
+
+@page
+@subsection cre_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cre_mbf(
+);
+@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_mbf
+@c
+
+@page
+@subsection del_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int del_mbf(
+);
+@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_mbf
+@c
+
+@page
+@subsection snd_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int snd_mbf(
+);
+@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 psnd_mbf
+@c
+
+@page
+@subsection psnd_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int psnd_mbf(
+);
+@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 tsnd_mbf
+@c
+
+@page
+@subsection tsnd_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tsnd_mbf(
+);
+@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_mbf
+@c
+
+@page
+@subsection rcv_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int rcv_mbf(
+);
+@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_mbf
+@c
+
+@page
+@subsection prcv_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int prcv_mbf(
+);
+@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_mbf
+@c
+
+@page
+@subsection trcv_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int trcv_mbf(
+);
+@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_mbf
+@c
+
+@page
+@subsection ref_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_mbf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+