
DCN Next Generation Open Interface Release 2.4 Simultaneous Interpretation
en | 167
Bosch Communications Systems | 2007 February | SRS_ININF | Du030905
1
4.2.2 IN_C_CCU_CONFIG 2
Purpose 3
Notifies the remote controller of a configuration update. 4
Notify structure with this update 5
The update comes with the following structure: 6
struct 7
{ 8
BYTE byBetweenLock; 9
BYTE byWithinLock; 10
BYTE byMaxChans; 11
WORD wVerLangList; 12
IN_T_CHANNELLANG tChanLang; 13
}; 14
where the structure IN_T_CHANNELLANG is defined as: 15
typedef BYTE IN_T_CHANNELLANG[DBSC_MAX_INTERPRT_CHANNEL]; 16
where: 17
byBetweenLock Interlock mode between booths, which can be one of the
following values:
• IN_C_NONEMODE
• IN_C_OVERRIDE
• IN_C_INTERLOCK
• IN_C_OVERRIDE_ON_B_ONLY
byWithinLock Interlock mode within a booth, see byBetweenLock for the
possible values, except for the
IN_C_OVERRIDE_ON_B_ONLY interlock mode
byMaxChans The number of assigned channels. Range:
1..DBSC_MAX_INTERPRT_CHANNEL.
wVerLangList Version of the language list. This can be one of the following
constants:
• IN_C_ENG_LANG_LIST_ID (standard English list)
• IN_C_FR_LANG_LIST_ID (standard French list)
• IN_C_ORG_LANG_LIST_ID (original language list)
• IN_C_CUS_LANG_LIST_1_ID (custom language list
1)
• IN_C_CUS_LANG_LIST_2_ID (custom language list
2)
• IN_C_CUS_LANG_LIST_3_ID (custom language list
3)
tChanLang Array with language per channel. Only the first byMaxChans
values of this array are useful, the rest of the elements hold the
default value IN_C_DEF_LANG. If the channel languages have
been set using IN_C_CHANNEL_UPDATE (see 3.2.11), the
channel languages shown in this array are equal to the values
passed in IN_C_CHANNEL_UPDATE. E.g. if the channel
language 1 was passed for channel 1 in
IN_C_CHANNEL_UPDATE (tChannelLang[0] = 1), channel
language 1 will also be shown for channel 1 in this structure
(tChanLang[0] = 1). Range: 1..DBSC_MAX_LANGNAME.
Komentarze do niniejszej Instrukcji