kopia lustrzana https://github.com/Hamlib/Hamlib
Update hamlib_check_rig_caps
rodzic
9e8c68ccdf
commit
09e5d4089c
|
@ -211,7 +211,7 @@ const struct rig_caps flrig_caps =
|
||||||
.get_ext_parm = flrig_get_ext_parm,
|
.get_ext_parm = flrig_get_ext_parm,
|
||||||
.power2mW = flrig_power2mW,
|
.power2mW = flrig_power2mW,
|
||||||
.mW2power = flrig_mW2power,
|
.mW2power = flrig_mW2power,
|
||||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||||
};
|
};
|
||||||
|
|
||||||
//Structure for mapping flrig dynmamic modes to hamlib modes
|
//Structure for mapping flrig dynmamic modes to hamlib modes
|
||||||
|
|
|
@ -2747,5 +2747,5 @@ struct rig_caps netrigctl_caps =
|
||||||
.power2mW = netrigctl_power2mW,
|
.power2mW = netrigctl_power2mW,
|
||||||
.mW2power = netrigctl_mW2power,
|
.mW2power = netrigctl_mW2power,
|
||||||
|
|
||||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||||
};
|
};
|
||||||
|
|
|
@ -177,7 +177,7 @@ struct rig_caps trxmanager_caps =
|
||||||
.get_split_vfo = trxmanager_get_split_vfo,
|
.get_split_vfo = trxmanager_get_split_vfo,
|
||||||
.set_split_freq_mode = trxmanager_set_split_freq_mode,
|
.set_split_freq_mode = trxmanager_set_split_freq_mode,
|
||||||
.get_split_freq_mode = trxmanager_get_split_freq_mode,
|
.get_split_freq_mode = trxmanager_get_split_freq_mode,
|
||||||
.hamlib_check_rig_caps = "HAMLIB_CHECK_RIG_CAPS"
|
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Ładowanie…
Reference in New Issue