Wykres commitów

218 Commity (90e704bae4fc7bc5f9e784df78b2f366725e5f63)

Autor SHA1 Wiadomość Data
Stéphane Fillod, F8CFE a03078bbe3 new kenwood model
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1578 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-10 15:57:57 +00:00
Stéphane Fillod, F8CFE 250ad39466 added initial support for IC-7400 and IC-703
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1577 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-05 20:40:27 +00:00
Nate Bargmann, N0NB 781c2daa62 2003-11-02:
Update:
		rotator.h and locator.c--rewrote dec2*() and *2dec()
		functions to use a sign flag.  Further tweaked qrb()
		for proper output.
		testloc.c--rewrote as necessary to support changes in
		locator.c


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1574 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-03 04:26:37 +00:00
Stéphane Fillod, F8CFE 91df9591f4 Prepare eventual move from freq_t as a "long long" to a "double" type.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1569 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-20 22:15:02 +00:00
Stéphane Fillod, F8CFE c7211b9642 declared Microtune 4702
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1567 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-20 20:29:54 +00:00
Stéphane Fillod, F8CFE e78317adfb added EKD500, renamed DSP10
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1558 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-07 22:11:43 +00:00
Stéphane Fillod, F8CFE def6d36f2c * remove unused buffered mode stuff (stream field)
* no need to include stdio.h any more (be careful of implicit include!)
* removed some dead wood about sockaddr in the network port. This will
  be put back in correctly when this kind of port is really implemented.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1556 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-01 19:50:41 +00:00
Stéphane Fillod, F8CFE 05e119af46 new models
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1537 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-09-21 17:05:58 +00:00
Nate Bargmann, N0NB 71b5f5a3d1 2003-09-11
Updated:
		rotator.h -- new declarations dec2dmmm() and dmmm2dec()
		locator.c -- new functions dec2dmm() and dmm2dec() also
			     reworked document comments
		testloc.c -- support for new dec2dmm() and dmmm2dec()


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1535 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-09-12 03:15:23 +00:00
Nate Bargmann, N0NB 5989eebc0d 2003-09-10
Updated:
		locator.c -- fixed "zero bug" in dec2dms() and dms2dec()
		rotator.h -- changed dec2dms() and dms2dec() parameter,
		degrees to float and minutes to double
		testloc.c -- modified to support changed parameters


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1534 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-09-11 01:04:14 +00:00
Stéphane Fillod, F8CFE bea137f3a9 added new VFO OP
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1523 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-25 22:28:52 +00:00
Nate Bargmann, N0NB da8d2e4b41 2003-08-21
Update:
		locator.c -- added argument int pair_count to
		longlat2locator() and changed longlat2locator() from
		void to type int return.  Changed *seconds argument in
		dms2dec() and dec2dms() from type int to type double.

		rotator.h -- function prototypes to match above.

		testloc.c -- modified to support changes in locator.c
		Added additional command line parameter, locator-length
		which is expected after the first locator and before the
		optional second locator.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1517 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-21 20:22:06 +00:00
Stéphane Fillod, F8CFE 343deb6f59 Support for pipelined tuning, including DCD on CD line.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1510 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-17 22:39:07 +00:00
Stéphane Fillod, F8CFE 23b67970e9 added new Yeasu
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1499 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-11 21:18:43 +00:00
Stéphane Fillod, F8CFE ad8b6cdb9c compile warning fixes on NetBSD from Berndt, VK5ABN
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1498 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-07-03 06:47:31 +00:00
Stéphane Fillod, F8CFE da80fb5c86 added AM-S mode
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1482 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-06-22 19:39:31 +00:00
Stéphane Fillod, F8CFE 3d1889574d new sartek
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1481 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-06-22 19:38:26 +00:00
Stéphane Fillod, F8CFE f911601630 new HF235 and fix SDR1000
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1480 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-06-22 19:37:49 +00:00
Stéphane Fillod, F8CFE b107a9b116 new Ten-Tec models, DSP-10 and SDR-1000
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1471 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-05-12 22:27:19 +00:00
Stéphane Fillod, F8CFE f8135d52df Implemented emulation of rig transceive mode using polling (based on SIGALRM),
moved all transceive and event related functions from rig.c to event.c.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1468 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-05-03 13:17:25 +00:00
Stéphane Fillod, F8CFE 484235b463 doxygen fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1459 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-27 22:15:06 +00:00
Stéphane Fillod, F8CFE 6eba0c31b2 added ROT_RESET_ALL
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1458 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-27 22:14:40 +00:00
Stéphane Fillod, F8CFE 14686ba583 Cygwin fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1451 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-23 20:13:04 +00:00
Stéphane Fillod, F8CFE 4f84f0463c don't forget mingw
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1444 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-19 11:48:18 +00:00
Stéphane Fillod, F8CFE f9c5661564 * portability fixes
* On some arch (win32), backends cannot use exported global variables as initializers


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1443 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-16 22:33:18 +00:00
Stéphane Fillod, F8CFE a07a4a336e Adopt new split_vfo handling. Basically, rename set_split/get_split
to set_split_vfo/get_split_vfo, and take an extra transmit vfo arg.
Ascending compatibility is retained at the API frontend level.
NOTE: only function name has changed. The backends do not implement
necessarily the new semantic (the extra tx vfo is just ignored).


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1425 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-06 18:40:36 +00:00
Stéphane Fillod, F8CFE f22658f011 added RIG_FUNC_TUNER, RIG_OP_TUNE. Removed RIG_FUNC_LMP in favor of RIG_PARM_BACKLIGHT
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1414 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-03-24 23:06:26 +00:00
Stéphane Fillod, F8CFE 12ea2253b8 cleanups, converted define's to enum's w/ initializers bringing in doxygen comments
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1409 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-03-19 23:41:44 +00:00
Stéphane Fillod, F8CFE c6c35574b3 added TS-930
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1408 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-03-15 23:58:41 +00:00
Stéphane Fillod, F8CFE 710b45cab0 reworked rig discovery (probe) API and cast a vfo_t rewrite
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1407 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-03-10 08:40:13 +00:00
Stéphane Fillod, F8CFE f78e4e655c * made RIG_VFO_CURR different than RIG_VFO_NONE
* added RIG_TS_ANY, RIG_FLT_ANY for free form tuning_step and filters
* added support for set RTS/DTR state of the serial port


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1376 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-02-23 22:34:54 +00:00
Stéphane Fillod, F8CFE 81c295cdf1 added GRAUDIO model (sound card source GNUradio)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1366 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-02-09 22:50:52 +00:00
Stéphane Fillod, F8CFE 890f4ed977 added microtune in backend list
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1355 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-01-29 22:31:06 +00:00
Nate Bargmann, N0NB f8748e3817 2003-01-12
Updated:
		Implemented basic functions for rotorez backend

	Added:
		Text file describing extended DCU protocol used by
		rotorez backend


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1346 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-01-12 14:29:15 +00:00
Nate Bargmann, N0NB b2eb1793ec 2003-01-10
Update:
		Updated build files for rotorez backend.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1345 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-01-11 00:48:43 +00:00
Stéphane Fillod, F8CFE 5ef97cb93c added reverse sideband modes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1310 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-12-16 22:02:28 +00:00
Stéphane Fillod, F8CFE 279dc276fd - doxygen update
- RIG_DEBUG_* are now enum's
- new RIG_PORT_PARALLEL
- new RIG_TYPE_TUNER
- RIG_VFO_UPLINK/RIG_VFO_DOWNLINK have been renamed to RIG_VFO_TX/RIG_VFO_RX
- new RIG_ANT_1, RIG_ANT_2, etc.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1302 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-28 22:38:06 +00:00
Stéphane Fillod, F8CFE 671fe70e40 added fodtrack rotator initial support
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1294 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-28 22:24:10 +00:00
Stéphane Fillod, F8CFE 6340c43f2d gcc 3.x fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1283 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-14 19:27:35 +00:00
Stéphane Fillod, F8CFE 078b8f5cec first take at doxygenization, always enable NET port
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1278 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-12 00:15:01 +00:00
Stéphane Fillod, F8CFE 4fe9b9ce98 typo's
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1276 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-12 00:11:54 +00:00
Alexandru Csete OZ9AEC e9a226f0e1 Added doxygen comments.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1273 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-09 13:09:02 +00:00
Stéphane Fillod, F8CFE bc5e4cf03b * added VFO_UPLINK and VFO_DOWNLINK (backend-wise) aliases
* added channel_caps
* added gran_t for levels and parm's


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1248 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-04 22:32:09 +00:00
Stéphane Fillod, F8CFE 5b80acbe2e misc addition to make compilers happy
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1203 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-07 21:49:24 +00:00
Stéphane Fillod, F8CFE 48730cb9f7 misc fix for picky compilers
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1187 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-22 11:41:49 +00:00
Stéphane Fillod, F8CFE fc802e21bb function name fix to reflect locator.c changes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1163 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-08 22:27:32 +00:00
Stéphane Fillod, F8CFE 7bf3972b30 - removed rig_save_channel and rig_restore_channel from API
- rig_set_channel and rig_get_channel can now target VFO, besides memories
- emulation of set_channel and get_channel has been kept in generic routines.
  Added in these routines the support for ext_levels.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1113 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-09 22:17:14 +00:00
Stéphane Fillod, F8CFE e8403d542d added "extra" level and "extra" parm support
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1111 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-09 20:40:28 +00:00
Stéphane Fillod, F8CFE ba26b66075 Temporarily roll back ts2k experimental patches, esp. the VFO bits
kept:
- indentation
- new PARM_KEYLIGHT, SCAN_VFO
- new scan_group field in struct channel
- added RIG_CHFLAG's
ts2k stuff in 'branch_ts2k' will be merged later


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1108 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-08 22:20:15 +00:00
Stéphane Fillod, F8CFE 2bcabfe0fb added Drake R-8B
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1105 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-08 22:09:54 +00:00
Stéphane Fillod, F8CFE ea7d32f79e added GNUradio models
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1094 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-06 09:24:25 +00:00
Dale E. Edmons, KD7ENI 7212a11aa8 Added working TS-2000 files. There are some changes left out but this
is the minimum I could commit and have a functional rig.  The cost is
that I've broken kylix and others that duplicate rig.h.  I'm in the
process of repairing the damage.  Please be patient.  I hope a day or so,
but am asking for up to a week.  E-mail me about *anything* you find
broken.  Kylix (and similar) is (are) known to not work.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1083 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-06-30 10:17:03 +00:00
Stéphane Fillod, F8CFE 37d26872de added IC7400
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1062 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-06-17 20:53:21 +00:00
Stéphane Fillod, F8CFE a8f2f620cf converted RIG_SCAN_RESUME_ON/OFF to more appropriate RIG_FUNC_RESUME
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1039 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-04-23 21:49:04 +00:00
Stéphane Fillod, F8CFE dfb2bf09e3 added K2
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1038 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-04-23 19:47:43 +00:00
Stéphane Fillod, F8CFE 0ca66e37bb added new error codes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1033 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-18 22:59:30 +00:00
Stéphane Fillod, F8CFE b06f162506 added OS535 and OS456 ids
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1001 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-06 21:09:25 +00:00
Stéphane Fillod, F8CFE 8e9fdaf646 fixed stupid copy-paste model id duplicates
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@993 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-05 00:45:16 +00:00
Stéphane Fillod, F8CFE e8c1f5e454 fixed the kHz/MHz/GHz macros so it works with doubles and >2GHz integers
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@992 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-05 00:43:08 +00:00
Francois Retief 491f9f67f6 Added constants for the IC-910 rig.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@980 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-02-28 11:00:57 +00:00
Stéphane Fillod, F8CFE 00fa0a5dc3 API hazard: added a private data pointer argument to event callbacks
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@976 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-02-27 23:22:31 +00:00
Stéphane Fillod, F8CFE 8ab1c95472 misc fixes, added some more fields to channel_t
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@927 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-27 23:46:01 +00:00
Stéphane Fillod, F8CFE 8352856fa3 token stuff moved to src/token.h
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@921 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-27 14:52:12 +00:00
Stéphane Fillod, F8CFE 0b0daa0d9f added new Icom rigs
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@920 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-27 14:51:23 +00:00
Stéphane Fillod, F8CFE 9e2cb9587a added FT-100
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@904 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-24 01:41:22 +00:00
Stéphane Fillod, F8CFE a1c2782a33 Initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@873 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-16 22:43:29 +00:00
Francois Retief 814d86f7d1 Fix macro name
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@868 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-16 17:03:57 +00:00
Francois Retief f29a49c765 Added rot_move function
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@867 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-16 16:52:33 +00:00
Stéphane Fillod, F8CFE 3b717dd886 added new VFO_OPs
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@857 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-09 23:08:12 +00:00
Francois Retief 02e862859e Added a new function: LCD Lamp ON/OFF (for Kenwood TH-7DA)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@854 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-07 17:57:28 +00:00
Stéphane Fillod, F8CFE eb7b7adb6c fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@824 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-28 20:30:58 +00:00
Stéphane Fillod, F8CFE dcf4cb10ba augmented C++ API
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@813 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-27 21:50:14 +00:00
Stéphane Fillod, F8CFE 27efe12c03 Initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@808 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-27 21:41:11 +00:00
Stéphane Fillod, F8CFE 4dadfbbeb1 misc cleanup
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@798 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-26 23:38:24 +00:00
Stéphane Fillod, F8CFE 170644f6e5 removed useless vfo arg to set_trn/get_trn funcs
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@780 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-20 07:46:13 +00:00
Stéphane Fillod, F8CFE a7baa6ee7b removed useless vfo arg to set_trn/get_trn funcs, added rig_token_foreach for conf
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@779 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-20 07:42:57 +00:00
Stéphane Fillod, F8CFE 0382397b27 getting closer to win32 build, not arrived though
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@775 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-19 03:37:07 +00:00
Stéphane Fillod, F8CFE 685046eaf2 removed overkill Makefiles
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@762 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-19 03:13:19 +00:00
Stéphane Fillod, F8CFE cf3f159b4d static/dynamic build fixes and added split wrappers
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@747 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-16 11:18:40 +00:00
Stéphane Fillod, F8CFE 3d6b1e5131 finer grained targetable vfo cap
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@746 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-16 11:17:42 +00:00
Stéphane Fillod, F8CFE 95c6c458dc static/dynamic build fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@745 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-16 11:14:47 +00:00
Stéphane Fillod, F8CFE 8636e22a9f added FT817 id
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@725 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-11-19 22:08:30 +00:00
Stéphane Fillod, F8CFE bf1edbdafa added new Kenwood H-Ts
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@713 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-11-10 21:00:17 +00:00
Stéphane Fillod, F8CFE 3c0bc9a18c added 2 news calls
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@703 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-11-08 07:38:38 +00:00
Stéphane Fillod, F8CFE e70124ef5a regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@700 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-22 20:34:48 +00:00
Stéphane Fillod, F8CFE 39f604062f added open/not open flag
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@690 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-16 21:18:02 +00:00
Stéphane Fillod, F8CFE 197d62af6b do not export ctcss and dcs data lists if dll does not support it (eg. win32), and then, workaround this
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@682 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-16 19:19:46 +00:00
Stéphane Fillod, F8CFE 5fb2b7c978 regenerated (automake 1.5 upgrade)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@677 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-07 21:53:48 +00:00
Stéphane Fillod, F8CFE 421df2d4f4 declared rpc backend, couple of THD7 and IC-910
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@675 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-07 21:50:51 +00:00
Terry Dawson, VK2KTJ dcbf88339b Removed apparently spurious #include eti.h, ref: debian bug #114128
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@667 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-02 08:16:19 +00:00
Stéphane Fillod, F8CFE be7022260a regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@651 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-09-19 22:04:44 +00:00
Stéphane Fillod, F8CFE 0257d6f089 regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@635 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-08-12 23:20:14 +00:00
Stéphane Fillod, F8CFE 7baa35fc8b added kachina in overall list
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@630 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-08-12 22:59:59 +00:00
Stéphane Fillod, F8CFE 89f948a067 made caps->rig_type more flexible
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@616 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-08-08 06:07:20 +00:00
Stéphane Fillod, F8CFE a89b9a0c4f added Kachina rig id
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@615 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-08-08 06:06:35 +00:00
Stéphane Fillod, F8CFE 5d85c7eb3f 'path' field renamed in port_t, misc cleanup
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@604 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-25 21:55:59 +00:00
Stéphane Fillod, F8CFE 6c0d2e2a70 regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@603 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-21 13:11:13 +00:00
Stéphane Fillod, F8CFE 99b10b1aef added set/get_conf support
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@599 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-21 13:00:03 +00:00
Stéphane Fillod, F8CFE da4dc6a979 misc update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@590 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-20 11:07:11 +00:00
Stéphane Fillod, F8CFE f2387baafc tentec fix
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@588 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-14 16:46:43 +00:00