summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/mailbox.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-04 13:37:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-04 13:37:43 +0000
commiteb91a4bb49d492ab11ff979110b451d992a365e1 (patch)
tree695dfb3334c6553a532a256ea00705780cf1d55b /doc/itron3.0/mailbox.t
parentAdded much of the text required to turn this into a real chapter. (diff)
downloadrtems-eb91a4bb49d492ab11ff979110b451d992a365e1.tar.bz2
Significantly cleaned up to make a much better starting point for the
class.
Diffstat (limited to 'doc/itron3.0/mailbox.t')
-rw-r--r--doc/itron3.0/mailbox.t49
1 files changed, 28 insertions, 21 deletions
diff --git a/doc/itron3.0/mailbox.t b/doc/itron3.0/mailbox.t
index 9b838a4a6f..99957a7daa 100644
--- a/doc/itron3.0/mailbox.t
+++ b/doc/itron3.0/mailbox.t
@@ -42,14 +42,15 @@ and status codes.
@c
@page
-@subsection cre_mbx - Create Mailbox
+@subsection cre_mbx - Create Mailbox
@subheading CALLING SEQUENCE:
@ifset is-C
@example
-ER cre_mbx (
- ID mbxid, T_CMBX* pk_cmbx
+ER cre_mbx(
+ ID mbxid,
+ T_CMBX* pk_cmbx
);
@end example
@end ifset
@@ -71,14 +72,14 @@ ER cre_mbx (
@c
@page
-@subsection del_mbx - Delete Mailbox
+@subsection del_mbx - Delete Mailbox
@subheading CALLING SEQUENCE:
@ifset is-C
@example
-ER del_mbx (
- ID mbxid
+ER del_mbx(
+ ID mbxid
);
@end example
@end ifset
@@ -100,14 +101,15 @@ ER del_mbx (
@c
@page
-@subsection snd_msg - Send Message to Mailbox
+@subsection snd_msg - Send Message to Mailbox
@subheading CALLING SEQUENCE:
@ifset is-C
@example
-ER snd_msg (
- ID mbxid, T_MSG *pk_msg
+ER snd_msg(
+ ID mbxid,
+ T_MSG *pk_msg
);
@end example
@end ifset
@@ -129,14 +131,15 @@ ER snd_msg (
@c
@page
-@subsection rcv_msg - Poll and Receive Message from Mailbox Receive Message from Mailbox Receive Message from Mailbox with Timeout
+@subsection rcv_msg - Receive Message from Mailbox
@subheading CALLING SEQUENCE:
@ifset is-C
@example
-ER rcv_msg (
- T_MSG **ppk_msg, ID mbxid ER ercd =prcv_msg
+ER rcv_msg(
+ T_MSG **ppk_msg,
+ ID mbxid
);
@end example
@end ifset
@@ -158,14 +161,15 @@ ER rcv_msg (
@c
@page
-@subsection prcv_msg - Poll and Receive Message from Mailbox
+@subsection prcv_msg - Poll and Receive Message from Mailbox
@subheading CALLING SEQUENCE:
@ifset is-C
@example
-ER ercd =prcv_msg (
- T_MSG **ppk_msg, ID mbxid
+ER ercd =prcv_msg(
+ T_MSG **ppk_msg,
+ ID mbxid
);
@end example
@end ifset
@@ -187,14 +191,16 @@ ER ercd =prcv_msg (
@c
@page
-@subsection trcv_msg - Receive Message from Mailbox with Timeout
+@subsection trcv_msg - Receive Message from Mailbox with Timeout
@subheading CALLING SEQUENCE:
@ifset is-C
@example
-ER ercd =trcv_msg (
- T_MSG **ppk_msg, ID mbxid, TMO tmout
+ER ercd =trcv_msg(
+ T_MSG **ppk_msg,
+ ID mbxid,
+ TMO tmout
);
@end example
@end ifset
@@ -216,14 +222,15 @@ ER ercd =trcv_msg (
@c
@page
-@subsection ref_mbx - Reference Mailbox Status
+@subsection ref_mbx - Reference Mailbox Status
@subheading CALLING SEQUENCE:
@ifset is-C
@example
-ER ref_mbx (
- T_RMBX *pk_rmbx, ID mbxid
+ER ref_mbx(
+ T_RMBX *pk_rmbx,
+ ID mbxid
);
@end example
@end ifset