summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/message.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-11-19 16:06:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-11-19 16:06:46 +0000
commitc4dddee3f5d2714e0a5cb9a137cb01e7cf2adf2a (patch)
tree4ff7c2624fe2f3d21024fd67d15dbb78a03e934e /doc/posix_users/message.t
parentNew files (diff)
downloadrtems-c4dddee3f5d2714e0a5cb9a137cb01e7cf2adf2a.tar.bz2
Major update/merge of POSIX manual.
Diffstat (limited to '')
-rw-r--r--doc/posix_users/message.t259
1 files changed, 259 insertions, 0 deletions
diff --git a/doc/posix_users/message.t b/doc/posix_users/message.t
new file mode 100644
index 0000000000..d4b85ab788
--- /dev/null
+++ b/doc/posix_users/message.t
@@ -0,0 +1,259 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
+@chapter Message Passing Manager
+
+@section Introduction
+
+The
+message passing manager is ...
+
+The directives provided by the message passing manager are:
+
+@itemize @bullet
+@item @code{mq_open} -
+@item @code{mq_close} -
+@item @code{mq_unlink} -
+@item @code{mq_send} -
+@item @code{mq_receive} -
+@item @code{mq_notify} -
+@item @code{mq_setattr} -
+@item @code{mq_getattr} -
+@end itemize
+
+@section Background
+
+There is currently no text in this section.
+
+@section Operations
+
+There is currently no text in this section.
+
+@section Directives
+
+This section details the message passing manager's directives.
+A subsection is dedicated to each of this manager's directives
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+@page
+@subsection mq_open -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int mq_open(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection mq_close -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int mq_close(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection mq_unlink -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int mq_unlink(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection mq_send -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int mq_send(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection mq_receive -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int mq_receive(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection mq_notify -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int mq_notify(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection mq_setattr -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int mq_setattr(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection mq_getattr -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int mq_getattr(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+