[BACK]Return to smCommand.h CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

Annotation of OpenXM/doc/OpenXM-web/smCommand.h, Revision 1.10

1.10    ! takayama    1: /* $OpenXM: OpenXM/doc/OpenXM-web/smCommand.h,v 1.9 2004/03/08 03:08:12 takayama Exp $ */
1.1       takayama    2: /* smCommand.h */
                      3:
                      4: #define SM_popSerializedLocalObject 258
                      5: #define SM_popCMO 262
                      6: #define SM_popString 263    /* result ==> string and send the string by CMO */
                      7:
                      8: #define SM_mathcap 264
                      9: #define SM_pops 265
                     10: #define SM_setName 266
                     11: #define SM_evalName 267
                     12: #define SM_executeStringByLocalParser 268
                     13: #define SM_executeFunction 269
                     14: #define SM_beginBlock  270
                     15: #define SM_endBlock    271
                     16: #define SM_shutdown    272
                     17: #define SM_setMathCap  273
                     18: #define SM_executeStringByLocalParserInBatchMode 274
                     19: #define SM_getsp   275
                     20: #define SM_dupErrors 276
1.3       takayama   21: #define SM_pushCMOtag 277
1.8       takayama   22: #define SM_executeFunctionAndPopCMO 278
                     23: #define SM_executeFunctionAndPopSerializedLocalObject 279
1.10    ! takayama   24: #define SM_executeFunctionWithOptionalArgument 282
1.8       takayama   25:
1.1       takayama   26:
                     27: #define SM_control_kill 1024
                     28: #define SM_control_to_debug_mode 1025
                     29: #define SM_control_exit_debug_mode 1026
1.4       ohara      30: #define SM_control_spawn_server 1027
                     31: #define SM_control_terminate_server 1028
1.7       ohara      32: #define SM_control_reset_connection_server  1029
1.5       ohara      33: #define SM_control_reset_connection  1030
1.2       takayama   34:
1.3       takayama   35: #define  SM_PRIVATE         0x7fff0000    /*  2147418112  */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>