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