kopia lustrzana https://github.com/Hamlib/Hamlib
* added RIG_TYPE_PCRECEIVER
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@372 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.1
rodzic
3554b614c7
commit
eb54324f18
|
@ -3,7 +3,7 @@
|
|||
* This programs list all the available the rig capabilities.
|
||||
*
|
||||
*
|
||||
* $Id: listrigs.c,v 1.4 2001-02-07 23:45:59 f4cfe Exp $
|
||||
* $Id: listrigs.c,v 1.5 2001-02-11 23:20:33 f4cfe Exp $
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -71,6 +71,9 @@ int print_caps_sum(const struct rig_caps *caps, void *data)
|
|||
case RIG_TYPE_RECEIVER:
|
||||
printf("Receiver\n");
|
||||
break;
|
||||
case RIG_TYPE_PCRECEIVER:
|
||||
printf("PC Receiver\n");
|
||||
break;
|
||||
case RIG_TYPE_SCANNER:
|
||||
printf("Scanner\n");
|
||||
break;
|
||||
|
|
Ładowanie…
Reference in New Issue