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

File: [local] / OpenXM / doc / OpenXM-web / smCommand.h (download)

Revision 1.1, Tue Jan 18 07:30:13 2000 UTC (24 years, 4 months ago) by takayama
Branch: MAIN

A draft version of the home page of OpenXM as is announced in our paper
I want to quit the work of managing this web page and I am looking for
a person who manage this page.

/* $OpenXM: OpenXM/doc/OpenXM-web/smCommand.h,v 1.1 2000/01/18 07:30:13 takayama Exp $ */
/* smCommand.h */

#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_control_kill 1024
#define SM_control_reset_connection  1030
#define SM_control_to_debug_mode 1025
#define SM_control_exit_debug_mode 1026