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

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

1.2     ! takayama    1: /* $OpenXM$ */
1.1       maekawa     2: /* op-codes for sample */
                      3: #define KPLUGIN_SAMPLE_INIT 0
                      4: #define KPLUGIN_SAMPLE_SELECT 1
                      5: #define KPLUGIN_SAMPLE_WAIT 2
                      6: #define KPLUGIN_SAMPLE_ADD 3
                      7:
                      8: int Kplugin_sample(int opcode,struct object obj);
                      9: static void errorSample(char *s);
                     10: int Kplugin_push(struct object ob,struct operandStack *operandstack);
                     11: struct object Kplugin_pop(struct operandStack *operandstack);
                     12: struct object Kplugin_peek(int k,struct operandStack *operandstack);
                     13:
                     14:
                     15:

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