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

Diff for /OpenXM/doc/OpenXM-specs/communication-model.tex between version 1.7 and 1.11

version 1.7, 2000/09/09 16:32:26 version 1.11, 2016/08/28 02:43:13
Line 1 
Line 1 
 %% $OpenXM: OpenXM/doc/OpenXM-specs/communication-model.tex,v 1.6 2000/01/24 02:48:24 noro Exp $  %% $OpenXM: OpenXM/doc/OpenXM-specs/communication-model.tex,v 1.10 2003/05/14 03:34:23 takayama Exp $
 //&jp \section{ OpenXM の通信モデル}  //&jp \section{ OpenXM の通信モデル}
 //&eg \section{ Communication model of OpenXM}  //&eg \section{ Communication model of OpenXM}
   
Line 116  Here we introduce OXexpression and SMexpression 
Line 116  Here we introduce OXexpression and SMexpression 
 to express OX messages and SM objects respectively.  to express OX messages and SM objects respectively.
 */  */
   
   //&jp  \subsubsection{ OX メッセージの表現法 (Lisp 風) }
   //&eg  \subsubsection{ Expressions of OX messages (Lisp like) }
 /*&C  /*&C
 \begin{eqnarray*}  \begin{eqnarray*}
 \mbox{OXexpression}  \mbox{OXexpression}
Line 166  a local function ``hoge''.
Line 168  a local function ``hoge''.
   
 /*&C  /*&C
 \begin{center}  \begin{center}
 (OX\_DATA, (CMO\_STRING, 5, "hoge"))  (OX\_DATA, (CMO\_STRING, 4, "hoge"))
 \end{center}  \end{center}
 \begin{center}  \begin{center}
 (OX\_COMMAND, SM\_executeStringByLocalParser)  (OX\_COMMAND, SM\_executeStringByLocalParser)
Line 186  a 32 bit (4 bytes) integer with the network byte order
Line 188  a 32 bit (4 bytes) integer with the network byte order
   
 */  */
   
   //&jp  \subsubsection{ OX メッセージの表現 (XML) }
   //&eg  \subsubsection{ Expression of OX messages (XML) }
   
 /*&jp  /*&jp
 OX メッセージは XML で表現することも可能である.  次に例を示す.  OX メッセージは XML で表現することも可能である.  次に例を示す.
 */  */
Line 298  Thus OX messages are represented as follows.
Line 303  Thus OX messages are represented as follows.
 #define   OX_DATA_MP           525  #define   OX_DATA_MP           525
   
 #define   OX_SYNC_BALL       515  #define   OX_SYNC_BALL       515
   #define   OX_NOTIFY          516
 \end{verbatim}  \end{verbatim}
 */  */
   
Line 418  values are as follows.
Line 424  values are as follows.
 #define SM_getsp       275  #define SM_getsp       275
 #define SM_dupErrors   276  #define SM_dupErrors   276
   
   #define SM_nop   300      /* do nothing */
   
 #define SM_control_kill 1024  #define SM_control_kill 1024
 #define SM_control_reset_connection  1030  #define SM_control_reset_connection  1030

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

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