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

Diff for /OpenXM/doc/OpenXM-specs/library.tex between version 1.5 and 1.6

version 1.5, 2000/09/08 18:57:49 version 1.6, 2002/01/20 09:26:22
Line 1 
Line 1 
 %% $OpenXM: OpenXM/doc/OpenXM-specs/library.tex,v 1.4 2000/03/16 04:59:53 noro Exp $  %% $OpenXM: OpenXM/doc/OpenXM-specs/library.tex,v 1.5 2000/09/08 18:57:49 takayama Exp $
 /*&jp  /*&jp
 \section{ OX ¥µ¡¼¥Ð¤ËÂФ¹¤ë C ¥é¥¤¥Ö¥é¥ê¥¤¥ó¥¿¥Õ¥§¡¼¥¹ }  \section{ OX ¥µ¡¼¥Ð¤ËÂФ¹¤ë C ¥é¥¤¥Ö¥é¥ê¥¤¥ó¥¿¥Õ¥§¡¼¥¹ }
   
Line 14  Asir ¤Î OX ¥µ¡¼¥ÐÍÑ¥¯¥é¥¤¥¢¥ó¥È´Ø¿ô¤Ë»÷¤¿¥¤¥ó¥¿¥Õ¥§¡¼¥
Line 14  Asir ¤Î OX ¥µ¡¼¥ÐÍÑ¥¯¥é¥¤¥¢¥ó¥È´Ø¿ô¤Ë»÷¤¿¥¤¥ó¥¿¥Õ¥§¡¼¥
 \section{ OX servers as a C library}  \section{ OX servers as a C library}
   
 In some OX servers, one can use the OX server as a C library.  In some OX servers, one can use the OX server as a C library.
 The interface functions of the C library  The API to the C library
 are similar to Asir OX client functions such as  is similar to Asir OX client API such as
 {\tt ox\_push\_cmo()}, {\tt ox\_pop\_cmo()}.  {\tt ox\_push\_cmo()}, {\tt ox\_pop\_cmo()}.
   
 CMO should be converted into the binary encoded form to call these functions.  CMO should be converted into the binary encoded form to call these functions.
Line 110  This function sends a stack machine command 
Line 110  This function sends a stack machine command 
  void xxx_ox_execute_string(char *s)   void xxx_ox_execute_string(char *s)
 \end{verbatim}  \end{verbatim}
 /*&eg  /*&eg
 These function requests a server to execute a string {\tt s}.  This function requests a server to execute a command expressed by
   a string {\tt s}.
 {\tt s} should be acceptable by the parser of the server.  {\tt s} should be acceptable by the parser of the server.
 */  */
 /*&jp  /*&jp

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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