
DCN Next Generation Open Interface Release 2.4 Simultaneous Interpretation
en | 170
Bosch Communications Systems | 2007 February | SRS_ININF | Du030905
APPENDIX A. VALUES OF THE DEFINES 1
In this document a lot of defines are used, which have values connected to them. In this 2
appendix all defines will be connected to their values; 3
The values are presented in ‘C’-syntax 4
#define MKWORD(lb,hb) ((WORD)(((WORD)(hb))<<8) | (WORD)(lb)))
#define DCNC_APP_IN 2
5
#define IN_C_CHAN_STATUS ( MKWORD ( 1, DCNC_APP_IN) )
#define IN_C_CCU_CONFIG ( MKWORD ( 2, DCNC_APP_IN) )
#define IN_C_FLASHING_MIC_ON ( MKWORD ( 3, DCNC_APP_IN) )
#define IN_C_FLOOR_DISTRIBUTION ( MKWORD ( 4, DCNC_APP_IN) )
#define IN_C_LANGUAGE_LIST ( MKWORD ( 5, DCNC_APP_IN) )
#define IN_C_SPEAKSLOWLY_SIGN ( MKWORD ( 6, DCNC_APP_IN) )
#define IN_C_HELP_SIGN ( MKWORD ( 7, DCNC_APP_IN) )
6
#define IN_C_DESK_UPDATE ( MKWORD (36, DCNC_APP_IN) )
#define IN_C_BOOTH_UPDATE ( MKWORD (37, DCNC_APP_IN) )
#define IN_C_SIGNAL_CCU ( MKWORD (38, DCNC_APP_IN) )
#define IN_C_UPDATE_LCK ( MKWORD (39, DCNC_APP_IN) )
#define IN_C_LOAD_INT_DB ( MKWORD (40, DCNC_APP_IN) )
#define IN_C_CHANNEL_UPDATE ( MKWORD (41, DCNC_APP_IN) )
#define IN_C_DOWNLOAD_LANGLIST ( MKWORD (50, DCNC_APP_IN) )
#define IN_C_SET_FLASH_MIC_ON ( MKWORD (51, DCNC_APP_IN) )
#define IN_C_SET_FLOOR_DIST ( MKWORD (52, DCNC_APP_IN) )
#define IN_C_GET_FLOOR_DIST ( MKWORD (53, DCNC_APP_IN) )
#define IN_C_START_MON_IN ( MKWORD (54, DCNC_APP_IN) )
#define IN_C_STOP_MON_IN ( MKWORD (55, DCNC_APP_IN) )
#define IN_C_START_IN_APP ( MKWORD (56, DCNC_APP_IN) )
#define IN_C_STOP_IN_APP ( MKWORD (57, DCNC_APP_IN) )
#define IN_C_SET_SPEAKSLOWLY_SIGN ( MKWORD (68, DCNC_APP_IN) )
#define IN_C_GET_SPEAKSLOWLY_SIGN ( MKWORD (69, DCNC_APP_IN) )
#define IN_C_SET_HELP_SIGN ( MKWORD (70, DCNC_APP_IN) )
#define IN_C_GET_HELP_SIGN ( MKWORD (71, DCNC_APP_IN) )
#define IN_C_UPDATE_LOCK ( MKWORD (73, DCNC_APP_IN) )
7
#define IN_C_NONEMODE 0
#define IN_C_OVERRIDE 1
#define IN_C_INTERLOCK 2
#define IN_C_OVERRIDE_ON_B_ONLY 3
8
#define IN_C_ENG_LANG_LIST_ID 1
#define IN_C_FR_LANG_LIST_ID 2
#define IN_C_ORG_LANG_LIST_ID 3
#define IN_C_CUS_LANG_LIST_1_ID 4
#define IN_C_CUS_LANG_LIST_2_ID 5
#define IN_C_CUS_LANG_LIST_3_ID 6
9
#define IN_C_NOMORE_CHANNELS 255
#define IN_C_DEF_LANG 1
10
#define DBSC_MAX_INTERPRT_CHANNEL 31
#define DBSC_MAX_INTBOOTH 31
#define DBSC_MAX_DESK_PER_BOOTH 6
#define DBSC_MAX_INTSEAT
(DBSC_MAX_INTBOOTH *
DBSC_MAX_DESK_PER_BOOTH)
#define DBSC_MAX_LANGNAME 53
#define DBSC_NCHAR_LANGNAME 13
#define DBSC_NCHAR_LANGABBR 4
11
#define IN_C_STANDALONE 0
#define IN_C_WITHPC 1
12
#define DCNC_UNASSIGNED_UNIT ((UNITID) 0xFFFF)
Komentáře k této Příručce