COVISE Core
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{
15 COMM_QUIT, /* 01 */
16 COMM_TEST, /* 02 */
17 EXEC_COVISE, /* 03 */
18 GET_SLI_PARA, /* 04 */
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 */
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
CommandType
Definition: coSimLibComm.h:12
@ GET_V3_PARA_FLO
Definition: coSimLibComm.h:44
@ GEO_DIM
Definition: coSimLibComm.h:35
@ BOCO_DIM
Definition: coSimLibComm.h:36
@ COMM_TEST
Definition: coSimLibComm.h:16
@ GET_CHOICE_PARA
Definition: coSimLibComm.h:21
@ GET_TEXT_PARA
Definition: coSimLibComm.h:23
@ NEWBC
Definition: coSimLibComm.h:39
@ USE_BOCO2
Definition: coSimLibComm.h:40
@ PARA_PORT
Definition: coSimLibComm.h:30
@ SEND_GEO
Definition: coSimLibComm.h:37
@ COMM_EXIT
Definition: coSimLibComm.h:41
@ PARA_CELL_MAP
Definition: coSimLibComm.h:31
@ SEND_BOCO
Definition: coSimLibComm.h:38
@ COMM_QUIT
Definition: coSimLibComm.h:15
@ GET_SLI_PARA
Definition: coSimLibComm.h:18
@ COMM_ERROR
Definition: coSimLibComm.h:13
@ COMM_NONE
Definition: coSimLibComm.h:14
@ GET_BOOL_PARA
Definition: coSimLibComm.h:22
@ EXEC_COVISE
Definition: coSimLibComm.h:17
@ COMM_DETACH
Definition: coSimLibComm.h:42
@ GET_INITIAL_PARA_DONE
Definition: coSimLibComm.h:43
@ SEND_3DATA
Definition: coSimLibComm.h:27
@ EXEC_MOD
Definition: coSimLibComm.h:28
@ ATTRIBUTE
Definition: coSimLibComm.h:34
@ PARA_NODE
Definition: coSimLibComm.h:33
@ PARA_VERTEX_MAP
Definition: coSimLibComm.h:32
@ SEND_USG
Definition: coSimLibComm.h:25
@ PARA_INIT
Definition: coSimLibComm.h:29
@ GET_FILE_PARA
Definition: coSimLibComm.h:24
@ SEND_1DATA
Definition: coSimLibComm.h:26
@ GET_SC_PARA_INT
Definition: coSimLibComm.h:20
@ GET_SC_PARA_FLO
Definition: coSimLibComm.h:19