Update hamlib_check_rig_caps

pull/976/head
Mike Black W9MDB 2022-02-11 14:58:03 -06:00
rodzic ac3f71bf23
commit d209438549
12 zmienionych plików z 15 dodań i 6 usunięć

Wyświetl plik

@ -163,6 +163,7 @@ const struct rig_caps dds60_caps =
.get_conf = dds60_get_conf,
.set_freq = dds60_set_freq,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -163,6 +163,7 @@ const struct rig_caps drt1_caps =
.get_conf = drt1_get_conf,
.set_freq = drt1_set_freq,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -220,6 +220,7 @@ const struct rig_caps dwt_caps =
.set_level = dwtdll_set_level,
.get_level = dwtdll_get_level,
.get_info = dwtdll_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -155,6 +155,7 @@ const struct rig_caps elektor304_caps =
.get_conf = elektor304_get_conf,
.set_freq = elektor304_set_freq,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -639,7 +639,7 @@ const struct rig_caps elektor507_caps =
.set_ant = elektor507_set_ant,
.get_ant = elektor507_get_ant,
.get_info = elektor507_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -242,6 +242,7 @@ const struct rig_caps fifisdr_caps =
.get_ext_level = fifisdr_get_ext_level,
.get_info = fifisdr_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -163,6 +163,7 @@ const struct rig_caps funcube_caps =
.set_level = funcube_set_level,
.get_info = funcube_get_info,
.get_mode = funcube_get_mode,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -188,6 +188,7 @@ const struct rig_caps hiqsdr_caps =
.set_level = hiqsdr_set_level,
.get_level = hiqsdr_get_level,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -90,5 +90,6 @@ const struct rig_caps miniVNA_caps =
.tuning_steps = { {RIG_MODE_NONE, 1}, RIG_TS_END, },
.set_freq = miniVNA_set_freq,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -404,5 +404,6 @@ const struct rig_caps rshfiq_caps =
.set_ptt = rshfiq_set_ptt,
.get_level = rshfiq_get_level,
.get_mode = rshfiq_get_mode,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};

Wyświetl plik

@ -223,7 +223,7 @@ const struct rig_caps si570avrusb_caps =
.get_freq = si570xxxusb_get_freq,
.set_ptt = si570xxxusb_set_ptt,
.get_info = si570xxxusb_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*
@ -300,7 +300,7 @@ const struct rig_caps si570peaberry1_caps =
.get_freq = si570xxxusb_get_freq,
.set_ptt = si570xxxusb_set_ptt,
.get_info = si570xxxusb_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*
@ -377,7 +377,7 @@ const struct rig_caps si570peaberry2_caps =
.get_freq = si570xxxusb_get_freq,
.set_ptt = si570xxxusb_set_ptt,
.get_info = si570xxxusb_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
@ -457,7 +457,7 @@ const struct rig_caps si570picusb_caps =
.set_freq = si570xxxusb_set_freq,
.get_freq = si570xxxusb_get_freq,
.get_info = si570xxxusb_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
/*

Wyświetl plik

@ -141,7 +141,7 @@ const struct rig_caps usrp_caps =
.set_freq = usrp_set_freq,
.get_freq = usrp_get_freq,
.get_info = usrp_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
};
#endif /* HAVE_USRP */