Bosch DCN Next Generation Instrukcja Użytkownika Strona 166

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 296
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 165
DCN Next Generation Open Interface Release 2.4 Simultaneous Interpretation
en | 166
Bosch Communications Systems | 2007 February | SRS_ININF | Du030905
4.2 IN General notifications 1
4.2.1 IN_C_CHAN_STATUS 2
Purpose 3
Notifies the remote controller of a status update. 4
Notify structure with this update 5
The update comes with the following structure: 6
struct 7
{ 8
BOOLEAN bConnectChanges; 9
IN_T_MICSTAT tIntMics; 10
IN_T_ACTIVECHAN tInActiveChan; 11
IN_T_CHANNELS tAChannels; 12
IN_T_CHANNELS tBChannels; 13
IN_T_CHANNELS tInChannels; 14
}; 15
where the structures IN_T_MICSTAT, IN_T_ACTIVECHAN and IN_T_CHANNELS are 16
defined as: 17
typedef struct 18
{ 19
UNITID wUnitId; 20
BOOLEAN bMicStatus; 21
} IN_T_MICSTAT[DBSC_MAX_INTBOOTH][DBSC_MAX_DESK_PER_BOOTH]; 22
typedef CHAR IN_T_ACTIVECHAN[DBSC_MAX_INTBOOTH][DBSC_MAX_DESK_PER_BOOTH]; 23
typedef BYTE IN_T_CHANNELS[DBSC_MAX_INTBOOTH][DBSC_MAX_DESK_PER_BOOTH]; 24
in which a UNITID is defined as: 25
typedef WORD UNITID; 26
where: 27
bConnectChanges TRUE if there was a change in connected units (i.e. interpreter
desks were connected or disconnected) since the last status
update
FALSE if there was no change in connected units since the last
update.
tIntMics Matrix holding the microphone status information of the
connected interpreter desks. Each matrix element is defined as
an IN_T_MICSTAT structure that is defined below. Every
element holds the information of one particular desk in one
particular booth. The position in the matrix defines the desk and
booth number of the unit (interpreter desk). Adding the value 1
to the indexes of the matrix retrieves the booth and desk
number, e.g. tIntMics[0][1] hold the data of the interpreter desk
located in booth 1 with desk number 2.
tInActiveChan Matrix holding the active out channels of the connected units.
The value of the matrix elements is either ‘A’ or ‘B’.
tAChannels Matrix holding the A out channels of the connected units.
tBChannels Matrix holding the B out channels of the connected units.
tInChannels Matrix holding the incoming channels of the connected units.
wUnitId Unit Identifier. If there is no unit assigned to the desk
and booth number this identifier belongs to, it will have
the value DCNC_UNASSIGNED_UNIT.
bMicStatus TRUE if the microphone of the unit is on
FALSE if the microphone of the unit is off.
Przeglądanie stron 165
1 2 ... 161 162 163 164 165 166 167 168 169 170 171 ... 295 296

Komentarze do niniejszej Instrukcji

Brak uwag