Annotation of OpenXM/src/kan96xx/plugin/oxFunctionId.h, Revision 1.6
1.6 ! takayama 1: /* $OpenXM: OpenXM/src/kan96xx/plugin/oxFunctionId.h,v 1.5 2004/03/08 08:24:42 takayama Exp $ */
1.1 maekawa 2: /* ox_function_id.h */
1.4 takayama 3: /* If you add new SM_*,
4: you also need to modify, KSmathcapByStruct(),
5: OpenXM/doc/OpenXM-web/smCommand.h
6: and OpenXM/doc/OpenXM-specs/communication-model.tex.
1.1 maekawa 7: */
1.4 takayama 8: #define SM_PRIVATE 0x7fff0000 /* 2147418112 */
1.3 takayama 9:
1.1 maekawa 10: #define SM_popSerializedLocalObject 258
11: #define SM_popCMO 262
12: #define SM_popString 263 /* result ==> string and send the string by CMO */
13:
14: #define SM_mathcap 264
15: #define SM_pops 265
16: #define SM_setName 266
17: #define SM_evalName 267
18: #define SM_executeStringByLocalParser 268
19: #define SM_executeFunction 269
20: #define SM_beginBlock 270
21: #define SM_endBlock 271
22: #define SM_shutdown 272
23: #define SM_setMathCap 273
24: #define SM_executeStringByLocalParserInBatchMode 274
25: #define SM_getsp 275
26: #define SM_dupErrors 276
1.4 takayama 27: #define SM_pushCMOtag 277
1.1 maekawa 28:
29: #define SM_sync_ball 281
1.5 takayama 30:
31: #define SM_executeFunctionWithOptionalArgument 282
1.4 takayama 32:
1.6 ! takayama 33: #define SM_nop 300
! 34:
1.4 takayama 35: #define SM_DUMMY_sendcmo (SM_PRIVATE+1)
1.1 maekawa 36:
37: #define SM_control_kill 1024
38: #define SM_control_reset_connection 1030
39: #define SM_control_to_debug_mode 1025
40: #define SM_control_exit_debug_mode 1026
41: #define SM_control_ping 1027
42: #define SM_control_start_watch_thread 1028
43: #define SM_control_stop_watch_thread 1029
1.3 takayama 44:
1.1 maekawa 45:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>