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

File: [local] / OpenXM / src / kan96xx / plugin / sample.h (download)

Revision 1.1, Fri Oct 8 02:12:05 1999 UTC (24 years, 8 months ago) by maekawa
Branch: MAIN

Initial revision

/* op-codes for sample */
#define KPLUGIN_SAMPLE_INIT 0
#define KPLUGIN_SAMPLE_SELECT 1
#define KPLUGIN_SAMPLE_WAIT 2
#define KPLUGIN_SAMPLE_ADD 3

int Kplugin_sample(int opcode,struct object obj);
static void errorSample(char *s);
int Kplugin_push(struct object ob,struct operandStack *operandstack);
struct object Kplugin_pop(struct operandStack *operandstack);
struct object Kplugin_peek(int k,struct operandStack *operandstack);