Annotation of OpenXM/src/asir-contrib/packages/doc/oxrfc100.oxweave, Revision 1.2
1.2 ! takayama 1: /* $OpenXM: OpenXM/src/asir-contrib/packages/doc/oxrfc100.oxweave,v 1.1 2003/05/18 00:13:15 takayama Exp $ */
1.1 takayama 2:
3:
4: /*&C-texi
5: @c DO NOT EDIT THIS FILE oxxm.texi
6: */
7: /*&jp-texi
8: @node OpenXM-Contrib $B0lHLH!?t(B,,, Top
9: @chapter OpenXM-Contrib $B0lHLH!?t(B
10: */
11: /*&eg-texi
12: @node OpenXM-Contrib General Functions,,, Top
13: @chapter OpenXM-Contrib General Functions
14: */
15: /*&jp-texi
16: @section $BH!?t0lMw(B
17: */
18: /*&eg-texi
19: @section Functions
20: */
21:
22:
23: /*&eg-texi
24: @menu
25: * ox_check_errors2::
26: @end menu
27: @node ox_check_errors2,,, Top
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: */
47: /*&jp-texi
48: @menu
49: * ox_check_errors2::
50: @end menu
51: @node ox_check_errors2,,, Top
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: */
71: /*&C-texi
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>