kopia lustrzana https://github.com/Hamlib/Hamlib
Add more neverused since cppcheck complains a lot
rodzic
ef34c699c0
commit
1351eb6bd7
158
src/neverused.c
158
src/neverused.c
|
@ -15,6 +15,8 @@ void never_used()
|
||||||
adat_mode_anr2rnr();
|
adat_mode_anr2rnr();
|
||||||
adat_parse_vfo();
|
adat_parse_vfo();
|
||||||
adat_ptt_rnr2anr();
|
adat_ptt_rnr2anr();
|
||||||
|
agcToHamlib();
|
||||||
|
agcToNative();
|
||||||
amp_ext_level_foreach();
|
amp_ext_level_foreach();
|
||||||
amp_ext_lookup_tok();
|
amp_ext_lookup_tok();
|
||||||
amp_ext_parm_foreach();
|
amp_ext_parm_foreach();
|
||||||
|
@ -51,21 +53,85 @@ void never_used()
|
||||||
flushBuffer();
|
flushBuffer();
|
||||||
foreach_opened_amp();
|
foreach_opened_amp();
|
||||||
foreach_opened_rot();
|
foreach_opened_rot();
|
||||||
get_output_freq();
|
getCalLevel();
|
||||||
|
getFilterBW();
|
||||||
getopt_long_only();
|
getopt_long_only();
|
||||||
|
get_output_freq();
|
||||||
gp2000_get_func();
|
gp2000_get_func();
|
||||||
gp2000_set_func();
|
gp2000_set_func();
|
||||||
|
hzToDDS();
|
||||||
hzToPBS();
|
hzToPBS();
|
||||||
i2c_read();
|
i2c_read();
|
||||||
ic10_set_ptt();
|
ic10_set_ptt();
|
||||||
ic9100_get_level();
|
ic9100_get_level();
|
||||||
ic9100_set_level();
|
ic9100_set_level();
|
||||||
|
icmarine_cleanup();
|
||||||
|
icmarine_get_conf();
|
||||||
|
icmarine_get_dcd();
|
||||||
|
icmarine_get_func();
|
||||||
|
icmarine_get_level();
|
||||||
|
icmarine_get_mode();
|
||||||
|
icmarine_get_ptt();
|
||||||
|
icmarine_get_split_vfo();
|
||||||
|
icmarine_get_tx_freq();
|
||||||
|
icmarine_init();
|
||||||
icmarine_open();
|
icmarine_open();
|
||||||
icom_get_vfo();
|
icmarine_set_conf();
|
||||||
|
icmarine_set_freq();
|
||||||
|
icmarine_set_func();
|
||||||
|
icmarine_set_level();
|
||||||
|
icmarine_set_mode();
|
||||||
|
icmarine_set_ptt();
|
||||||
|
icmarine_set_split_vfo();
|
||||||
|
icmarine_vfo_op();
|
||||||
|
icmarine_vfo_op();
|
||||||
|
icom_get_ctcss_sql();
|
||||||
|
icom_get_ctcss_tone();
|
||||||
|
icom_get_dcs_code();
|
||||||
|
icom_get_dcs_sql();
|
||||||
|
icom_get_ext_func();
|
||||||
|
icom_get_ext_level();
|
||||||
|
icom_get_ext_parm();
|
||||||
icom_get_freq_range();
|
icom_get_freq_range();
|
||||||
|
icom_get_func();
|
||||||
|
icom_get_level_raw();
|
||||||
|
icom_get_mode_with_data();
|
||||||
|
icom_get_parm();
|
||||||
|
icom_get_powerstat();
|
||||||
|
icom_get_ptt();
|
||||||
|
icom_get_rit_new();
|
||||||
|
icom_get_rptr_offs();
|
||||||
|
icom_get_rptr_shift();
|
||||||
|
icom_get_split_freq_mode();
|
||||||
|
icom_get_vfo();
|
||||||
|
icom_mem_get_split_vfo();
|
||||||
|
icom_mW2power();
|
||||||
|
icom_power2mW();
|
||||||
|
icom_send_morse();
|
||||||
|
icom_send_voice_mem();
|
||||||
|
icom_set_bank();
|
||||||
|
icom_set_ctcss_sql();
|
||||||
|
icom_set_ctcss_tone();
|
||||||
|
icom_set_dcs_code();
|
||||||
|
icom_set_dcs_sql();
|
||||||
icom_set_dsp_flt();
|
icom_set_dsp_flt();
|
||||||
|
icom_set_ext_func();
|
||||||
|
icom_set_ext_level();
|
||||||
|
icom_set_ext_parm();
|
||||||
|
icom_set_func();
|
||||||
|
icom_set_level_raw();
|
||||||
|
icom_set_mode_with_data();
|
||||||
|
icom_set_parm();
|
||||||
|
icom_set_powerstat();
|
||||||
|
icom_set_ptt();
|
||||||
|
icom_set_rit_new();
|
||||||
|
icom_set_rptr_offs();
|
||||||
|
icom_set_rptr_shift();
|
||||||
|
icom_set_split_freq_mode();
|
||||||
|
icom_set_xit_new();
|
||||||
int2BCD();
|
int2BCD();
|
||||||
is_uh_radio_fd();
|
is_uh_radio_fd();
|
||||||
|
lockRx();
|
||||||
lt_dladdsearchdir();
|
lt_dladdsearchdir();
|
||||||
lt_dlclose();
|
lt_dlclose();
|
||||||
lt_dlerror();
|
lt_dlerror();
|
||||||
|
@ -75,6 +141,8 @@ void never_used()
|
||||||
lt_dlopenext();
|
lt_dlopenext();
|
||||||
lt_dlsym();
|
lt_dlsym();
|
||||||
miniVNA_get_info();
|
miniVNA_get_info();
|
||||||
|
modeToHamlib();
|
||||||
|
modeToNative();
|
||||||
newcat_decode_event();
|
newcat_decode_event();
|
||||||
newcat_get_dcd();
|
newcat_get_dcd();
|
||||||
newcat_get_dcs_code();
|
newcat_get_dcs_code();
|
||||||
|
@ -103,9 +171,46 @@ void never_used()
|
||||||
newcat_set_split_mode();
|
newcat_set_split_mode();
|
||||||
newcat_set_tone();
|
newcat_set_tone();
|
||||||
newcat_set_tone_sql();
|
newcat_set_tone_sql();
|
||||||
|
optoscan_close();
|
||||||
|
optoscan_get_ctcss_tone();
|
||||||
|
optoscan_get_dcs_code();
|
||||||
|
optoscan_get_ext_parm();
|
||||||
|
optoscan_get_info();
|
||||||
|
optoscan_get_level();
|
||||||
|
optoscan_open();
|
||||||
|
optoscan_recv_dtmf();
|
||||||
|
optoscan_scan();
|
||||||
|
optoscan_set_ext_parm();
|
||||||
|
optoscan_set_level();
|
||||||
|
pageSize();
|
||||||
|
pbsToHz();
|
||||||
pll_locked_p();
|
pll_locked_p();
|
||||||
readInt();
|
ra37xx_cleanup();
|
||||||
|
ra37xx_close();
|
||||||
|
ra37xx_get_ant();
|
||||||
|
ra37xx_get_conf();
|
||||||
|
ra37xx_get_freq();
|
||||||
|
ra37xx_get_func();
|
||||||
|
ra37xx_get_info();
|
||||||
|
ra37xx_get_level();
|
||||||
|
ra37xx_get_mem();
|
||||||
|
ra37xx_get_mode();
|
||||||
|
ra37xx_init();
|
||||||
|
ra37xx_open();
|
||||||
|
ra37xx_scan();
|
||||||
|
ra37xx_set_ant();
|
||||||
|
ra37xx_set_conf();
|
||||||
|
ra37xx_set_freq();
|
||||||
|
ra37xx_set_func();
|
||||||
|
ra37xx_set_level();
|
||||||
|
ra37xx_set_mem();
|
||||||
|
ra37xx_set_mode();
|
||||||
|
ra37xx_vfo_op();
|
||||||
|
read3Bytes();
|
||||||
read_info();
|
read_info();
|
||||||
|
readInt();
|
||||||
|
readShort();
|
||||||
|
readSignal();
|
||||||
rig_copy_channel();
|
rig_copy_channel();
|
||||||
rig_copyright();
|
rig_copyright();
|
||||||
rig_ext_token_lookup();
|
rig_ext_token_lookup();
|
||||||
|
@ -127,15 +232,60 @@ void never_used()
|
||||||
rig_version();
|
rig_version();
|
||||||
rot_probe_all();
|
rot_probe_all();
|
||||||
rot_unregister();
|
rot_unregister();
|
||||||
|
sendIRCode();
|
||||||
set_parm_all_cb_generic();
|
set_parm_all_cb_generic();
|
||||||
sprintf_level();
|
sprintf_level();
|
||||||
sprintf_level_ext();
|
sprintf_level_ext();
|
||||||
sprintf_parm();
|
sprintf_parm();
|
||||||
|
tentec_cleanup();
|
||||||
|
tentec_get_freq();
|
||||||
|
tentec_get_info();
|
||||||
|
tentec_get_level();
|
||||||
|
tentec_get_mode();
|
||||||
|
tentec_init();
|
||||||
|
tentec_set_level();
|
||||||
|
tentec_set_mode();
|
||||||
tentec_trx_open();
|
tentec_trx_open();
|
||||||
thd72_get_chan_all_cb();
|
thd72_get_chan_all_cb();
|
||||||
thd74_get_chan_all_cb();
|
thd74_get_chan_all_cb();
|
||||||
writeInt();
|
tt550_cleanup();
|
||||||
|
tt550_decode_event();
|
||||||
|
tt550_get_freq();
|
||||||
|
tt550_get_func();
|
||||||
|
tt550_get_info();
|
||||||
|
tt550_get_level();
|
||||||
|
tt550_get_mode();
|
||||||
|
tt550_get_ptt();
|
||||||
|
tt550_get_rit();
|
||||||
|
tt550_get_split_vfo();
|
||||||
|
tt550_get_tuning_step();
|
||||||
|
tt550_get_tx_freq();
|
||||||
|
tt550_get_tx_mode();
|
||||||
|
tt550_get_xit();
|
||||||
|
tt550_init();
|
||||||
|
tt550_set_freq();
|
||||||
|
tt550_set_func();
|
||||||
|
tt550_set_mode();
|
||||||
|
tt550_set_rit();
|
||||||
|
tt550_set_split_vfo();
|
||||||
|
tt550_set_tuning_step();
|
||||||
|
tt550_set_xit();
|
||||||
|
tt550_trx_open();
|
||||||
|
tt550_vfo_op();
|
||||||
|
wj_cleanup();
|
||||||
|
wj_get_conf();
|
||||||
|
wj_get_freq();
|
||||||
|
wj_get_level();
|
||||||
|
wj_get_mode();
|
||||||
|
wj_init();
|
||||||
|
wj_set_conf();
|
||||||
|
wj_set_freq();
|
||||||
|
wj_set_level();
|
||||||
|
wj_set_mode();
|
||||||
|
write3Bytes();
|
||||||
write_both_dacs();
|
write_both_dacs();
|
||||||
|
writeInt();
|
||||||
|
writeShort();
|
||||||
}
|
}
|
||||||
|
|
||||||
main()
|
main()
|
||||||
|
|
Ładowanie…
Reference in New Issue