Annotation of OpenXM/src/ox_math/serv2.h, Revision 1.7
1.1 ohara 1: /* -*- mode: C; coding: euc-japan -*- */
1.7 ! ohara 2: /* $OpenXM: OpenXM/src/ox_math/serv2.h,v 1.6 1999/12/14 09:31:56 ohara Exp $ */
1.1 ohara 3:
4: #ifndef _SERV2_H_
5: #define _SERV2_H_
6:
1.7 ! ohara 7: #include <ox_toolkit.h>
1.1 ohara 8:
1.5 ohara 9: #define FLAG_MLTKSYM_IS_INDETERMINATE 0
10: #define FLAG_MLTKSYM_IS_STRING 1
11:
12: #define ERROR_ID_UNKNOWN_SM 10
13: #define ERROR_ID_FAILURE_MLINK 11
14:
1.1 ohara 15: int initialize_stack();
16: int push(cmo *m);
1.3 ohara 17: cmo *pop();
1.6 ohara 18: int sm_popCMO(int fd);
19: int sm_popString(int fd);
20: int sm_pops(int fd);
1.1 ohara 21: int sm_executeStringByLocalParser();
1.6 ohara 22: int sm_executeFunction(int fd);
1.1 ohara 23:
1.6 ohara 24: int receive_sm_command(int fd);
25: int execute_sm_command(int fd, int code);
1.4 ohara 26:
27: int shutdown();
1.1 ohara 28: #endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>