From eb91a4bb49d492ab11ff979110b451d992a365e1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 4 Jun 1999 13:37:43 +0000 Subject: Significantly cleaned up to make a much better starting point for the class. --- doc/itron3.0/mailbox.t | 49 ++++++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 21 deletions(-) (limited to 'doc/itron3.0/mailbox.t') 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 -- cgit v1.2.3