~ubuntu-branches/ubuntu/wily/flrig/wily

« back to all changes in this revision

Viewing changes to .pc/0001-License-Declaration.patch/src/include/rigs.h

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2014-10-25 11:17:10 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20141025111710-n32skgya3l9u1brw
Tags: 1.3.17-1
* New upstream release (Closes: #761839)
* Debian Standards-Version: 3.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef RIGS_H
2
 
#define RIGS_H
3
 
 
4
 
#include "rigbase.h"
5
 
#include "FT100D.h"
6
 
#include "FT450.h"
7
 
#include "FT747.h"
8
 
#include "FT767.h"
9
 
#include "FT817.h"
10
 
#include "FT847.h"
11
 
#include "FT857D.h"
12
 
#include "FT890.h"
13
 
#include "FT920.h"
14
 
#include "FT950.h"
15
 
#include "FT990.h"
16
 
#include "FT1000MP.h"
17
 
#include "FT2000.h"
18
 
#include "FTdx1200.h"
19
 
#include "FTdx3000.h"
20
 
#include "FT5000.h"
21
 
#include "ICbase.h"
22
 
#include "IC703.h"
23
 
#include "IC706MKIIG.h"
24
 
#include "IC718.h"
25
 
#include "IC728.h"
26
 
#include "IC735.h"
27
 
#include "IC746.h"
28
 
#include "IC756.h"
29
 
#include "IC756PRO2.h"
30
 
#include "IC756PRO3.h"
31
 
#include "IC910.h"
32
 
#include "IC7000.h"
33
 
#include "IC7100.h"
34
 
#include "IC7200.h"
35
 
#include "IC7600.h"
36
 
#include "IC7700.h"
37
 
#include "IC9100.h"
38
 
#include "K2.h"
39
 
#include "K3.h"
40
 
#include "PCR1000.h"
41
 
#include "RAY152.h"
42
 
#include "TS140.h"
43
 
#include "TS450S.h"
44
 
#include "TS480HX.h"
45
 
#include "TS480SAT.h"
46
 
#include "TS570.h"
47
 
#include "TS590S.h"
48
 
#include "TS870S.h"             // wbx
49
 
#include "TS990.h"              // G0HIX
50
 
#include "TS2000.h"
51
 
#include "TT516.h"
52
 
#include "DELTA-II.h"
53
 
#include "TT538.h"
54
 
#include "TT550.h"
55
 
#include "TT563.h"
56
 
#include "TT566.h"
57
 
#include "TT588.h"
58
 
#include "TT599.h"
59
 
 
60
 
extern rigbase                  rig_null;               // 0
61
 
extern RIG_FT100D               rig_FT100D;             // 1
62
 
extern RIG_FT450                rig_FT450;              // 2
63
 
extern RIG_FT747                rig_FT747;              // 3
64
 
extern RIG_FT767                rig_FT767;              // 4
65
 
extern RIG_FT817                rig_FT817;              // 5
66
 
extern RIG_FT847                rig_FT847;              // 6
67
 
extern RIG_FT857D               rig_FT857D;             // 7
68
 
extern RIG_FT890                rig_FT890;              // 8
69
 
extern RIG_FT897D               rig_FT897D;             // 9
70
 
extern RIG_FT920                rig_FT920;              // 10
71
 
extern RIG_FT950                rig_FT950;              // 11
72
 
extern RIG_FT990                rig_FT990;              // 12
73
 
extern RIG_FT1000MP     rig_FT1000MP;   // 13
74
 
extern RIG_FT2000               rig_FT2000;             // 14
75
 
extern RIG_FTdx1200     rig_FTdx1200;   // 15
76
 
extern RIG_FTdx3000     rig_FTdx3000;   // 16
77
 
extern RIG_FT5000               rig_FT5000;             // 17
78
 
extern RIG_IC703                rig_IC703;              // 18
79
 
extern RIG_IC706MKIIG   rig_IC706MKIIG; // 19
80
 
extern RIG_IC718                rig_IC718;              // 20
81
 
extern RIG_IC728                rig_IC728;              // 21
82
 
extern RIG_IC735                rig_IC735;              // 22
83
 
extern RIG_IC746                rig_IC746;              // 23
84
 
extern RIG_IC746PRO     rig_IC746PRO;   // 24
85
 
extern RIG_IC756PRO     rig_IC756PRO;   // 25
86
 
extern RIG_IC756PRO2    rig_IC756PRO2;  // 26
87
 
extern RIG_IC756PRO3    rig_IC756PRO3;  // 27
88
 
extern RIG_IC7000               rig_IC7000;             // 28
89
 
extern RIG_IC7100               rig_IC7100;             // 29
90
 
extern RIG_IC7200               rig_IC7200;             // 30
91
 
extern RIG_IC7600               rig_IC7600;             // 31
92
 
extern RIG_IC7700               rig_IC7700;             // 32
93
 
extern RIG_IC9100               rig_IC9100;             // 33
94
 
extern RIG_IC910H               rig_IC910H;             // 34
95
 
extern RIG_K2                   rig_K2;                 // 35
96
 
extern RIG_K3                   rig_K3;                 // 36
97
 
extern RIG_PCR1000              rig_PCR1000;    // 37
98
 
extern RIG_RAY152               rig_RAY152;             // 38
99
 
extern RIG_TS140                rig_TS140;              // 39
100
 
extern RIG_TS450S               rig_TS450S;             // 40
101
 
extern RIG_TS480HX              rig_TS480HX;    // 41
102
 
extern RIG_TS480SAT     rig_TS480SAT;   // 42
103
 
extern RIG_TS570                rig_TS570;              // 43
104
 
extern RIG_TS590S               rig_TS590S;             // 44
105
 
extern RIG_TS870S               rig_TS780S;             // 45 wbx
106
 
extern RIG_TS990                rig_TS990;              // 46 G0HIX
107
 
extern RIG_TS2000               rig_TS2000;             // 47
108
 
extern RIG_TT516                rig_TT516;              // 48
109
 
extern RIG_TT535                rig_TT535;              // 49
110
 
extern RIG_TT538                rig_TT538;              // 50
111
 
extern RIG_TT550                rig_TT550;              // 51
112
 
extern RIG_TT563                rig_TT563;              // 52
113
 
extern RIG_TT566                rig_TT566;              // 53
114
 
extern RIG_TT588                rig_TT588;              // 54
115
 
extern RIG_TT599                rig_TT599;              // 55
116
 
 
117
 
#endif