=================================================================== RCS file: /home/cvs/OpenXM/doc/OpenXM-specs/communication-model.tex,v retrieving revision 1.8 retrieving revision 1.11 diff -u -p -r1.8 -r1.11 --- OpenXM/doc/OpenXM-specs/communication-model.tex 2000/09/09 21:59:13 1.8 +++ OpenXM/doc/OpenXM-specs/communication-model.tex 2016/08/28 02:43:13 1.11 @@ -1,4 +1,4 @@ -%% $OpenXM: OpenXM/doc/OpenXM-specs/communication-model.tex,v 1.7 2000/09/09 16:32:26 takayama Exp $ +%% $OpenXM: OpenXM/doc/OpenXM-specs/communication-model.tex,v 1.10 2003/05/14 03:34:23 takayama Exp $ //&jp \section{ OpenXM の通信モデル} //&eg \section{ Communication model of OpenXM} @@ -168,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) @@ -303,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} */ @@ -423,6 +424,7 @@ values are as follows. #define SM_getsp 275 #define SM_dupErrors 276 +#define SM_nop 300 /* do nothing */ #define SM_control_kill 1024 #define SM_control_reset_connection 1030