Commit Graph

297 Commits

Author SHA1 Message Date
Frank Singleton, VK3FCS
493b28369a removed old API functions, general cleanup
tested rig_close and rig_cleanup


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@302 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-22 01:27:01 +00:00
Frank Singleton, VK3FCS
92c0043aad removed unused calc_ functions.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@301 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-22 01:16:17 +00:00
Frank Singleton, VK3FCS
a069fad9f8 rig_cleanup and rig_close not calling backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@300 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-22 00:56:00 +00:00
Frank Singleton, VK3FCS
7c74e25db9 Added ft847_send_priv_cmd(), converted some part of API
to use this. Added _set_mode to work now.
TODO: put _send_priv_cmd into yaesu.[ch] so ft747
can use also.
Turned on PTT also (stand back)..


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@298 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-20 06:33:59 +00:00
Frank Singleton, VK3FCS
ab3750173d more table driven stuff for ft847. cat/ptt/freq being converted.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@297 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-18 05:17:45 +00:00
Frank Singleton, VK3FCS
c3711a55ef converting ft847 to table driven, similar to ft747.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@296 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-17 22:14:19 +00:00
Stéphane Fillod, F8CFE
52a9a4d535 * remove WANTED from dist
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@295 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-16 15:13:20 +00:00
Frank Singleton, VK3FCS
85f6847750 Added some new freq/mode combinations.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@294 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-13 01:27:43 +00:00
Frank Singleton, VK3FCS
c989a709dc Removed static stuff from functions.
Also, begin to implement table driven command translation
from API to rig native. priv now contains a cmd table
that is used for backend commands towards rig.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@293 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-13 01:26:08 +00:00
Frank Singleton, VK3FCS
a172a41fdb trying different approach to storing cmd sequence.
_set_ptt is being converted. Needs tidying up though.
Some sequences are complete, and can be read from
static data. Incomplete sequences will eventually be
copied form static declaration, and completed in priv data.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@292 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-11 04:19:10 +00:00
Frank Singleton, VK3FCS
21db3793b9 added ptt handling example, stand back !
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@291 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-09 21:50:09 +00:00
Frank Singleton, VK3FCS
83015a0102 minor updates to active vfo handling
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@290 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-09 21:48:52 +00:00
Frank Singleton, VK3FCS
3d7fd0a6cd some new defines for FT747_VFO_A/B
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@289 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-09 02:03:26 +00:00
Frank Singleton, VK3FCS
86a4bbc904 minor update to active VFO handling in _set_vfo
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@288 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-09 02:01:59 +00:00
Frank Singleton, VK3FCS
6507078a5b 1. Added VFO as target for some set/get cmds.
2. ./testrig still runs ok using RIG_VFO_CURR.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@287 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-07 02:34:56 +00:00
Stéphane Fillod, F8CFE
748d949556 * updates since the new API now requires a target VFO to be specified.
Mainly, RIG_VFO_CURR is used, which should ensure the same behaviour
  of the tests programs as before.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@286 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-05 22:04:44 +00:00
Stéphane Fillod, F8CFE
b864758580 * all the API functions are now targetted to a particular VFO.
This is a major change in the library interface, and the implementation
  is not complete yet (especially in the backends), but the API should
  be fine. Anyway, at this stage of developement, interface design
  experimenting matters more than completeness.
* added new shortfreq_t type for frequencies on 31bits (up to 2GHz)
  for use by offset/shifts/etc.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@285 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-05 22:01:03 +00:00
Stéphane Fillod, F8CFE
ceea07953d * more stuff to do
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@284 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-05 21:52:44 +00:00
Stéphane Fillod, F8CFE
b75946778e * added NOTES in the distribution
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@283 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-05 21:51:36 +00:00
Stéphane Fillod, F8CFE
8edc54f04b * [sg]et_mode is now responsible for setting/getting the passband
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@282 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-05 19:32:48 +00:00
Stéphane Fillod, F8CFE
5d492a9a1d * regenerated due to added libgd option
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@281 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-04 23:45:28 +00:00
Stéphane Fillod, F8CFE
d0e751257d * removed [sg]et_passband in favor of an enhanced [sg]et_mode which
includes the passband, since most rigs tie these parameters together
  quite often. For exemple, WFM is (RIG_MODE_FM,RIG_PASSBAND_WIDE) in Hamlib.
  Another set of functions will be needed to fine tune aditional
  frequency response/filters.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@280 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-04 23:39:18 +00:00
Stéphane Fillod, F8CFE
55a47c9c17 Initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@279 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-04 23:28:42 +00:00
Stéphane Fillod, F8CFE
3e6ad9364c * regenerate (libgd check)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@278 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-28 22:38:11 +00:00
Stéphane Fillod, F8CFE
132cd84899 * check for libgd, and build rigmatrix accordingly
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@277 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-28 22:36:41 +00:00
Stéphane Fillod, F8CFE
6417122bdd * made rigmatrix build optional
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@276 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-28 22:35:28 +00:00
Stéphane Fillod, F8CFE
0f516de2ee * misc format fixup
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@275 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-28 22:34:37 +00:00
Stéphane Fillod, F8CFE
b71c8da45e * cleanup, removed "not implemented" misleading comments
* added added squelch primitives of DCS/CTCSS
* added set/get_RIT and rig_get_info wrappers


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@274 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-28 22:33:37 +00:00
Stéphane Fillod, F8CFE
2d6dd6bda0 * added squelch primitives of DCS/CTCSS
* added set/get_RIT and rig_get_info()


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@273 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-28 22:31:40 +00:00
Stéphane Fillod, F8CFE
b1a3b27e2d * misc reordering, added Skanti
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@272 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-28 22:28:30 +00:00
Stéphane Fillod, F8CFE
953235d621 * added split/rptr capability
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@271 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-28 22:26:20 +00:00
Stéphane Fillod, F8CFE
81a2dc075b some work done
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@270 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-28 22:23:43 +00:00
Frank Singleton, VK3FCS
4e312b334e more set_freq() examples
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@269 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-25 21:52:41 +00:00
Frank Singleton, VK3FCS
12f7d82e36 added set/get freq to use generic bcd etc
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@268 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-25 21:49:34 +00:00
Frank Singleton, VK3FCS
3d4ddd3710 updated ptt/mode/vfo
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@267 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-25 08:20:06 +00:00
Stéphane Fillod, F8CFE
f63945cec2 Initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@266 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-17 19:11:54 +00:00
Stéphane Fillod, F8CFE
08cf06b119 new install notes, ala autoconf
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@265 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-04 21:37:27 +00:00
Stéphane Fillod, F8CFE
ed9e6b3f6a clarification on license
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@264 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-04 21:35:57 +00:00
Stéphane Fillod, F8CFE
63a7c713ca * load/know more backends
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@263 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-01 23:27:26 +00:00
Stéphane Fillod, F8CFE
1c3685eacb Initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@262 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-01 23:25:54 +00:00
Stéphane Fillod, F8CFE
399b91c5c0 * added rigmatrix
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@261 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-01 23:24:39 +00:00
Stéphane Fillod, F8CFE
bd931dc934 * some cleanup (removed deprecated make_cmd_frame_freq and make_cmd_frame_chan)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@260 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-01 23:21:47 +00:00
Stéphane Fillod, F8CFE
ac174ed461 * misc changes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@259 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-01 23:20:00 +00:00
Stéphane Fillod, F8CFE
90fe1a5268 * done some work, still lot to do\!
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@258 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-01 23:19:03 +00:00
Stéphane Fillod, F8CFE
436b868dae * cosmetic changes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@257 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-01 23:18:11 +00:00
Stéphane Fillod, F8CFE
9b205163f9 * added new AOR backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@256 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-01 23:16:41 +00:00
Stéphane Fillod, F8CFE
5733b0c984 * misc fix of the size of immediate value (long long)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@255 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-30 21:45:27 +00:00
Stéphane Fillod, F8CFE
93d343492f Initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@254 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-29 16:35:29 +00:00
Stéphane Fillod, F8CFE
b8dd953169 * added rigctl
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@253 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-29 16:31:31 +00:00
Stéphane Fillod, F8CFE
0f1150cd6b * addded wrapper for rig_set_bank
* misc fixups


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@252 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-29 16:30:43 +00:00