[BACK]Return to control.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-specs

Diff for /OpenXM/doc/OpenXM-specs/control.tex between version 1.11 and 1.12

version 1.11, 2016/08/22 09:23:31 version 1.12, 2016/08/27 02:11:01
Line 1 
Line 1 
 %% $OpenXM: OpenXM/doc/OpenXM-specs/control.tex,v 1.10 2016/08/22 09:08:50 takayama Exp $  %% $OpenXM: OpenXM/doc/OpenXM-specs/control.tex,v 1.11 2016/08/22 09:23:31 takayama Exp $
 \section{Session Management}  \section{Session Management}
   
 \subsection{Control server}  \subsection{Control server}
Line 181  Request:
Line 181  Request:
 {\tt int32 OX\_COMMAND} & {\tt int32 SM\_control\_reset\_connection}  \\  {\tt int32 OX\_COMMAND} & {\tt int32 SM\_control\_reset\_connection}  \\
 \hline  \hline
 \end{tabular}  \end{tabular}
 Result:  Result:   none. \\
 \begin{tabular}{|c|c|}  \hline  
 {\tt int32 OX\_DATA} & {\tt CMO\_INT32} {\rm result} \\  
 \hline  
 \end{tabular}\\  
 /*&jp  /*&jp
   すべてエンジンは reset protocol を実装することが推奨されるが,    すべてエンジンは reset protocol を実装することが推奨されるが,
 実装していない場合は, mathcap の第4引数の option list で  実装していない場合は, mathcap の第4引数の option list で
 {\tt no\_ox\_reset} を送信すべきである (参照: oxpari).  {\tt no\_ox\_reset} を送信すべきである (参照: oxpari). \\
 */  */
 /*&eg  /*&eg
   All engines are encouraged to install the reset protocol,    All engines are encouraged to install the reset protocol,
 but when it is not implemented,  but when it is not implemented,
 {\tt no\_ox\_reset} option should be included in the fourth argument  {\tt no\_ox\_reset} option should be included in the fourth argument
 (option list) of the mathcap (ref: oxpari).  (option list) of the mathcap (ref: oxpari). \\
 */  */
   /*&jp
   注意:  古い実装(2000年以前)の control server, client では,
   次の形式の result code が戻ることを仮定している場合がある.
   これら古い実装は更新することが必要である. \\
   */
   /*&eg
   Note: Some old implementations of control servers and clients (before 2000)
   assume the result code of the following format.
   These obsolete implementations should be updated.\\
   */
   \begin{tabular}{|c|c|}  \hline
   {\tt int32 OX\_DATA} & {\tt CMO\_INT32} {\rm result} \\
   \hline
   \end{tabular}\\
   
 \item  \item
 \begin{verbatim}  \begin{verbatim}
Line 231  Result: none.
Line 241  Result: none.
 0  0 4 06 (SM_control_reset_connection)  0  0 4 06 (SM_control_reset_connection)
 \end{verbatim}  \end{verbatim}
   
 //&jp Reset に対する返事.  %//&jp Reset に対する返事.
 //&eg Reply to the reset request  %//&eg Reply to the reset request
 \begin{verbatim}  %\begin{verbatim}
 0  0 2 02 (OX_DATA)  %0  0 2 02 (OX_DATA)
 0  0 0  2 (CMO_INT32)  %0  0 0  2 (CMO_INT32)
 0  0 0  0 (  0   )  %0  0 0  0 (  0   )
 \end{verbatim}  %\end{verbatim}
   
   
 //&jp 第1のチャンネルでは次の {\tt OX\_SYNC\_BALL} が交換されて同期が取られる.  //&jp 第1のチャンネルでは次の {\tt OX\_SYNC\_BALL} が交換されて同期が取られる.

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>