=================================================================== RCS file: /home/cvs/OpenXM/doc/OpenXM-specs/communication-model.tex,v retrieving revision 1.7 retrieving revision 1.10 diff -u -p -r1.7 -r1.10 --- OpenXM/doc/OpenXM-specs/communication-model.tex 2000/09/09 16:32:26 1.7 +++ OpenXM/doc/OpenXM-specs/communication-model.tex 2003/05/14 03:34:23 1.10 @@ -1,4 +1,4 @@ -%% $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.9 2000/11/17 02:50:04 takayama Exp $ //&jp \section{ OpenXM の通信モデル} //&eg \section{ Communication model of OpenXM} @@ -116,6 +116,8 @@ Here we introduce OXexpression and SMexpression to express OX messages and SM objects respectively. */ +//&jp \subsubsection{ OX メッセージの表現法 (Lisp 風) } +//&eg \subsubsection{ Expressions of OX messages (Lisp like) } /*&C \begin{eqnarray*} \mbox{OXexpression} @@ -166,7 +168,7 @@ a local function ``hoge''. /*&C \begin{center} -(OX\_DATA, (CMO\_STRING, 5, "hoge")) +(OX\_DATA, (CMO\_STRING, 4, "hoge")) \end{center} \begin{center} (OX\_COMMAND, SM\_executeStringByLocalParser) @@ -186,6 +188,9 @@ a 32 bit (4 bytes) integer with the network byte order */ +//&jp \subsubsection{ OX メッセージの表現 (XML) } +//&eg \subsubsection{ Expression of OX messages (XML) } + /*&jp OX メッセージは XML で表現することも可能である. 次に例を示す. */ @@ -298,6 +303,7 @@ Thus OX messages are represented as follows. #define OX_DATA_MP 525 #define OX_SYNC_BALL 515 +#define OX_NOTIFY 516 \end{verbatim} */