version 1.3, 2000/01/24 07:36:35 |
version 1.5, 2000/09/08 17:14:54 |
|
|
%% $OpenXM: OpenXM/doc/OpenXM-specs/cmo-basic0.tex,v 1.2 2000/01/24 02:48:24 noro Exp $ |
%% $OpenXM: OpenXM/doc/OpenXM-specs/cmo-basic0.tex,v 1.4 2000/02/02 02:03:40 takayama Exp $ |
//&jp \section{CMO Primitive の object} |
//&jp \section{CMO Primitive object} |
//&eg \section{CMO Primitive object} |
//&eg \section{CMO Primitive object} |
\label{sec:basic0} |
\label{sec:basic0} |
/*&jp |
/*&jp |
Line 73 any CMObject consists of a tag and a body: \\ |
|
Line 73 any CMObject consists of a tag and a body: \\ |
|
/*&C |
/*&C |
@../SSkan/plugin/cmotag.h |
@../SSkan/plugin/cmotag.h |
\begin{verbatim} |
\begin{verbatim} |
#define LARGEID 0x7f000000 |
#define LARGEID 0x7f000000 /* 2130706432 */ |
#define CMO_ERROR2 (LARGEID+2) |
#define CMO_ERROR2 (LARGEID+2) |
#define CMO_NULL 1 |
#define CMO_NULL 1 |
#define CMO_INT32 2 |
#define CMO_INT32 2 |
Line 272 The details will be explained in the section on mathca |
|
Line 272 The details will be explained in the section on mathca |
|
\end{tabular}\\ |
\end{tabular}\\ |
*/ |
*/ |
//&jp で表現する. |
//&jp で表現する. |
|
|
|
|