kopia lustrzana https://github.com/Hamlib/Hamlib
*** empty log message ***
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@143 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.0
rodzic
2a28cfcc25
commit
10068b374f
|
@ -6,7 +6,7 @@
|
||||||
* via serial interface to an FT-847 using the "CAT" interface.
|
* via serial interface to an FT-847 using the "CAT" interface.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Id: ft847.h,v 1.13 2000-09-17 03:21:31 javabear Exp $
|
* $Id: ft847.h,v 1.14 2000-09-23 03:49:13 javabear Exp $
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
|
@ -44,7 +44,9 @@ struct ft847_priv_data {
|
||||||
|
|
||||||
int ft847_init(RIG *rig);
|
int ft847_init(RIG *rig);
|
||||||
int ft847_cleanup(RIG *rig);
|
int ft847_cleanup(RIG *rig);
|
||||||
int cmd_set_freq_main_vfo_hz(RIG *rig, freq_t freq, rig_mode_t mode);
|
int ft847_set_freq(RIG *rig, freq_t freq);
|
||||||
|
|
||||||
|
/* int cmd_set_freq_main_vfo_hz(RIG *rig, freq_t freq, rig_mode_t mode); */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
int (*set_freq)(RIG *rig, freq_t freq);
|
int (*set_freq)(RIG *rig, freq_t freq);
|
||||||
|
|
Ładowanie…
Reference in New Issue