Annotation of OpenXM/src/asir-contrib/packages/doc/oxrfc100.oxweave, Revision 1.5
1.5 ! ohara 1: /* $OpenXM: OpenXM/src/asir-contrib/packages/doc/oxrfc100.oxweave,v 1.4 2004/03/05 15:30:50 ohara Exp $ */
1.1 takayama 2:
3:
1.5 ! ohara 4: /*&C
1.1 takayama 5: @c DO NOT EDIT THIS FILE oxxm.texi
6: */
1.4 ohara 7: /*&ja
1.3 takayama 8: @node OpenXM-Contrib General Functions,,, Top
1.1 takayama 9: @chapter OpenXM-Contrib $B0lHLH!?t(B
10: */
1.4 ohara 11: /*&en
1.1 takayama 12: @node OpenXM-Contrib General Functions,,, Top
13: @chapter OpenXM-Contrib General Functions
14: */
1.4 ohara 15: /*&ja
1.1 takayama 16: @section $BH!?t0lMw(B
17: */
1.4 ohara 18: /*&en
1.1 takayama 19: @section Functions
20: */
21:
22:
1.4 ohara 23: /*&en
1.1 takayama 24: @menu
25: * ox_check_errors2::
26: @end menu
1.3 takayama 27: @node ox_check_errors2,,, OpenXM-Contrib General Functions
1.1 takayama 28: @subsection @code{ox_check_errors2}
29: @findex ox_check_errors2
30: @table @t
31: @item ox_check_errors2(@var{p})
32: :: get a list of error objects on the statck of the server @var{p}.
33: @end table
34:
35: @table @var
36: @item return
37: List
38: @item p
39: Number
40: @end table
41:
42: @itemize @bullet
43: @item It gets a list of error objects on the server stack.
44: @item It does not pop the error objects.
45: @end itemize
46: */
1.4 ohara 47: /*&ja
1.1 takayama 48: @menu
49: * ox_check_errors2::
50: @end menu
1.3 takayama 51: @node ox_check_errors2,,, OpenXM-Contrib General Functions
1.1 takayama 52: @subsection @code{ox_check_errors2}
53: @findex ox_check_errors2
54: @table @t
55: @item ox_check_errors2(@var{p})
56: :: $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.
57: @end table
58:
59: @table @var
60: @item return
61: $B%j%9%H(B
62: @item p
63: $B?t(B
64: @end table
65:
66: @itemize @bullet
67: @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.
68: @item $B%(%i!<%*%V%8%'%/%H$N%]%C%W$O$7$J$$(B.
69: @end itemize
70: */
1.5 ! ohara 71: /*&C
1.1 takayama 72: @example
1.2 takayama 73: [219] P=sm1.start();
1.1 takayama 74: 0
1.2 takayama 75: [220] sm1.sm1(P," 0 get ");
1.1 takayama 76: 0
77: [221] ox_check_errors2(P);
78: [error([7,4294967295,executeString: Usage:get])]
79: Error on the server of the process number = 1
80: To clean the stack of the ox server,
81: type in ox_pops(P,N) (P: process number, N: the number of data you need to pop)
82: out of the debug mode.
83: If you like to automatically clean data on the server stack,
84: set XM_debug=0;
85:
86: @end example
87: */
88:
89: end$
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>