11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
|
# File '../../src/include/ntp-client/clocktypes.rb', line 11
def initialize_ntp_client_clocktypes(include_target)
textdomain "ntp-client"
@clock_types = {
1 => {
"name" => _(
"Undisciplined Local Clock (LOCAL)"
),
"refid" => "LCL"
},
2 => {
"name" => _("Trak 8820 GPS Receiver"),
"refid" => "GPS",
"device" => "dev/trak%1"
},
3 => {
"name" => _(
"PSTI/Traconex 1020 WWV/WWVH Receiver"
),
"refid" => "WWV",
"device" => "/dev/wwv%1"
},
4 => {
"name" => _(
"Spectracom WWVB and GPS Receivers"
),
"refid" => "WWVB",
"device" => "/dev/wwvb%1"
},
5 => {
"name" => _(
"TrueTime GPS/GOES/OMEGA Receivers"
),
"refid" => "GPS",
"device" => "/dev/true%1"
},
6 => {
"name" => _("IRIG Audio Decoder"),
"refid" => "IRIG"
},
7 => {
"name" => _(
"Radio CHU Audio Demodulator/Decoder"
),
"refid" => "CHU",
"device" => "/dev/chu%1"
},
8 => {
"name" => _("Generic Reference Driver"),
"refid" => "PARSE",
"device" => " /dev/refclock-%1"
},
9 => {
"name" => _("Magnavox MX4200 GPS Receiver"),
"refid" => "GPS",
"device" => "/dev/gps%1"
},
10 => {
"name" => _(
"Austron 2200A/2201A GPS Receivers"
),
"refid" => "GPS",
"device" => "/dev/gps%1"
},
11 => {
"name" => _("Arbiter 1088A/B GPS Receiver"),
"refid" => "GPS",
"device" => "/dev/gps%1"
},
12 => {
"name" => _(
"KSI/Odetics TPRO/S IRIG Interface"
),
"refid" => "IRIG",
"device" => " /dev/tpro%1"
},
13 => {
"name" => _(
"Leitch CSD 5300 Master Clock Controller"
),
"refid" => "",
"device" => ""
},
14 => {
"name" => _("EES M201 MSF Receiver"),
"refid" => "",
"device" => ""
},
15 => {
"name" => _("TrueTime generic receivers"),
"refid" => "GPS",
"device" => "/dev/true%1"
},
16 => {
"name" => _("Bancomm GPS/IRIG Receiver"),
"refid" => "",
"device" => ""
},
17 => {
"name" => _("Datum Precision Time System"),
"refid" => "",
"device" => ""
},
18 => {
"name" => _("NIST Modem Time Service"),
"refid" => "NIST",
"device" => "/dev/acts%1"
},
19 => {
"name" => _("Heath WWV/WWVH Receiver"),
"refid" => "WWV",
"device" => "/dev/heath%1"
},
20 => {
"name" => _("Generic NMEA GPS Receiver"),
"refid" => "GPS",
"device" => "/dev/gps%1"
},
21 => {
"name" => _("TrueTime GPS-VME Interface"),
"refid" => "",
"device" => ""
},
22 => {
"name" => _("PPS Clock Discipline"),
"refid" => "PPS",
"device" => "/dev/pps%1"
},
23 => {
"name" => _("PTB Modem Time Service"),
"refid" => "PTB",
"device" => "/dev/ptb%1"
},
24 => {
"name" => _("USNO Modem Time Service"),
"refid" => "USNO",
"device" => "/dev/cua%1"
},
25 => {
"name" => _("TrueTime generic receivers"),
"refid" => "GPS",
"device" => "/dev/true%1"
},
26 => {
"name" => _(
"Hewlett Packard 58503A GPS Receiver"
),
"refid" => "GPS",
"device" => "/dev/hpgps%1"
},
27 => {
"name" => _("Arcron MSF Receiver"),
"refid" => "MSFa",
"device" => "/dev/arc%1"
},
28 => {
"name" => _("Shared Memory Driver"),
"refid" => "SHM",
"device" => ""
},
29 => {
"name" => _(
"Trimble Navigation Palisade GPS"
),
"refid" => "GPS",
"device" => "/dev/palisade%1"
},
30 => {
"name" => _("Motorola UT Oncore GPS"),
"refid" => "GPS",
"device" => ""
},
31 => {
"name" => _("Rockwell Jupiter GPS"),
"refid" => "",
"device" => ""
},
32 => {
"name" => _(
"Chrono-log K-series WWVB receiver"
),
"refid" => "CHRONOLOG",
"device" => "/dev/chronolog%1"
},
33 => {
"name" => _("Dumb Clock"),
"refid" => "DUMBCLOCK",
"device" => "/dev/dumbclock%1"
},
34 => {
"name" => _("Ultralink WWVB Receivers"),
"refid" => "WWVB",
"device" => "/dev/wwvb%1"
},
35 => {
"name" => _(
"Conrad Parallel Port Radio Clock"
),
"refid" => "PCF",
"device" => "/dev/pcfclock%1"
},
36 => {
"name" => _(
"Radio WWV/H Audio Demodulator/Decoder"
),
"refid" => "WWVH",
"device" => ""
},
37 => {
"name" => _(
"Forum Graphic GPS Dating station"
),
"refid" => "GPS",
"device" => " /dev/fgclock%1"
},
38 => {
"name" => _(
"hopf GPS/DCF77 6021/komp for Serial Line"
),
"refid" => "GPS",
"device" => "/dev/hopfclock%1"
},
39 => {
"name" => _(
"hopf GPS/DCF77 6039 for PCI-Bus"
),
"refid" => "GPS",
"device" => ""
},
40 => {
"name" => _("JJY Receivers"),
"refid" => "JJY",
"device" => "/dev/jjy%1"
}
}
end
|