get_conf/set_conf now shows parameters for rigctl and rotctl. Using it with rigctld and rotctld sends output to console instead of remote client

https://github.com/Hamlib/Hamlib/issues/971
pull/1413/head^2
Mike Black W9MDB 2023-11-02 17:06:39 -05:00
rodzic 0dbe24ff42
commit 40a8cedc9d
2 zmienionych plików z 6 dodań i 0 usunięć

3
tests/dumpcaps.h 100644
Wyświetl plik

@ -0,0 +1,3 @@
#include <hamlib/rig.h>
int dumpconf_list(RIG *rig, FILE *fout);

Wyświetl plik

@ -0,0 +1,3 @@
#include <hamlib/rig.h>
int dumpconf_list(ROT *rot, FILE *fout);