=================================================================== RCS file: /home/cvs/OpenXM/doc/OpenXM-specs/communication-model.tex,v retrieving revision 1.7 retrieving revision 1.9 diff -u -p -r1.7 -r1.9 --- OpenXM/doc/OpenXM-specs/communication-model.tex 2000/09/09 16:32:26 1.7 +++ OpenXM/doc/OpenXM-specs/communication-model.tex 2000/11/17 02:50:04 1.9 @@ -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.8 2000/09/09 21:59:13 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} @@ -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} */