Add Quisk as a rig

pull/1332/head
Mike Black W9MDB 2023-07-09 23:06:05 -05:00
rodzic d22653a69d
commit 04c65d9d7e
5 zmienionych plików z 2875 dodań i 1 usunięć

Wyświetl plik

@ -85,6 +85,7 @@
#define RIG_MODEL_TCI1X RIG_MAKE_MODEL(RIG_DUMMY, 7)
#define RIG_MODEL_ACLOG RIG_MAKE_MODEL(RIG_DUMMY, 8)
#define RIG_MODEL_SDRSHARP RIG_MAKE_MODEL(RIG_DUMMY, 9)
#define RIG_MODEL_QUISK RIG_MAKE_MODEL(RIG_DUMMY, 10)
/*
* Yaesu

Wyświetl plik

@ -1,4 +1,4 @@
DUMMYSRC = dummy_common.c dummy_common.h dummy.c dummy.h rot_dummy.c rot_dummy.h netrigctl.c netrotctl.c flrig.c flrig.h trxmanager.c trxmanager.h amp_dummy.c amp_dummy.h netampctl.c tci1x.c aclog.c sdrsharp.c
DUMMYSRC = dummy_common.c dummy_common.h dummy.c dummy.h rot_dummy.c rot_dummy.h netrigctl.c netrotctl.c flrig.c flrig.h trxmanager.c trxmanager.h amp_dummy.c amp_dummy.h netampctl.c tci1x.c aclog.c sdrsharp.c quisk.c
noinst_LTLIBRARIES = libhamlib-dummy.la
libhamlib_dummy_la_SOURCES = $(DUMMYSRC)

Wyświetl plik

@ -2690,6 +2690,7 @@ DECLARE_INITRIG_BACKEND(dummy)
rig_register(&dummy_no_vfo_caps);
rig_register(&aclog_caps);
rig_register(&sdrsharp_caps);
rig_register(&quisk_caps);
// rig_register(&tci1x_caps);
return RIG_OK;
}

Wyświetl plik

@ -47,6 +47,7 @@ extern const struct rig_caps trxmanager_caps;
extern const struct rig_caps tci1x_caps;
extern const struct rig_caps aclog_caps;
extern const struct rig_caps sdrsharp_caps;
extern struct rig_caps quisk_caps;
int netrigctl_get_vfo_mode(RIG *);

2871
rigs/dummy/quisk.c 100644

Plik diff jest za duży Load Diff