kopia lustrzana https://github.com/Hamlib/Hamlib
Update hamlib_check_rig_caps
rodzic
09e5d4089c
commit
144debb46a
|
@ -1196,7 +1196,7 @@ const struct rig_caps f6k_caps =
|
|||
.get_level = kenwood_get_level,
|
||||
//.set_ant = kenwood_set_ant_no_ack,
|
||||
//.get_ant = kenwood_get_ant,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
@ -1330,5 +1330,6 @@ const struct rig_caps powersdr_caps =
|
|||
.set_func = powersdr_set_func,
|
||||
//.set_ant = kenwood_set_ant_no_ack,
|
||||
//.get_ant = kenwood_get_ant,
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
|
|
@ -243,7 +243,7 @@ const struct rig_caps k2_caps =
|
|||
.get_ant = kenwood_get_ant,
|
||||
.send_morse = kenwood_send_morse,
|
||||
.wait_morse = rig_wait_morse,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -328,7 +328,7 @@ const struct rig_caps k3_caps =
|
|||
.send_morse = kenwood_send_morse,
|
||||
.wait_morse = rig_wait_morse,
|
||||
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
const struct rig_caps k3s_caps =
|
||||
|
@ -478,7 +478,7 @@ const struct rig_caps k3s_caps =
|
|||
.get_ant = kenwood_get_ant,
|
||||
.send_morse = kenwood_send_morse,
|
||||
.wait_morse = rig_wait_morse,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
// How similar is this to the K3S?
|
||||
|
@ -629,7 +629,7 @@ const struct rig_caps k4_caps =
|
|||
.get_ant = kenwood_get_ant,
|
||||
.send_morse = kenwood_send_morse,
|
||||
.wait_morse = rig_wait_morse,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
const struct rig_caps kx3_caps =
|
||||
|
@ -779,7 +779,7 @@ const struct rig_caps kx3_caps =
|
|||
.get_ant = kenwood_get_ant,
|
||||
.send_morse = kenwood_send_morse,
|
||||
.wait_morse = rig_wait_morse,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
const struct rig_caps kx2_caps =
|
||||
|
@ -929,7 +929,7 @@ const struct rig_caps kx2_caps =
|
|||
.get_ant = kenwood_get_ant,
|
||||
.send_morse = kenwood_send_morse,
|
||||
.wait_morse = rig_wait_morse,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -295,8 +295,7 @@ const struct rig_caps pihpsdr_caps =
|
|||
.get_powerstat = kenwood_get_powerstat,
|
||||
.get_info = kenwood_get_info,
|
||||
.reset = kenwood_reset,
|
||||
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -197,7 +197,7 @@ const struct rig_caps thd7a_caps =
|
|||
.get_dcd = th_get_dcd,
|
||||
|
||||
.decode_event = th_decode_event,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -1741,5 +1741,5 @@ const struct rig_caps thd72a_caps =
|
|||
.get_channel = thd72_get_channel,
|
||||
//.get_chan_all_cb = thd72_get_chan_all_cb, this doesn't work yet
|
||||
.get_info = th_get_info,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
|
|
@ -1773,5 +1773,5 @@ const struct rig_caps thd74_caps =
|
|||
//.get_chan_all_cb = thd74_get_chan_all_cb, this doesn't work yet
|
||||
|
||||
.get_info = th_get_info,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
|
|
@ -276,7 +276,7 @@ const struct rig_caps thf6a_caps =
|
|||
.get_ant = th_get_ant,
|
||||
|
||||
.reset = th_reset,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -270,7 +270,7 @@ const struct rig_caps thf7e_caps =
|
|||
.get_ant = th_get_ant,
|
||||
|
||||
.reset = th_reset,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -204,7 +204,7 @@ const struct rig_caps thg71_caps =
|
|||
.set_ptt = th_set_ptt,
|
||||
.get_dcd = th_get_dcd,
|
||||
.decode_event = thg71_decode_event,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -238,7 +238,7 @@ const struct rig_caps tmd700_caps =
|
|||
.scan = th_scan,
|
||||
|
||||
.decode_event = th_decode_event,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -396,7 +396,7 @@ const struct rig_caps tmd710_caps =
|
|||
.get_rptr_offs = tmd710_get_rptr_offs,
|
||||
|
||||
.decode_event = th_decode_event,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/* appears to be tmd710 compatible */
|
||||
|
@ -552,7 +552,7 @@ const struct rig_caps tmv71_caps =
|
|||
.get_rptr_offs = tmd710_get_rptr_offs,
|
||||
|
||||
.decode_event = th_decode_event,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/* structure for handling FO radio command */
|
||||
|
|
|
@ -217,7 +217,7 @@ const struct rig_caps tmv7_caps =
|
|||
.set_ptt = th_set_ptt,
|
||||
.get_dcd = th_get_dcd,
|
||||
.decode_event = tmv7_decode_event,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -158,7 +158,7 @@ const struct rig_caps transfox_caps =
|
|||
.get_conf = transfox_get_conf,
|
||||
#endif
|
||||
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -176,7 +176,7 @@ const struct rig_caps trc80_caps =
|
|||
.get_powerstat = kenwood_get_powerstat,
|
||||
.get_info = kenwood_get_info,
|
||||
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -188,8 +188,7 @@ const struct rig_caps ts140_caps =
|
|||
.set_mem = kenwood_set_mem,
|
||||
.get_mem = kenwood_get_mem_if,
|
||||
.reset = kenwood_reset,
|
||||
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -323,7 +323,7 @@ const struct rig_caps ts2000_caps =
|
|||
.get_info = kenwood_get_info,
|
||||
.reset = kenwood_reset,
|
||||
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -174,8 +174,7 @@ const struct rig_caps ts440_caps =
|
|||
.set_channel = ic10_set_channel,
|
||||
.get_channel = ic10_get_channel,
|
||||
.decode_event = ic10_decode_event,
|
||||
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -121,7 +121,6 @@ int ts450_open(RIG *rig)
|
|||
*/
|
||||
const struct rig_caps ts450s_caps =
|
||||
{
|
||||
|
||||
RIG_MODEL(RIG_MODEL_TS450S),
|
||||
.model_name = "TS-450S",
|
||||
.mfg_name = "Kenwood",
|
||||
|
@ -264,5 +263,5 @@ const struct rig_caps ts450s_caps =
|
|||
.scan = kenwood_scan,
|
||||
.get_channel = kenwood_get_channel,
|
||||
.set_channel = kenwood_set_channel,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
|
|
@ -1435,7 +1435,7 @@ const struct rig_caps ts480_caps =
|
|||
.get_ext_func = ts480_get_ext_func,
|
||||
.send_morse = kenwood_send_morse,
|
||||
.vfo_op = kenwood_vfo_op,
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -206,8 +206,7 @@ const struct rig_caps ts50s_caps =
|
|||
.set_powerstat = kenwood_set_powerstat,
|
||||
.get_powerstat = kenwood_get_powerstat,
|
||||
.reset = kenwood_reset,
|
||||
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -1069,8 +1069,7 @@ const struct rig_caps ts570s_caps =
|
|||
.get_powerstat = kenwood_get_powerstat,
|
||||
.scan = kenwood_scan,
|
||||
.reset = kenwood_reset,
|
||||
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
@ -1257,8 +1256,7 @@ const struct rig_caps ts570d_caps =
|
|||
.get_powerstat = kenwood_get_powerstat,
|
||||
.scan = kenwood_scan,
|
||||
.reset = kenwood_reset,
|
||||
|
||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -253,6 +253,7 @@ const struct rig_caps ts590_caps =
|
|||
.get_channel = kenwood_get_channel,
|
||||
.vfo_ops = TS590_VFO_OPS,
|
||||
.vfo_op = kenwood_vfo_op,
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
const struct rig_caps ts590sg_caps =
|
||||
|
@ -423,6 +424,7 @@ const struct rig_caps ts590sg_caps =
|
|||
.get_channel = kenwood_get_channel,
|
||||
.vfo_ops = TS590_VFO_OPS,
|
||||
.vfo_op = kenwood_vfo_op,
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -194,7 +194,7 @@ const struct rig_caps ts680s_caps =
|
|||
.set_mem = kenwood_set_mem,
|
||||
.get_mem = kenwood_get_mem_if,
|
||||
.reset = kenwood_reset,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -199,7 +199,7 @@ const struct rig_caps ts690s_caps =
|
|||
.scan = kenwood_scan,
|
||||
.get_channel = kenwood_get_channel,
|
||||
.set_channel = kenwood_set_channel,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -206,7 +206,7 @@ const struct rig_caps ts711_caps =
|
|||
.set_mem = kenwood_set_mem,
|
||||
.get_mem = kenwood_get_mem_if,
|
||||
.reset = kenwood_reset,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -211,7 +211,7 @@ const struct rig_caps ts790_caps =
|
|||
.set_trn = kenwood_set_trn,
|
||||
.get_trn = kenwood_get_trn,
|
||||
.get_info = kenwood_get_info,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -190,6 +190,7 @@ const struct rig_caps ts811_caps =
|
|||
.set_mem = kenwood_set_mem,
|
||||
.get_mem = kenwood_get_mem_if,
|
||||
.reset = kenwood_reset,
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -244,7 +244,8 @@ const struct rig_caps ts850_caps =
|
|||
.get_mem = kenwood_get_mem_if,
|
||||
.get_channel = kenwood_get_channel,
|
||||
.set_channel = ts850_set_channel,
|
||||
.set_trn = kenwood_set_trn
|
||||
.set_trn = kenwood_set_trn,
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -676,7 +676,7 @@ const struct rig_caps ts870s_caps =
|
|||
.set_powerstat = kenwood_set_powerstat,
|
||||
.get_powerstat = kenwood_get_powerstat,
|
||||
.reset = kenwood_reset,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -384,4 +384,5 @@ const struct rig_caps ts890s_caps =
|
|||
.has_set_func = TS890_FUNC_ALL,
|
||||
.set_func = kenwood_set_func,
|
||||
.get_func = kenwood_get_func,
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
|
|
@ -170,7 +170,7 @@ const struct rig_caps ts930_caps =
|
|||
.set_powerstat = kenwood_set_powerstat,
|
||||
.get_powerstat = kenwood_get_powerstat,
|
||||
.reset = kenwood_reset,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -189,7 +189,7 @@ const struct rig_caps ts940_caps =
|
|||
.scan = kenwood_scan,
|
||||
.set_channel = kenwood_set_channel,
|
||||
.get_channel = kenwood_get_channel,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -193,6 +193,7 @@ const struct rig_caps ts950s_caps =
|
|||
.set_powerstat = kenwood_set_powerstat,
|
||||
.get_powerstat = kenwood_get_powerstat,
|
||||
.reset = kenwood_reset,
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
||||
|
@ -337,5 +338,6 @@ const struct rig_caps ts950sdx_caps =
|
|||
.get_powerstat = kenwood_get_powerstat,
|
||||
.reset = kenwood_reset,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
|
|
@ -347,7 +347,7 @@ const struct rig_caps ts990s_caps =
|
|||
.set_powerstat = kenwood_set_powerstat,
|
||||
.get_powerstat = kenwood_get_powerstat,
|
||||
.reset = kenwood_reset,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -322,7 +322,7 @@ const struct rig_caps tx500_caps =
|
|||
.get_powerstat = kenwood_get_powerstat,
|
||||
.get_info = kenwood_get_info,
|
||||
.reset = kenwood_reset,
|
||||
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -164,6 +164,7 @@ const struct rig_caps xg3_caps =
|
|||
.get_powerstat = xg3_get_powerstat,
|
||||
.set_parm = xg3_set_parm,
|
||||
.get_parm = xg3_get_parm,
|
||||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue