Update hamlib_check_rig_caps

pull/976/head
Mike Black W9MDB 2022-02-11 15:01:57 -06:00
rodzic 5e6a99b48f
commit 656ba431c3
9 zmienionych plików z 9 dodań i 6 usunięć

Wyświetl plik

@ -151,7 +151,7 @@ const struct rig_caps tt516_caps =
.get_ptt = tentec2_get_ptt, .get_ptt = tentec2_get_ptt,
.reset = tentec2_reset, .reset = tentec2_reset,
.get_info = tentec2_get_info, .get_info = tentec2_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
}; };
/* /*

Wyświetl plik

@ -228,6 +228,7 @@ const struct rig_caps tt538_caps =
.reset = tt538_reset, .reset = tt538_reset,
.get_info = tentec2_get_info, .get_info = tentec2_get_info,
.str_cal = TT538_STR_CAL, // This signals front-end support of level STRENGTH .str_cal = TT538_STR_CAL, // This signals front-end support of level STRENGTH
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
}; };
/* Filter table for 538 reciver support. */ /* Filter table for 538 reciver support. */

Wyświetl plik

@ -237,6 +237,7 @@ const struct rig_caps tt588_caps =
// Antenna functions only in remote mode -- prototypes provided // Antenna functions only in remote mode -- prototypes provided
//.get_ant = tt588_get_ant, //.get_ant = tt588_get_ant,
//.set_ant = tt588_set_ant //.set_ant = tt588_set_ant
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
}; };
/* Filter table for 588 reciver support. */ /* Filter table for 588 reciver support. */

Wyświetl plik

@ -197,7 +197,7 @@ const struct rig_caps tt585_caps =
.set_parm = tt585_set_parm, .set_parm = tt585_set_parm,
.set_mem = tt585_set_mem, .set_mem = tt585_set_mem,
.get_mem = tt585_get_mem, .get_mem = tt585_get_mem,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
}; };
/* /*

Wyświetl plik

@ -214,6 +214,7 @@ const struct rig_caps tt550_caps =
.get_rit = tt550_get_rit, .get_rit = tt550_get_rit,
.set_xit = tt550_set_xit, .set_xit = tt550_set_xit,
.get_xit = tt550_get_xit, .get_xit = tt550_get_xit,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
}; };
/* /*

Wyświetl plik

@ -169,7 +169,7 @@ const struct rig_caps rx320_caps =
.set_level = tentec_set_level, .set_level = tentec_set_level,
.get_level = tentec_get_level, .get_level = tentec_get_level,
.get_info = tentec_get_info, .get_info = tentec_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
}; };
/* /*

Wyświetl plik

@ -190,7 +190,7 @@ const struct rig_caps rx331_caps =
.get_level = rx331_get_level, .get_level = rx331_get_level,
.vfo_op = rx331_vfo_op, .vfo_op = rx331_vfo_op,
.get_info = rx331_get_info, .get_info = rx331_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
}; };
/* /*

Wyświetl plik

@ -167,7 +167,7 @@ const struct rig_caps rx340_caps =
.set_level = rx340_set_level, .set_level = rx340_set_level,
.get_level = rx340_get_level, .get_level = rx340_get_level,
.get_info = rx340_get_info, .get_info = rx340_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
}; };
/* /*

Wyświetl plik

@ -141,7 +141,7 @@ const struct rig_caps rx350_caps =
.get_mode = tentec2_get_mode, .get_mode = tentec2_get_mode,
.reset = tentec2_reset, .reset = tentec2_reset,
.get_info = tentec2_get_info, .get_info = tentec2_get_info,
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
}; };
/* /*