Annotation of OpenXM/src/kan96xx/plugin/oxFunctionId.h, Revision 1.2
1.2 ! takayama 1: /* $OpenXM$ */
1.1 maekawa 2: /* ox_function_id.h */
3: /* If you add new add new SM_*,
4: you also need to modify, KSmathcapByStruct()
5: */
6: #define SM_popSerializedLocalObject 258
7: #define SM_popCMO 262
8: #define SM_popString 263 /* result ==> string and send the string by CMO */
9:
10: #define SM_mathcap 264
11: #define SM_pops 265
12: #define SM_setName 266
13: #define SM_evalName 267
14: #define SM_executeStringByLocalParser 268
15: #define SM_executeFunction 269
16: #define SM_beginBlock 270
17: #define SM_endBlock 271
18: #define SM_shutdown 272
19: #define SM_setMathCap 273
20: #define SM_executeStringByLocalParserInBatchMode 274
21: #define SM_getsp 275
22: #define SM_dupErrors 276
23:
24: #define SM_DUMMY_sendcmo 280
25: #define SM_sync_ball 281
26:
27: #define SM_control_kill 1024
28: #define SM_control_reset_connection 1030
29: #define SM_control_to_debug_mode 1025
30: #define SM_control_exit_debug_mode 1026
31: #define SM_control_ping 1027
32: #define SM_control_start_watch_thread 1028
33: #define SM_control_stop_watch_thread 1029
34:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>