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

File: [local] / OpenXM / src / kan96xx / plugin / oxFunctionId.h (download)

Revision 1.5, Mon Mar 8 08:24:42 2004 UTC (20 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.4: +3 -1 lines

Kan/sm1 and ox_sm1 support the new stackmachine command
SM_executeFunctionWithOptionalArgument.
See also (oxexecWithOpt) usage ;

/* $OpenXM: OpenXM/src/kan96xx/plugin/oxFunctionId.h,v 1.5 2004/03/08 08:24:42 takayama Exp $ */
/* ox_function_id.h */
/* If you add new SM_*,
   you also need to modify, KSmathcapByStruct(),
   OpenXM/doc/OpenXM-web/smCommand.h
and OpenXM/doc/OpenXM-specs/communication-model.tex.
*/
#define SM_PRIVATE            0x7fff0000      /*  2147418112  */

#define SM_popSerializedLocalObject 258
#define SM_popCMO 262
#define SM_popString 263    /* result ==> string and send the string by CMO */

#define SM_mathcap 264
#define SM_pops 265
#define SM_setName 266
#define SM_evalName 267 
#define SM_executeStringByLocalParser 268 
#define SM_executeFunction 269
#define SM_beginBlock  270
#define SM_endBlock    271
#define SM_shutdown    272
#define SM_setMathCap  273
#define SM_executeStringByLocalParserInBatchMode 274
#define SM_getsp   275
#define SM_dupErrors 276
#define SM_pushCMOtag 277

#define SM_sync_ball 281

#define SM_executeFunctionWithOptionalArgument 282

#define SM_DUMMY_sendcmo  (SM_PRIVATE+1)

#define SM_control_kill 1024
#define SM_control_reset_connection  1030
#define SM_control_to_debug_mode 1025
#define SM_control_exit_debug_mode 1026
#define SM_control_ping  1027
#define SM_control_start_watch_thread 1028
#define SM_control_stop_watch_thread 1029