[BACK]Return to oxFunctionId.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / plugin

Annotation of OpenXM/src/kan96xx/plugin/oxFunctionId.h, Revision 1.1

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

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