Hamlib  4.0~git
rotlist.h
Go to the documentation of this file.
1 /*
2  * Hamlib Interface - list of known rotators
3  * Copyright (c) 2000-2011 by Stephane Fillod
4  * Copyright (c) 2000-2002 by Frank Singleton
5  *
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20  *
21  */
22 
23 #ifndef _ROTLIST_H
24 #define _ROTLIST_H 1
25 
26 #define ROT_MAKE_MODEL(a,b) ((a)*100+(b))
27 #define ROT_BACKEND_NUM(a) ((a)/100)
28 
29 
53 #define ROT_MODEL_NONE 0
54 
55 
72 #define ROT_DUMMY 0
73 #define ROT_BACKEND_DUMMY "dummy"
74 #define ROT_MODEL_DUMMY ROT_MAKE_MODEL(ROT_DUMMY, 1)
75 #define ROT_MODEL_NETROTCTL ROT_MAKE_MODEL(ROT_DUMMY, 2)
76 
77 
78 /*
79  * Easycomm
80  */
81 
96 #define ROT_EASYCOMM 2
97 #define ROT_BACKEND_EASYCOMM "easycomm"
98 #define ROT_MODEL_EASYCOMM1 ROT_MAKE_MODEL(ROT_EASYCOMM, 1)
99 #define ROT_MODEL_EASYCOMM2 ROT_MAKE_MODEL(ROT_EASYCOMM, 2)
100 #define ROT_MODEL_TRAKBOX ROT_MAKE_MODEL(ROT_EASYCOMM, 3)
101 #define ROT_MODEL_EASYCOMM3 ROT_MAKE_MODEL(ROT_EASYCOMM, 4)
102 
103 
111 #define ROT_FODTRACK 3
112 #define ROT_BACKEND_FODTRACK "fodtrack"
113 #define ROT_MODEL_FODTRACK ROT_MAKE_MODEL(ROT_FODTRACK, 1)
114 
115 
151 #define ROT_ROTOREZ 4
152 #define ROT_BACKEND_ROTOREZ "rotorez"
153 #define ROT_MODEL_ROTOREZ ROT_MAKE_MODEL(ROT_ROTOREZ, 1)
154 #define ROT_MODEL_ROTORCARD ROT_MAKE_MODEL(ROT_ROTOREZ, 2)
155 #define ROT_MODEL_DCU ROT_MAKE_MODEL(ROT_ROTOREZ, 3)
156 #define ROT_MODEL_ERC ROT_MAKE_MODEL(ROT_ROTOREZ, 4)
157 #define ROT_MODEL_RT21 ROT_MAKE_MODEL(ROT_ROTOREZ, 5)
158 
159 
167 #define ROT_SARTEK 5
168 #define ROT_BACKEND_SARTEK "sartek"
169 #define ROT_MODEL_SARTEK1 ROT_MAKE_MODEL(ROT_SARTEK, 1)
170 
171 
222 #define ROT_GS232A 6
223 #define ROT_BACKEND_GS232A "gs232a"
224 #define ROT_MODEL_GS232A ROT_MAKE_MODEL(ROT_GS232A, 1)
225 #define ROT_MODEL_GS232_GENERIC ROT_MAKE_MODEL(ROT_GS232A, 2) /* GENERIC */
226 #define ROT_MODEL_GS232B ROT_MAKE_MODEL(ROT_GS232A, 3)
227 #define ROT_MODEL_F1TETRACKER ROT_MAKE_MODEL(ROT_GS232A, 4)
228 #define ROT_MODEL_GS23 ROT_MAKE_MODEL(ROT_GS232A, 5)
229 #define ROT_MODEL_GS232 ROT_MAKE_MODEL(ROT_GS232A, 6) /* Not A or B */
230 #define ROT_MODEL_LVB ROT_MAKE_MODEL(ROT_GS232A, 7)
231 #define ROT_MODEL_ST2 ROT_MAKE_MODEL(ROT_GS232A, 8)
232 
239 #define ROT_KIT 7
240 #define ROT_BACKEND_KIT "kit"
241 #define ROT_MODEL_PCROTOR ROT_MAKE_MODEL(ROT_KIT, 1)
242 
243 
248 #define ROT_HEATHKIT 8
249 #define ROT_BACKEND_HEATHKIT "heathkit"
250 #define ROT_MODEL_HD1780 ROT_MAKE_MODEL(ROT_HEATHKIT, 1)
251 
252 
271 #define ROT_SPID 9
272 #define ROT_BACKEND_SPID "spid"
273 #define ROT_MODEL_SPID_ROT2PROG ROT_MAKE_MODEL(ROT_SPID, 1)
274 #define ROT_MODEL_SPID_ROT1PROG ROT_MAKE_MODEL(ROT_SPID, 2)
275 #define ROT_MODEL_SPID_MD01_ROT2PROG ROT_MAKE_MODEL(ROT_SPID, 3)
276 
277 
285 #define ROT_M2 10
286 #define ROT_BACKEND_M2 "m2"
287 #define ROT_MODEL_RC2800 ROT_MAKE_MODEL(ROT_M2, 1)
288 
289 
302 #define ROT_ARS 11
303 #define ROT_BACKEND_ARS "ars"
304 #define ROT_MODEL_RCI_AZEL ROT_MAKE_MODEL(ROT_ARS, 1)
305 #define ROT_MODEL_RCI_AZ ROT_MAKE_MODEL(ROT_ARS, 2)
306 
307 
315 #define ROT_AMSAT 12
316 #define ROT_BACKEND_AMSAT "amsat"
317 #define ROT_MODEL_IF100 ROT_MAKE_MODEL(ROT_AMSAT, 1)
318 
319 
327 #define ROT_TS7400 13
328 #define ROT_BACKEND_TS7400 "ts7400"
329 #define ROT_MODEL_TS7400 ROT_MAKE_MODEL(ROT_TS7400, 1)
330 
331 
339 #define ROT_CELESTRON 14
340 #define ROT_BACKEND_CELESTRON "celestron"
341 #define ROT_MODEL_NEXSTAR ROT_MAKE_MODEL(ROT_CELESTRON, 1)
342 
343 
351 #define ROT_ETHER6 15
352 #define ROT_BACKEND_ETHER6 "ether6"
353 #define ROT_MODEL_ETHER6 ROT_MAKE_MODEL(ROT_ETHER6, 1)
354 
355 
363 #define ROT_CNCTRK 16
364 #define ROT_BACKEND_CNCTRK "cnctrk"
365 #define ROT_MODEL_CNCTRK ROT_MAKE_MODEL(ROT_CNCTRK, 1)
366 
367 
373 #define ROT_PROSISTEL 17
374 #define ROT_BACKEND_PROSISTEL "prosistel"
375 #define ROT_MODEL_PROSISTEL ROT_MAKE_MODEL(ROT_PROSISTEL, 1)
376 
377 
385 #define ROT_MEADE 18
386 #define ROT_BACKEND_MEADE "meade"
387 #define ROT_MODEL_MEADE ROT_MAKE_MODEL(ROT_MEADE, 1)
388 
395 #define ROT_IOPTRON 19
396 #define ROT_BACKEND_IOPTRON "ioptron"
397 #define ROT_MODEL_IOPTRON ROT_MAKE_MODEL(ROT_IOPTRON, 1)
398 
399 
400 
401 
406 typedef int rot_model_t;
407 
408 
409 #endif /* _ROTLIST_H */
410 
int rot_model_t
Convenience type definition for rotator model.
Definition: rotlist.h:406

Generated by doxygen 1.8.15

Hamlib documentation for version 4.0~git -- Sat Apr 4 2020 16:38:15
Project page: http://www.hamlib.org