version 1.14, 2003/04/20 08:01:26 |
version 1.15, 2003/05/16 08:12:58 |
|
|
@comment $OpenXM: OpenXM/src/asir-doc/parts/process.texi,v 1.13 2003/04/19 15:44:56 noro Exp $ |
@comment $OpenXM: OpenXM/src/asir-doc/parts/process.texi,v 1.14 2003/04/20 08:01:26 noro Exp $ |
\BJP |
\BJP |
@node $BJ,;67W;;(B,,, Top |
@node $BJ,;67W;;(B,,, Top |
@chapter $BJ,;67W;;(B |
@chapter $BJ,;67W;;(B |
Line 1466 Finally call @code{ox_get} for a ready process. |
|
Line 1466 Finally call @code{ox_get} for a ready process. |
|
@end itemize |
@end itemize |
|
|
@example |
@example |
[3] ox_rpc(0,"fctr",x^100-y^100); |
[341] ox_cmo_rpc(0,"fctr",x^2-1); |
0 |
0 |
[4] ox_push_cmd(0,258); |
[342] ox_pop_cmo(0); |
|
[[1,1],[x-1,1],[x+1,1]] |
|
[343] ox_cmo_rpc(0,"newvect",3); |
0 |
0 |
[5] ox_select([0]); |
[344] ox_pop_cmo(0); |
[0] |
error([41,cannot convert to CMO object]) |
[6] ox_get(0); |
[345] ox_pop_local(0); |
[[1,1],[x^2+y^2,1],[x^4-y*x^3+y^2*x^2-y^3*x+y^4,1],...] |
[ 0 0 0 ] |
@end example |
@end example |
|
|
@table @t |
@table @t |
Line 1543 these functions are prepared to send these data explic |
|
Line 1545 these functions are prepared to send these data explic |
|
Usually @b{OX_SYNC_BALL} will be ignored by the peer. |
Usually @b{OX_SYNC_BALL} will be ignored by the peer. |
\E |
\E |
@end itemize |
@end itemize |
|
|
|
@example |
|
[3] ox_rpc(0,"fctr",x^100-y^100); |
|
0 |
|
[4] ox_push_cmd(0,258); |
|
0 |
|
[5] ox_select([0]); |
|
[0] |
|
[6] ox_get(0); |
|
[[1,1],[x^2+y^2,1],[x^4-y*x^3+y^2*x^2-y^3*x+y^4,1],...] |
|
@end example |
|
|
@table @t |
@table @t |
\JP @item $B;2>H(B |
\JP @item $B;2>H(B |