kopia lustrzana https://github.com/Hamlib/Hamlib
Add set_powerstat and get_powerstat to PowerSDR
rodzic
93ca57a555
commit
ccea73e631
|
@ -1231,14 +1231,14 @@ const struct rig_caps powersdr_caps =
|
||||||
RIG_MODEL(RIG_MODEL_POWERSDR),
|
RIG_MODEL(RIG_MODEL_POWERSDR),
|
||||||
.model_name = "PowerSDR/Thetis",
|
.model_name = "PowerSDR/Thetis",
|
||||||
.mfg_name = "FlexRadio/ANAN",
|
.mfg_name = "FlexRadio/ANAN",
|
||||||
.version = "20220516.0",
|
.version = "20220715.0",
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_STABLE,
|
.status = RIG_STATUS_STABLE,
|
||||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||||
.ptt_type = RIG_PTT_RIG,
|
.ptt_type = RIG_PTT_RIG,
|
||||||
.dcd_type = RIG_DCD_NONE,
|
.dcd_type = RIG_DCD_NONE,
|
||||||
.port_type = RIG_PORT_SERIAL,
|
.port_type = RIG_PORT_SERIAL,
|
||||||
.serial_rate_min = 1200,
|
.serial_rate_min = 300,
|
||||||
.serial_rate_max = 115200,
|
.serial_rate_max = 115200,
|
||||||
.serial_data_bits = 8,
|
.serial_data_bits = 8,
|
||||||
.serial_stop_bits = 1,
|
.serial_stop_bits = 1,
|
||||||
|
@ -1348,6 +1348,8 @@ const struct rig_caps powersdr_caps =
|
||||||
.get_split_vfo = kenwood_get_split_vfo_if,
|
.get_split_vfo = kenwood_get_split_vfo_if,
|
||||||
.get_ptt = flex6k_get_ptt,
|
.get_ptt = flex6k_get_ptt,
|
||||||
.set_ptt = flex6k_set_ptt,
|
.set_ptt = flex6k_set_ptt,
|
||||||
|
.get_powerstat = kenwood_get_powerstat,
|
||||||
|
.set_powerstat = kenwood_set_powerstat,
|
||||||
// TODO copy over kenwood_[set|get]_level and modify to handle DSP filter values
|
// TODO copy over kenwood_[set|get]_level and modify to handle DSP filter values
|
||||||
// correctly - use actual values instead of indices
|
// correctly - use actual values instead of indices
|
||||||
.set_level = powersdr_set_level,
|
.set_level = powersdr_set_level,
|
||||||
|
|
Ładowanie…
Reference in New Issue