COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
coSimLibComm.h
Go to the documentation of this file.
1 /* This file is part of COVISE.
2 
3  You can use it under the terms of the GNU Lesser General Public License
4  version 2.1 or later, see lgpl-2.1.txt.
5 
6  * License: LGPL 2+ */
7 
8 #ifndef COSIMLIBCOMM_H
9 #define COSIMLIBCOMM_H
10 
12 {
13  COMM_ERROR = -1,
14  COMM_NONE = 0,
15  COMM_QUIT, /* 01 */
16  COMM_TEST, /* 02 */
17  EXEC_COVISE, /* 03 */
18  GET_SLI_PARA, /* 04 */
19  GET_SC_PARA_FLO, /* 05 */
20  GET_SC_PARA_INT, /* 06 */
21  GET_CHOICE_PARA, /* 07 */
22  GET_BOOL_PARA, /* 08 */
23  GET_TEXT_PARA, /* 09 */
24  GET_FILE_PARA, /* 10 */
25  SEND_USG, /* 11 */
26  SEND_1DATA, /* 12 */
27  SEND_3DATA, /* 13 */
28  EXEC_MOD, /* 14 */
29  PARA_INIT, /* 15 */
30  PARA_PORT, /* 16 */
31  PARA_CELL_MAP, /* 17 */
32  PARA_VERTEX_MAP, /* 18 */
33  PARA_NODE, /* 19 */
34  ATTRIBUTE, /* 20 */
35  GEO_DIM, /* 21 */
36  BOCO_DIM, /* 22 */
37  SEND_GEO, /* 23 */
38  SEND_BOCO, /* 24 */
39  NEWBC, /* 25 */
40  USE_BOCO2, /* 26 */
41  COMM_EXIT, /* 27 */
42  COMM_DETACH, /* 28 */
44  GET_V3_PARA_FLO /* 30 */
45 };
46 
47 #endif
Definition: coSimLibComm.h:29
Definition: coSimLibComm.h:33
Definition: coSimLibComm.h:16
Definition: coSimLibComm.h:19
Definition: coSimLibComm.h:20
Definition: coSimLibComm.h:24
Definition: coSimLibComm.h:32
Definition: coSimLibComm.h:40
Definition: coSimLibComm.h:13
Definition: coSimLibComm.h:14
Definition: coSimLibComm.h:26
Definition: coSimLibComm.h:37
Definition: coSimLibComm.h:22
Definition: coSimLibComm.h:43
Definition: coSimLibComm.h:21
Definition: coSimLibComm.h:42
Definition: coSimLibComm.h:25
Definition: coSimLibComm.h:31
Definition: coSimLibComm.h:15
Definition: coSimLibComm.h:27
Definition: coSimLibComm.h:35
Definition: coSimLibComm.h:41
Definition: coSimLibComm.h:34
Definition: coSimLibComm.h:28
Definition: coSimLibComm.h:38
Definition: coSimLibComm.h:44
CommandType
Definition: coSimLibComm.h:11
Definition: coSimLibComm.h:39
Definition: coSimLibComm.h:36
Definition: coSimLibComm.h:23
Definition: coSimLibComm.h:30
Definition: coSimLibComm.h:18
Definition: coSimLibComm.h:17