[Hamlib-cvs-digest] CVS: hamlib/tests dumpcaps.c,1.4,1.5
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Stephane F. <f4...@us...> - 2000-10-22 16:41:36
|
Update of /cvsroot/hamlib/hamlib/tests In directory slayer.i.sourceforge.net:/tmp/cvs-serv13414/tests Modified Files: dumpcaps.c Log Message: * API function names changed: *_rpt_* functions to *_rptr_* Index: dumpcaps.c =================================================================== RCS file: /cvsroot/hamlib/hamlib/tests/dumpcaps.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** dumpcaps.c 2000/10/16 22:13:05 1.4 --- dumpcaps.c 2000/10/22 16:14:53 1.5 *************** *** 181,188 **** printf("Can set ptt:\t%c\n",caps->set_ptt!=NULL?'Y':'N'); printf("Can get ptt:\t%c\n",caps->get_ptt!=NULL?'Y':'N'); ! printf("Can set repeater duplex:\t%c\n",caps->set_rpt_shift!=NULL?'Y':'N'); ! printf("Can get repeater duplex:\t%c\n",caps->get_rpt_shift!=NULL?'Y':'N'); ! printf("Can set repeater offset:\t%c\n",caps->set_rpt_offs!=NULL?'Y':'N'); ! printf("Can get repeater offset:\t%c\n",caps->get_rpt_offs!=NULL?'Y':'N'); printf("Can set tuning step:\t%c\n",caps->set_ts!=NULL?'Y':'N'); printf("Can get tuning step:\t%c\n",caps->get_ts!=NULL?'Y':'N'); --- 181,188 ---- printf("Can set ptt:\t%c\n",caps->set_ptt!=NULL?'Y':'N'); printf("Can get ptt:\t%c\n",caps->get_ptt!=NULL?'Y':'N'); ! printf("Can set repeater duplex:\t%c\n",caps->set_rptr_shift!=NULL?'Y':'N'); ! printf("Can get repeater duplex:\t%c\n",caps->get_rptr_shift!=NULL?'Y':'N'); ! printf("Can set repeater offset:\t%c\n",caps->set_rptr_offs!=NULL?'Y':'N'); ! printf("Can get repeater offset:\t%c\n",caps->get_rptr_offs!=NULL?'Y':'N'); printf("Can set tuning step:\t%c\n",caps->set_ts!=NULL?'Y':'N'); printf("Can get tuning step:\t%c\n",caps->get_ts!=NULL?'Y':'N'); |