Annotation of OpenXM/src/ox_math/serv2.h, Revision 1.6
1.1 ohara 1: /* -*- mode: C; coding: euc-japan -*- */
1.6 ! ohara 2: /* $OpenXM: OpenXM/src/ox_math/serv2.h,v 1.5 1999/11/29 12:09:58 ohara Exp $ */
1.1 ohara 3:
4: #ifndef _SERV2_H_
5: #define _SERV2_H_
6:
7: #include "ox.h"
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>