Bosch DCN Next Generation Manual do Utilizador Página 117

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 296
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 116
DCN Next Generation Open Interface Release 2.4 Microphone Management
en | 117
Bosch Communications Systems | 2007 February | SRS_MMINF | Du020903
APPENDIX A. VALUES OF THE DEFINES
In this document a lot of definitions are given, which have values connected to them. In this
appendix all defines will be connected to their values;
The values are presented in ‘C’-syntax
#define MKWORD(lb,hb) ((WORD)(((WORD)(hb))<<8) | (WORD)(lb)))
#define DCNC_APP_MM 0
#define MM_C_MICRO_ON_OFF ( MKWORD (1 , DCNC_APP_MM) )
#define MM_C_CHAIR_MICS_ON ( MKWORD (2 , DCNC_APP_MM) )
#define MM_C_TIMER_ON_OFF ( MKWORD (3 , DCNC_APP_MM) )
#define MM_C_RTS_SET_ON_PC ( MKWORD (4 , DCNC_APP_MM) )
#define MM_C_RTS_CLEAR_ON_PC ( MKWORD (5 , DCNC_APP_MM) )
#define MM_C_RTS_REMOVE_ON_PC ( MKWORD (6 , DCNC_APP_MM) )
#define MM_C_RTS_INSERT_ON_PC ( MKWORD (7 , DCNC_APP_MM) )
#define MM_C_RTS_REPLACE_ON_PC ( MKWORD (8 , DCNC_APP_MM) )
#define MM_C_NBK_SET_ON_PC ( MKWORD (9, DCNC_APP_MM) )
#define MM_C_NBK_CLEAR_ON_PC ( MKWORD (10, DCNC_APP_MM) )
#define MM_C_NBK_REMOVE_ON_PC ( MKWORD (11, DCNC_APP_MM) )
#define MM_C_SPK_SET_ON_PC ( MKWORD (12, DCNC_APP_MM) )
#define MM_C_SPK_CLEAR_ON_PC ( MKWORD (13, DCNC_APP_MM) )
#define MM_C_SPK_APPEND_ON_PC ( MKWORD (14, DCNC_APP_MM) )
#define MM_C_SPK_REMOVE_ON_PC ( MKWORD (15, DCNC_APP_MM) )
#define MM_C_SPK_INSERT_ON_PC ( MKWORD (16, DCNC_APP_MM) )
#define MM_C_SPK_REPLACE_ON_PC ( MKWORD (17, DCNC_APP_MM) )
#define MM_C_SET_MIC_OPER_MODE_ON_PC ( MKWORD (18, DCNC_APP_MM) )
#define MM_C_SET_ACTIVE_MICS_ON_PC ( MKWORD (19, DCNC_APP_MM) )
#define MM_C_RTS_FIRST_ON_PC ( MKWORD (20, DCNC_APP_MM) )
#define MM_C_SET_SETTINGS_ON_PC ( MKWORD (21, DCNC_APP_MM) )
#define MM_C_CR_CLEAR_ON_PC ( MKWORD (22, DCNC_APP_MM) )
#define MM_C_CR_ADD_ON_PC ( MKWORD (23, DCNC_APP_MM) )
#define MM_C_CR_REMOVE_ON_PC ( MKWORD (24, DCNC_APP_MM) )
#define MM_C_CR_REPLACE_ON_PC ( MKWORD (25, DCNC_APP_MM) )
#define MM_C_CS_CLEAR_ON_PC ( MKWORD (26, DCNC_APP_MM) )
#define MM_C_CS_ADD_ON_PC ( MKWORD (27, DCNC_APP_MM) )
#define MM_C_CS_REMOVE_ON_PC ( MKWORD (28, DCNC_APP_MM) )
#define MM_C_START_MM ( MKWORD (30, DCNC_APP_MM) )
#define MM_C_STOP_MM ( MKWORD (31, DCNC_APP_MM) )
#define MM_C_GET_SETTINGS ( MKWORD (32, DCNC_APP_MM) )
#define MM_C_SET_SETTINGS ( MKWORD (33, DCNC_APP_MM) )
#define MM_C_SET_MICRO_ON_OFF ( MKWORD (34, DCNC_APP_MM) )
#define MM_C_SHIFT ( MKWORD (35, DCNC_APP_MM) )
#define MM_C_RTS_SET ( MKWORD (36, DCNC_APP_MM) )
#define MM_C_RTS_GET ( MKWORD (37, DCNC_APP_MM) )
#define MM_C_RTS_CLEAR ( MKWORD (38, DCNC_APP_MM) )
#define MM_C_RTS_REMOVE ( MKWORD (39, DCNC_APP_MM) )
#define MM_C_RTS_INSERT ( MKWORD (40, DCNC_APP_MM) )
#define MM_C_NBK_SET ( MKWORD (42, DCNC_APP_MM) )
#define MM_C_NBK_GET ( MKWORD (43, DCNC_APP_MM) )
#define MM_C_NBK_CLEAR ( MKWORD (44, DCNC_APP_MM) )
#define MM_C_NBK_REMOVE ( MKWORD (45, DCNC_APP_MM) )
#define MM_C_SPK_GET ( MKWORD (46, DCNC_APP_MM) )
#define MM_C_SPK_CLEAR ( MKWORD (47, DCNC_APP_MM) )
#define MM_C_SPK_APPEND ( MKWORD (48, DCNC_APP_MM) )
#define MM_C_SPK_REMOVE ( MKWORD (49, DCNC_APP_MM) )
#define MM_C_SET_MIC_OPER_MODE ( MKWORD (52, DCNC_APP_MM) )
#define MM_C_SET_ACTIVE_MICS ( MKWORD (53, DCNC_APP_MM) )
#define MM_C_SET_SPEECHTIME_SETTINGS ( MKWORD (59, DCNC_APP_MM) )
#define MM_C_LAST_MINUTE_WARNING ( MKWORD (60, DCNC_APP_MM) )
#define MM_C_TIME_FINISHED_WARNING ( MKWORD (61, DCNC_APP_MM) )
#define MM_C_RTS_APPEND ( MKWORD (62, DCNC_APP_MM) )
#define MM_C_CR_REMOVE ( MKWORD (64, DCNC_APP_MM) )
#define MM_C_SHIFT_CR ( MKWORD (65, DCNC_APP_MM) )
#define MM_C_CR_GET ( MKWORD (66, DCNC_APP_MM) )
#define MM_C_CS_REMOVE ( MKWORD (67, DCNC_APP_MM) )
#define MM_C_CS_GET ( MKWORD (68, DCNC_APP_MM) )
#define MM_C_START_MON_MM ( MKWORD (69, DCNC_APP_MM) )
#define MM_C_STOP_MON_MM ( MKWORD (70, DCNC_APP_MM) )
#define MM_C_GET_SETTINGS ( MKWORD (32, DCNC_APP_MM) )
#define MM_C_SET_SETTINGS ( MKWORD (33, DCNC_APP_MM) )
Vista de página 116
1 2 ... 112 113 114 115 116 117 118 119 120 121 122 ... 295 296

Comentários a estes Manuais

Sem comentários