[BACK]Return to oxCMO0.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / plugin

Annotation of OpenXM/src/kan96xx/plugin/oxCMO0.h, Revision 1.2

1.2     ! takayama    1: /* $OpenXM$ */
1.1       maekawa     2: /* ox_CMO0.h, these tags should be synchrozied with plugin/cmo.h */
                      3: #define CMO_INT32  2
                      4: #define CMO_DATUM  3
                      5: #define CMO_STRING 4
                      6: #define CMO_STREAM 5
                      7: #define CMO_DOUBLE 6
                      8: #define CMO_ARRAYOFINT32 7
                      9:
                     10: #define CMO_TAIL   0x7fabcd03

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