Annotation of OpenXM/src/kan96xx/plugin/sample.h, Revision 1.1
1.1 ! maekawa 1: /* op-codes for sample */
! 2: #define KPLUGIN_SAMPLE_INIT 0
! 3: #define KPLUGIN_SAMPLE_SELECT 1
! 4: #define KPLUGIN_SAMPLE_WAIT 2
! 5: #define KPLUGIN_SAMPLE_ADD 3
! 6:
! 7: int Kplugin_sample(int opcode,struct object obj);
! 8: static void errorSample(char *s);
! 9: int Kplugin_push(struct object ob,struct operandStack *operandstack);
! 10: struct object Kplugin_pop(struct operandStack *operandstack);
! 11: struct object Kplugin_peek(int k,struct operandStack *operandstack);
! 12:
! 13:
! 14:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>