[BACK]Return to oxrfc100.oxw CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc / top

File: [local] / OpenXM / src / asir-contrib / packages / doc / top / oxrfc100.oxw (download)

Revision 1.1, Sat Apr 9 05:47:41 2005 UTC (19 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9

A giant commit (part 1): the top page of the new
asir-contrib manual (functions with standard names).

/* $OpenXM: OpenXM/src/asir-contrib/packages/doc/top/oxrfc100.oxw,v 1.1 2005/04/09 05:47:41 takayama Exp $ */


/*&C
@c DO NOT EDIT THIS FILE   oxxm.texi
*/
/*&ja
@node OpenXM-Contrib General Functions,,, Top
@chapter OpenXM-Contrib $B0lHLH!?t(B
*/
/*&en
@node OpenXM-Contrib General Functions,,, Top
@chapter OpenXM-Contrib General Functions
*/
/*&ja
@section $BH!?t0lMw(B
*/ 
/*&en
@section Functions
*/ 


/*&en
@menu
* ox_check_errors2::
@end menu
@node ox_check_errors2,,, OpenXM-Contrib General Functions
@subsection @code{ox_check_errors2}
@findex ox_check_errors2
@table @t
@item ox_check_errors2(@var{p})
::  get a list of error objects on the statck of the server @var{p}.
@end table

@table @var
@item return
List
@item p
Number
@end table

@itemize @bullet
@item It gets a list of error objects on the server stack.
@item It does not pop the error objects.
@end itemize
*/
/*&ja
@menu
* ox_check_errors2::
@end menu
@node ox_check_errors2,,, OpenXM-Contrib General Functions
@subsection @code{ox_check_errors2}
@findex ox_check_errors2
@table @t
@item ox_check_errors2(@var{p})
::  $B<1JLHV9f(B @var{p} $B$N%5!<%P$N%9%?%C%/>e$K$"$k%(%i!<%*%V%8%'%/%H$r%j%9%H$GLa$9(B.
@end table

@table @var
@item return
$B%j%9%H(B
@item p
$B?t(B
@end table

@itemize @bullet
@item   $B<1JLHV9f(B @var{p} $B$N%5!<%P$N%9%?%C%/>e$K$"$k%(%i!<%*%V%8%'%/%H$r%j%9%H$GLa$9(B.
@item $B%(%i!<%*%V%8%'%/%H$N%]%C%W$O$7$J$$(B.
@end itemize
*/
/*&C
@example
[219] P=sm1.start();
0
[220] sm1.sm1(P," 0 get ");
0
[221] ox_check_errors2(P);
[error([7,4294967295,executeString: Usage:get])]
Error on the server of the process number = 1
To clean the stack of the ox server,
type in ox_pops(P,N) (P: process number, N: the number of data you need to pop)
out of the debug mode.
If you like to automatically clean data on the server stack,
set XM_debug=0;

@end example
*/

end$