kopia lustrzana https://github.com/Hamlib/Hamlib
* adaptated to latest caps changes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@474 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.1
rodzic
3a9ad961a5
commit
676c6459d5
|
@ -7,7 +7,7 @@
|
|||
* box (FIF-232C) or similar
|
||||
*
|
||||
*
|
||||
* $Id: ft747.c,v 1.11 2001-05-03 01:47:51 javabear Exp $
|
||||
* $Id: ft747.c,v 1.12 2001-05-04 22:38:58 f4cfe Exp $
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -156,16 +156,14 @@ const struct rig_caps ft747_caps = {
|
|||
dcs_list: NULL,
|
||||
preamp: { RIG_DBLST_END, },
|
||||
attenuator: { RIG_DBLST_END, },
|
||||
dtmf_digits: NULL,
|
||||
max_rit: Hz(9999),
|
||||
max_xit: Hz(0),
|
||||
max_ifshift: Hz(0),
|
||||
vfo_list: 0,
|
||||
targetable_vfo: 0,
|
||||
transceive: RIG_TRN_OFF,
|
||||
chan_qty: 20,
|
||||
bank_qty: 0,
|
||||
chan_desc_sz: 0,
|
||||
chan_list: { RIG_CHAN_END, }, /* FIXME: memory channel list */
|
||||
chan_list: { RIG_CHAN_END, }, /* FIXME: memory channel list:20 */
|
||||
|
||||
rx_range_list1: { RIG_FRNG_END, }, /* FIXME: enter region 1 setting */
|
||||
|
||||
|
@ -228,7 +226,6 @@ const struct rig_caps ft747_caps = {
|
|||
ft747_cleanup,
|
||||
ft747_open, /* port opened */
|
||||
ft747_close, /* port closed */
|
||||
NULL, /* probe not supported yet */
|
||||
|
||||
ft747_set_freq, /* set freq */
|
||||
ft747_get_freq, /* get freq */
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* via serial interface to an FT-847 using the "CAT" interface.
|
||||
*
|
||||
*
|
||||
* $Id: ft847.c,v 1.10 2001-04-22 13:57:39 f4cfe Exp $
|
||||
* $Id: ft847.c,v 1.11 2001-05-04 22:38:58 f4cfe Exp $
|
||||
*
|
||||
*
|
||||
*
|
||||
|
@ -190,16 +190,16 @@ const struct rig_caps ft847_caps = {
|
|||
FT847_WRITE_DELAY, FT847_POST_WRITE_DELAY, 100, 0,
|
||||
RIG_FUNC_NONE, FT847_FUNC_ALL, RIG_LEVEL_NONE, RIG_LEVEL_NONE,
|
||||
RIG_PARM_NONE, RIG_PARM_NONE, /* FIXME: parms */
|
||||
{}, {}, /* FIXME: granularity */
|
||||
NULL, NULL, /* FIXME: CTCSS/DCS list */
|
||||
{ RIG_DBLST_END, }, /* FIXME! */
|
||||
{ RIG_DBLST_END, },
|
||||
NULL,
|
||||
Hz(9999), Hz(0), /* RIT, IF-SHIFT */
|
||||
0, /* FIXME: VFO list */
|
||||
Hz(9999), Hz(0), Hz(0), /* RIT, XIT, IF-SHIFT */
|
||||
RIG_ANN_NONE,
|
||||
1, RIG_TRN_OFF,
|
||||
78, 0, 0,
|
||||
0, 0,
|
||||
|
||||
{ RIG_CHAN_END, }, /* FIXME: memory chan list */
|
||||
{ RIG_CHAN_END, }, /* FIXME: memory chan list: 78 */
|
||||
|
||||
{ RIG_FRNG_END, }, /* FIXME: enter region 1 setting */
|
||||
{ RIG_FRNG_END, },
|
||||
|
@ -267,7 +267,6 @@ const struct rig_caps ft847_caps = {
|
|||
ft847_cleanup,
|
||||
ft847_open,
|
||||
ft847_close,
|
||||
NULL /* probe not supported yet */,
|
||||
|
||||
ft847_set_freq, /* set freq */
|
||||
ft847_get_freq, /* get freq */
|
||||
|
|
Ładowanie…
Reference in New Issue