kopia lustrzana https://github.com/Hamlib/Hamlib
* fix vfo_list\!
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@480 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.1
rodzic
c32308e044
commit
b00a3d41b9
|
@ -3,7 +3,7 @@
|
||||||
* This programs dumps the capabilities of a backend rig.
|
* This programs dumps the capabilities of a backend rig.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Id: dumpcaps.c,v 1.20 2001-04-28 12:42:26 f4cfe Exp $
|
* $Id: dumpcaps.c,v 1.21 2001-05-04 22:45:57 f4cfe Exp $
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
|
@ -337,6 +337,8 @@ int main (int argc, char *argv[])
|
||||||
} else
|
} else
|
||||||
printf("none\n");
|
printf("none\n");
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
/* FIXME: use rig->state.vfo_list instead */
|
||||||
printf("VFO list: ");
|
printf("VFO list: ");
|
||||||
if (caps->vfo_list!=0) {
|
if (caps->vfo_list!=0) {
|
||||||
if ((caps->vfo_list&RIG_VFO_A)==RIG_VFO_A) printf("VFOA ");
|
if ((caps->vfo_list&RIG_VFO_A)==RIG_VFO_A) printf("VFOA ");
|
||||||
|
@ -348,6 +350,7 @@ int main (int argc, char *argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Number of channels:\t%d\n", caps->chan_qty);
|
printf("Number of channels:\t%d\n", caps->chan_qty);
|
||||||
|
#endif
|
||||||
printf("Number of banks:\t%d\n", caps->bank_qty);
|
printf("Number of banks:\t%d\n", caps->bank_qty);
|
||||||
printf("Memory name desc size:\t%d\n", caps->chan_desc_sz);
|
printf("Memory name desc size:\t%d\n", caps->chan_desc_sz);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue