Added set_split_freq get_split_freq defs to ft1000mp.h

https://github.com/Hamlib/Hamlib/issues/308
pull/345/head
Michael Black W9MDB 2020-06-21 23:09:40 -05:00
rodzic c4a11e90c8
commit 57622bdb9e
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -202,6 +202,8 @@ int ft1000mp_close(RIG *rig);
int ft1000mp_set_freq(RIG *rig, vfo_t vfo, freq_t freq);
int ft1000mp_get_freq(RIG *rig, vfo_t vfo, freq_t *freq);
int ft1000mp_set_split_freq(RIG *rig, vfo_t vfo, freq_t tx_freq);
int ft1000mp_get_split_freq(RIG *rig, vfo_t vfo, freq_t *tx_freq);
int ft1000mp_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo);
int ft1000mp_get_split_vfo(RIG *rig, vfo_t vfo, split_t *split, vfo_t *tx_vfo);