blob: 3e2e5badf787d0851886aa3379cc6c36d1b45e61 [file] [log] [blame]
Bob Beers50ee11f2010-03-04 08:40:46 -05001#ifndef _INC_COMET_TBLS_H_
2#define _INC_COMET_TBLS_H_
3
4/*-----------------------------------------------------------------------------
5 * comet_tables.h - Waveform Tables for the PM4351 'COMET'
6 *
7 * Copyright (C) 2005 SBE, Inc.
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * For further information, contact via email: support@sbei.com
20 * SBE, Inc. San Ramon, California U.S.A.
21 *-----------------------------------------------------------------------------
Bob Beers50ee11f2010-03-04 08:40:46 -050022 */
23
24
25/*****************************************************************************
26*
27* Array names:
28*
29* TWVLongHaul0DB
30* TWVLongHaul7_5DB
31* TWVLongHaul15DB
32* TWVLongHaul22_5DB
33* TWVShortHaul0
34* TWVShortHaul1
35* TWVShortHaul2
36* TWVShortHaul3
37* TWVShortHaul4
38* TWVShortHaul5
39* TWV_E1_120Ohm
40* TWV_E1_75Ohm <not supported>
41* T1_Equalizer
42* E1_Equalizer
43*
44*****************************************************************************/
45
46extern u_int8_t TWVLongHaul0DB[25][5]; /* T1 Long Haul 0 DB */
47extern u_int8_t TWVLongHaul7_5DB[25][5]; /* T1 Long Haul 7.5 DB */
48extern u_int8_t TWVLongHaul15DB[25][5]; /* T1 Long Haul 15 DB */
49extern u_int8_t TWVLongHaul22_5DB[25][5]; /* T1 Long Haul 22.5 DB */
50extern u_int8_t TWVShortHaul0[25][5]; /* T1 Short Haul 0-110 ft */
51extern u_int8_t TWVShortHaul1[25][5]; /* T1 Short Haul 110-220 ft */
52extern u_int8_t TWVShortHaul2[25][5]; /* T1 Short Haul 220-330 ft */
53extern u_int8_t TWVShortHaul3[25][5]; /* T1 Short Haul 330-440 ft */
54extern u_int8_t TWVShortHaul4[25][5]; /* T1 Short Haul 440-550 ft */
55extern u_int8_t TWVShortHaul5[25][5]; /* T1 Short Haul 550-660 ft */
56extern u_int8_t TWV_E1_75Ohm[25][5]; /* E1 75 Ohm */
57extern u_int8_t TWV_E1_120Ohm[25][5]; /* E1 120 Ohm */
58extern u_int32_t T1_Equalizer[256]; /* T1 Receiver Equalizer */
59extern u_int32_t E1_Equalizer[256]; /* E1 Receiver Equalizer */
60
61#endif /* _INC_COMET_TBLS_H_ */