Update hamlib_check_rig_caps

pull/976/head
Mike Black W9MDB 2022-02-11 11:44:18 -06:00
rodzic 144debb46a
commit 74b3d13d6a
34 zmienionych plików z 47 dodań i 26 usunięć

Wyświetl plik

@ -240,7 +240,7 @@ const struct rig_caps frg100_caps =
.get_level = frg100_get_level,
.set_powerstat = frg100_set_powerstat,
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
static inline int frg100_channel_is_ok(unsigned char channel)

Wyświetl plik

@ -139,7 +139,7 @@ const struct rig_caps frg8800_caps =
.set_mode = frg8800_set_mode,
.set_powerstat = frg8800_set_powerstat,
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -130,7 +130,7 @@ const struct rig_caps frg9600_caps =
.set_freq = frg9600_set_freq,
.set_mode = frg9600_set_mode,
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -463,7 +463,7 @@ const struct rig_caps ft100_caps =
.get_func = NULL,
.set_parm = NULL,
.get_parm = NULL,
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -403,7 +403,7 @@ const struct rig_caps ft1000d_caps =
.vfo_op = ft1000d_vfo_op,
.set_channel = ft1000d_set_channel,
.get_channel = ft1000d_get_channel,
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -440,7 +440,7 @@ const struct rig_caps ft1000mp_caps =
.get_func = ft1000mp_get_func,
/* TODO: the remaining ... */
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
const struct rig_caps ft1000mpmkv_caps =
@ -575,6 +575,7 @@ const struct rig_caps ft1000mpmkv_caps =
.set_func = ft1000mp_set_func,
.get_func = ft1000mp_get_func,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
/* TODO: the remaining ... */
};
@ -710,6 +711,7 @@ const struct rig_caps ft1000mpmkvfld_caps =
.set_func = ft1000mp_set_func,
.get_func = ft1000mp_get_func,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
/* TODO: the remaining ... */
};

Wyświetl plik

@ -320,5 +320,5 @@ const struct rig_caps ftdx1200_caps =
.send_morse = newcat_send_morse,
.set_clock = newcat_set_clock,
.get_clock = newcat_get_clock,
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -307,5 +307,5 @@ const struct rig_caps ft2000_caps =
.set_ext_level = newcat_set_ext_level,
.get_ext_level = newcat_get_ext_level,
.send_morse = newcat_send_morse,
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -411,6 +411,6 @@ const struct rig_caps ftdx3000_caps =
.set_ext_level = newcat_set_ext_level,
.get_ext_level = newcat_get_ext_level,
.send_morse = newcat_send_morse,
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -200,5 +200,5 @@ const struct rig_caps ft450_caps =
.set_channel = newcat_set_channel,
.get_channel = newcat_get_channel,
.send_morse = newcat_send_morse,
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -307,5 +307,5 @@ const struct rig_caps ftdx5000_caps =
.set_ext_level = newcat_set_ext_level,
.get_ext_level = newcat_get_ext_level,
.send_morse = newcat_send_morse,
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -340,7 +340,7 @@ const struct rig_caps ft600_caps =
.get_func = NULL,
.set_parm = NULL,
.get_parm = NULL,
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
static int ft600_init(RIG *rig)

Wyświetl plik

@ -208,7 +208,7 @@ const struct rig_caps ft736_caps =
.set_func = ft736_set_func,
.set_ctcss_tone = ft736_set_ctcss_tone,
.set_ctcss_sql = ft736_set_ctcss_sql,
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -432,7 +432,7 @@ const struct rig_caps ft747_caps =
.set_ptt = ft747_set_ptt, /* set ptt */
.set_mem = ft747_set_mem, /* set mem */
.get_mem = ft747_get_mem, /* get mem */
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -215,7 +215,7 @@ const struct rig_caps ft757gx_caps =
.cfgparams = ft757gx_cfg_params,
.set_conf = ft757gx_set_conf,
.get_conf = ft757gx_get_conf,
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*
@ -338,7 +338,7 @@ const struct rig_caps ft757gx2_caps =
.get_vfo = ft757_get_vfo, /* get vfo */
.get_level = ft757_get_level,
.get_ptt = ft757_get_ptt, /* get ptt */
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -377,7 +377,7 @@ const struct rig_caps ft767gx_caps =
.get_split_mode = ft767_get_split_mode,
.set_split_vfo = ft767_set_split_vfo,
.get_split_vfo = ft767_get_split_vfo,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -437,6 +437,7 @@ const struct rig_caps ft817_caps =
.get_level = ft817_get_level,
.set_func = ft817_set_func,
.vfo_op = ft817_vfo_op,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
const struct rig_caps ft818_caps =
@ -590,6 +591,7 @@ const struct rig_caps ft818_caps =
.get_level = ft817_get_level,
.set_func = ft817_set_func,
.vfo_op = ft817_vfo_op,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/* ---------------------------------------------------------------------- */

Wyświetl plik

@ -358,6 +358,7 @@ const struct rig_caps ft840_caps =
.set_func = ft840_set_func,
.get_level = ft840_get_level,
.vfo_op = ft840_vfo_op,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -520,7 +520,7 @@ const struct rig_caps ft847_caps =
.set_dcs_sql = ft847_set_dcs_sql,
.set_rptr_shift = ft847_set_rptr_shift,
.set_rptr_offs = ft847_set_rptr_offs,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
const struct rig_caps mchfqrp_caps =
@ -670,7 +670,7 @@ const struct rig_caps mchfqrp_caps =
.set_dcs_sql = ft847_set_dcs_sql,
.set_rptr_shift = ft847_set_rptr_shift,
.set_rptr_offs = ft847_set_rptr_offs,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*
@ -824,7 +824,7 @@ const struct rig_caps ft847uni_caps =
.set_dcs_sql = ft847_set_dcs_sql,
.set_rptr_shift = ft847_set_rptr_shift,
.set_rptr_offs = ft847_set_rptr_offs,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -387,6 +387,7 @@ const struct rig_caps ft857_caps =
.get_level = ft857_get_level,
.set_func = ft857_set_func,
.vfo_op = ft857_vfo_op,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/* ---------------------------------------------------------------------- */

Wyświetl plik

@ -508,6 +508,7 @@ const struct rig_caps ft890_caps =
.set_func = ft890_set_func,
.get_level = ft890_get_level,
.vfo_op = ft890_vfo_op,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -319,7 +319,8 @@ const struct rig_caps ft891_caps =
.get_ext_level = newcat_get_ext_level,
.send_morse = newcat_send_morse,
.set_clock = newcat_set_clock,
.get_clock = newcat_get_clock
.get_clock = newcat_get_clock,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -390,6 +390,7 @@ const struct rig_caps ft897_caps =
.get_level = ft897_get_level,
.set_func = ft897_set_func,
.vfo_op = ft897_vfo_op,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
const struct rig_caps ft897d_caps =
@ -531,6 +532,7 @@ const struct rig_caps ft897d_caps =
.get_level = ft897_get_level,
.set_func = ft897_set_func,
.vfo_op = ft897_vfo_op,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/* ---------------------------------------------------------------------- */

Wyświetl plik

@ -530,6 +530,7 @@ const struct rig_caps ft900_caps =
.set_func = ft900_set_func,
.get_level = ft900_get_level,
.vfo_op = ft900_vfo_op,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -210,4 +210,5 @@ const struct rig_caps ft9000_caps =
.set_channel = newcat_set_channel,
.get_channel = newcat_get_channel,
.send_morse = newcat_send_morse,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -604,6 +604,7 @@ const struct rig_caps ft920_caps =
.get_mem_all_cb = NULL,
.clone_combo_set = NULL,
.clone_combo_get = NULL,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -282,4 +282,5 @@ const struct rig_caps ft950_caps =
.set_ext_level = newcat_set_ext_level,
.get_ext_level = newcat_get_ext_level,
.send_morse = newcat_send_morse,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -367,6 +367,7 @@ const struct rig_caps ft990_caps =
.vfo_op = ft990_vfo_op,
.set_channel = ft990_set_channel,
.get_channel = ft990_get_channel,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -328,7 +328,8 @@ const struct rig_caps ft991_caps =
.send_morse = newcat_send_morse,
.send_voice_mem = newcat_send_voice_mem,
.set_clock = newcat_set_clock,
.get_clock = newcat_get_clock
.get_clock = newcat_get_clock,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -307,5 +307,6 @@ const struct rig_caps ftdx10_caps =
.get_ext_level = newcat_get_ext_level,
.send_morse = newcat_send_morse,
.set_clock = newcat_set_clock,
.get_clock = newcat_get_clock
.get_clock = newcat_get_clock,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -308,5 +308,7 @@ const struct rig_caps ftdx101d_caps =
.get_ext_level = newcat_get_ext_level,
.send_morse = newcat_send_morse,
.set_clock = newcat_set_clock,
.get_clock = newcat_get_clock
.get_clock = newcat_get_clock,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -246,5 +246,6 @@ const struct rig_caps ftdx101mp_caps =
.get_ext_level = newcat_get_ext_level,
.send_morse = newcat_send_morse,
.set_clock = newcat_set_clock,
.get_clock = newcat_get_clock
.get_clock = newcat_get_clock,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -227,7 +227,7 @@ const struct rig_caps vr5000_caps =
.get_mode = vr5000_get_mode,
.set_ts = vr5000_set_ts,
.get_ts = vr5000_get_ts,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -317,6 +317,7 @@ const struct rig_caps vx1700_caps =
.set_mem = vx1700_set_mem,
.get_mem = vx1700_get_mem,
.vfo_op = vx1700_vfo_op,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};