kopia lustrzana https://github.com/Hamlib/Hamlib
mode listing
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2871 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.11
rodzic
f8f82e9578
commit
a4ceac893e
|
@ -285,10 +285,20 @@ int dumpcaps (RIG* rig, FILE *fout)
|
|||
fprintf(fout, "\n");
|
||||
|
||||
|
||||
if (rig->state.mode_list != 0)
|
||||
sprintf_mode(prntbuf, rig->state.mode_list);
|
||||
else {
|
||||
strcpy(prntbuf,"None. This backend might be bogus!\n");
|
||||
backend_warnings++;
|
||||
}
|
||||
fprintf(fout, "Mode list: %s\n", prntbuf);
|
||||
|
||||
if (rig->state.vfo_list != 0)
|
||||
sprintf_vfo(prntbuf, rig->state.vfo_list);
|
||||
else
|
||||
else {
|
||||
strcpy(prntbuf,"None. This backend might be bogus!\n");
|
||||
backend_warnings++;
|
||||
}
|
||||
fprintf(fout, "VFO list: %s\n", prntbuf);
|
||||
|
||||
sprintf_vfop(prntbuf, caps->vfo_ops);
|
||||
|
|
Ładowanie…
Reference in New Issue