Thomas Beierlein, DL1JBE
810b090086
Must correspond to the following definition of 'setting_t'
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2097 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-03-18 07:41:13 +00:00
Stéphane Fillod, F8CFE
ee60b312e0
values passed to rig_set_mem_all are supposed to be constant
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2061 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-01-15 14:23:16 +00:00
Stéphane Fillod, F8CFE
e5cfd4a43b
added IC7000 id
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2052 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-11-17 22:17:38 +00:00
Stéphane Fillod, F8CFE
8e2957c384
* renamed SDR RIG_MODEL_USRP model as RIG_MODEL_USRP_G
...
* added DWT, SDR-1000RFE, USRP0, USRP
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2047 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-11-01 23:05:16 +00:00
Stéphane Fillod, F8CFE
36c62542ae
added usb port type support
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2046 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-11-01 23:02:02 +00:00
Stéphane Fillod, F8CFE
579823eb53
extend API to support save/load memory at once
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2025 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-20 14:44:04 +00:00
Stéphane Fillod, F8CFE
a2281a034e
added AR8600
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2021 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-20 13:27:26 +00:00
Stéphane Fillod, F8CFE
f79eaeccda
flexible debug reporting
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1997 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-06 21:27:28 +00:00
Stéphane Fillod, F8CFE
8c5dc8e225
fix targetable all
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1984 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-03 22:33:08 +00:00
Stéphane Fillod, F8CFE
be74cf3a7c
disable unexistant 'radioshack' autoload for now
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1967 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-03 19:19:00 +00:00
Stéphane Fillod, F8CFE
e3e4721200
new racal model
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1966 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-03 19:15:43 +00:00
Stéphane Fillod, F8CFE
b4a990a350
fix prototype
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1962 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-03 18:35:45 +00:00
Stéphane Fillod, F8CFE
9fae198566
renamed port_t as hamlib_port_t
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1957 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-03 12:27:17 +00:00
Stéphane Fillod, F8CFE
2177702889
Better define to detect MacOSX
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1954 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-03-28 09:41:43 +00:00
Stéphane Fillod, F8CFE
6a65e3a330
Better define to detect MacOSX
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1953 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-03-28 09:39:02 +00:00
Stéphane Fillod, F8CFE
ded48a9d88
prepare type rename of port_t to hamlib_port_t, to solve a name clash under MacOSX C++
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1950 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-03-26 23:33:39 +00:00
Stéphane Fillod, F8CFE
236200bae2
new yeasu entries
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1934 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-26 22:31:46 +00:00
Stéphane Fillod, F8CFE
75d3301ffd
added microtune 4707
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1925 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-21 18:03:48 +00:00
Stéphane Fillod, F8CFE
23369a0c25
* abstract 64bit int format type to cope with portability issues.
...
introduce PRIll (printf format) and SCNll (scanf) in misc.h.
This needs to have config.h included beforehand.
* do likewise with freq_t type (double) in rig.h
FREQFMT is deprecated.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1903 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-01-24 23:04:35 +00:00
Stéphane Fillod, F8CFE
6025968a2d
added TenTec Paragon II
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1883 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-11-27 13:27:26 +00:00
Stéphane Fillod, F8CFE
d0d8cc35d0
TS-480 initial support from Jurgen DC3BW
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1882 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-11-27 13:19:56 +00:00
Stéphane Fillod, F8CFE
74048202dc
RIG_MODEL_ICALL is deprecated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1876 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-11-15 16:54:43 +00:00
Stéphane Fillod, F8CFE
b7047e912e
added IC-7800, IC-R20, IC-756PROIII
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1850 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-09-25 14:32:39 +00:00
Stéphane Fillod, F8CFE
15a314a47f
define RIG_ANT_4
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1849 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-09-25 14:31:38 +00:00
Mark J. Fine
22888244f4
Added a provisional variable bandwidth control to the RIG_LEVEL enumeration
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1845 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-09-14 22:15:42 +00:00
Stéphane Fillod, F8CFE
5375dcfd4c
added racal,wj and tuner backends
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1842 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-09-12 21:27:16 +00:00
Stéphane Fillod, F8CFE
88758c164e
added DRT1 and SDU5000
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1799 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-11 17:58:36 +00:00
Stéphane Fillod, F8CFE
623ba09ca8
resolve win32 header compatibility issue: no more HANDLE/timeval specific types
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1794 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-10 21:00:13 +00:00
Stéphane Fillod, F8CFE
caee8b612a
added ECSSUSB/ECSSLSB and FAX modes
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1785 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-08 19:42:59 +00:00
Stéphane Fillod, F8CFE
83807129bb
Try to make rig.h more MS-VC++ friendly
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1742 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-05-19 09:11:34 +00:00
Stéphane Fillod, F8CFE
66360b4f14
Prefixed misc str* and parse_* calls with rig_ to export them in rig.h
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1738 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-05-17 21:09:45 +00:00
Stéphane Fillod, F8CFE
037fd734c8
make new AGC enum compatible with previous Hamlib version
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1734 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-05-11 17:36:10 +00:00
Stéphane Fillod, F8CFE
e7a33ec5b6
New AGC enumeration
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1717 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-04-16 20:01:42 +00:00
Stéphane Fillod, F8CFE
6a6a5fa14a
New backend: kit (Elektor), new Winradio model (G3)
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1716 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-04-16 20:01:06 +00:00
Stéphane Fillod, F8CFE
7260fba70d
added model TM-V7
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1706 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-03-20 10:25:36 +00:00
Stéphane Fillod, F8CFE
f0bd7c1d4a
bump FLTLSTSIZ limit
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1683 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-09 22:07:21 +00:00
Stéphane Fillod, F8CFE
1fac68fb98
new Kenwood TM-D700 and GNU Radio USRP models
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1662 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-08 17:03:25 +00:00
Stéphane Fillod, F8CFE
02690aaf39
fix from Tomi OH2BNS, for RPM build
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1655 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-01-25 17:38:54 +00:00
Stéphane Fillod, F8CFE
3f0ace4dbc
IMPORTANT: freq_t type changed from integer to real, and setting_t type reduced from 64bits to 32 bits
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1647 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-01-15 23:04:52 +00:00
Stéphane Fillod, F8CFE
c8cd6c4212
new PKT modes
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1636 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-24 09:07:52 +00:00
Stéphane Fillod, F8CFE
b1017566bc
added new error codes, as suggested by Nate
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1605 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-19 07:32:10 +00:00
Stéphane Fillod, F8CFE
a599a47312
* converted RIG_LEVEL_STRENGTH to RIG_LEVEL_RAWSTR, as discussed on mailing list.
...
RIG_LEVEL_STRENGTH is then derived from calibration table.
* gran_t has been changed, more precise with min/max.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1595 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-16 17:36:15 +00:00
Stéphane Fillod, F8CFE
d5bdb8dd1f
new models and fixes
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1591 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-16 17:30:12 +00:00
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
be1c1d0f54
bandplan.h gathers couple handy macros to declare freq_range's in model capabilities
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1287 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-16 14:05:17 +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
7ee29fda76
remove autogenerated file
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1215 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-28 23:11:28 +00:00
Nate Bargmann, N0NB
aab5bdd400
2002-28-02
...
Update:
Goofed by running configure scripts in my main hamlib
directory. Accidentally changed include/config.h.in to
a version for my system. This will hopefully roll back
the change to file version 1.19 last modified by Stephane
in July 2002.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1214 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-28 22:00:55 +00:00
Nate Bargmann, N0NB
c439bce225
2002-10-27
...
New:
ft920.c, ft920.h -- very very immature attempt at FT-920
control. Code can send simple query to rig but cannot
properly decode returned data. Much more work is needed.
Updated:
Makefile.am, yaesu.c, yaesu.h -- necessary changes for
ft920.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1213 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-28 04:53:05 +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
4795c74b2a
added gnuradio backend
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1098 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-06 09:30:01 +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
Stéphane Fillod, F8CFE
51ea94cdb5
removed autogenerated files, use autogen.sh instead
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1088 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-02 18:03: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
cf23615f9e
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1056 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-05-28 21:46:50 +00:00
Stéphane Fillod, F8CFE
3b33bda23a
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1053 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-05-28 21:38:15 +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
4e0dc37371
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@946 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-29 22:04:08 +00:00
Stéphane Fillod, F8CFE
95571eb3a4
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@937 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-27 23:59:42 +00:00
Stéphane Fillod, F8CFE
cfe12075d6
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@930 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-27 23:51:10 +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
bb1593d737
call cfmakeraw only when available
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@900 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-22 21:17:55 +00:00
Stéphane Fillod, F8CFE
1c5f7d1393
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@880 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-16 23:36:16 +00:00
Stéphane Fillod, F8CFE
1fa554a818
added Rotator class
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@874 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-16 22:44:18 +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
d88cbe7307
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@872 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-16 19:18:46 +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
b91e9c4d8c
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@820 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-27 22:07:11 +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
532602372b
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@811 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-27 21:46:20 +00:00
Stéphane Fillod, F8CFE
b1a61edcf8
added rotlist.h
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@810 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-27 21:45:12 +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
65e0ab7c1b
added rotator includes
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@807 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-27 21:41:03 +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
11ce718be6
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@778 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-19 03:58:00 +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
e30c96efda
merged in hamlib subdir Makefile.am
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@767 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-19 03:25:25 +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
93db91759f
enable rpcrig only when RPC are available
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@692 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-18 20:39:10 +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
9d74e519e8
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@685 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-16 19:26:31 +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
4d5ad486aa
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@638 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-08-22 21:08:54 +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
Terry Dawson, VK2KTJ
a1ab6ee107
re-ran libtoolize to pick up new archictures, re: Debian Bug#104602
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@612 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-08-05 12:00:03 +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
Stéphane Fillod, F8CFE
1f01081335
converted to LGPL
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@582 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-13 19:08:15 +00:00
Stéphane Fillod, F8CFE
d484e8dc59
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@581 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-11 07:09:50 +00:00
Stéphane Fillod, F8CFE
b0450e86fe
fix header install dir
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@579 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-11 07:07:22 +00:00
Stéphane Fillod, F8CFE
c9dc785aaa
renamed xet_ctcss to xet_ctcss_tone and xet_dcs to xet_dcs_code to make it less ambiguous in regards to the squelch functions
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@576 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-01 11:46:17 +00:00
Stéphane Fillod, F8CFE
26e4c440bd
added TS570S
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@571 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-30 23:11:53 +00:00
Stéphane Fillod, F8CFE
e31e834db3
some new defines
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@570 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-30 23:11:00 +00:00
Stéphane Fillod, F8CFE
16b77c5b31
simplified xet_split_freq/xet_split_mode, now handles only tx freq/mode
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@568 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-27 17:32:47 +00:00
Stéphane Fillod, F8CFE
c3be2e3aef
added scan function
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@567 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-26 20:55:29 +00:00
Stéphane Fillod, F8CFE
301df48a74
added tcl bindings
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@562 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-20 05:58:23 +00:00
Stéphane Fillod, F8CFE
cfdf0276ae
more work on C++ bindings
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@560 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-18 20:17:20 +00:00
Stéphane Fillod, F8CFE
69e6006738
further win32 porting
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@558 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-15 07:16:16 +00:00
Stéphane Fillod, F8CFE
65d0ed64ba
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@557 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-15 07:15:05 +00:00
Stéphane Fillod, F8CFE
5db86a5914
further win32 porting
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@552 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-15 06:59:47 +00:00
Stéphane Fillod, F8CFE
1a2d7efe08
added C++ bindings
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@551 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-15 06:58:55 +00:00
Stéphane Fillod, F8CFE
398c0d580a
Initial release
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@550 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-15 06:58:12 +00:00
Stéphane Fillod, F8CFE
bec9d87275
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@548 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-13 00:06:56 +00:00
Stéphane Fillod, F8CFE
55711785fa
* regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@547 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-13 00:02:42 +00:00
Stéphane Fillod, F8CFE
9b44155fb1
* more win32 portability stuff
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@546 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-12 23:59:21 +00:00
Stéphane Fillod, F8CFE
7210e8b9a1
win32 fixes
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@544 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-12 07:09:44 +00:00
Stéphane Fillod, F8CFE
9c32855611
more portability stuff
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@541 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-11 00:41:28 +00:00
Stéphane Fillod, F8CFE
c6f5318a1c
added RIG_DEBUG_WARN
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@535 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-10 00:43:00 +00:00
Stéphane Fillod, F8CFE
c1cb77c643
new automatic backend loading and sparse rig_model scheme
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@529 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-04 21:17:53 +00:00
Stéphane Fillod, F8CFE
d03f88e1dd
fixed rig_probe, ant_t in caps (update backends!), added some backend jit-loading stuff
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@528 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-04 21:13:11 +00:00
Stéphane Fillod, F8CFE
da19dd9a47
new port_t design
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@523 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-04 17:01:21 +00:00
Stéphane Fillod, F8CFE
9437e3c29f
mv_ctl reworked to vfo_op, added RIG_VFO_MEM
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@521 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-03 19:50:30 +00:00
Stéphane Fillod, F8CFE
bdd5ecc517
new tone_t type, various cleanups
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@506 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-02 17:50:14 +00:00
Stéphane Fillod, F8CFE
88c989dfdd
new winradio models
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@505 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-02 17:48:46 +00:00
Stéphane Fillod, F8CFE
4376d6a740
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@504 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-02 17:47:51 +00:00
Stéphane Fillod, F8CFE
a31a589e1b
regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@501 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-02 17:40:15 +00:00
Stéphane Fillod, F8CFE
a4b66f55e1
* misc update
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@494 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-05-24 22:24:18 +00:00
Stéphane Fillod, F8CFE
3cd5da336f
* ann_t is no nore an enum. turned it to bit oriented type
...
* stuffed channel_t
* CAPS CHANGES:
removed: dtmf_digits, chan_qty, vfo_list
added: max_xit, level_gran&parm_gran, announces, set_xit, get_xit
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@472 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-05-04 22:34:33 +00:00
Stéphane Fillod, F8CFE
68a2cbdfb7
* setting_t is on 64 bits now
...
* CAPS MODIFICATION: added set_split_mode, get_split_mode, and send_morse
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@469 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-04-28 12:47:54 +00:00
Stéphane Fillod, F8CFE
9aabe8cd29
* silly bug on VFO defines
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@461 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-04-26 21:31:46 +00:00
Stéphane Fillod, F8CFE
5163ec58f4
* new functions
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@456 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-04-24 19:51:46 +00:00
Stéphane Fillod, F8CFE
b334645b61
* new TenTec ids
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@451 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-04-22 14:46:03 +00:00
Stéphane Fillod, F8CFE
8537c8a9d1
* switched on new VFO defines, caps changed (freq_range_t)
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@450 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-04-22 14:45:31 +00:00
Stéphane Fillod, F8CFE
f84c0b9a58
* pbwidth_t is now the passband type in Hz, RIG_PASSBAND_NARROW and RIG_PASSBAND_WIDE are dead now. moved around some stuff.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@448 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-04-22 13:54:48 +00:00
Stéphane Fillod, F8CFE
7933f49405
* added rig_reset() support
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@444 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-03-04 23:06:30 +00:00
Stéphane Fillod, F8CFE
799b18dd8b
* misc define renamed
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@440 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-03-04 13:06:36 +00:00
Stéphane Fillod, F8CFE
f21353f25d
* CHANGE in caps:
...
* set_poweron/seT_poweroff gone is favor of set_powerstat and get_powerstat
* added new send_dtmf/recv_dtmf
* added new field max_ifshift, dtmf_digits
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@432 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-03-02 18:46:27 +00:00
Stéphane Fillod, F8CFE
a4db836ee8
* added another model (for debug purpose)
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@420 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-03-02 18:24:40 +00:00
Stéphane Fillod, F8CFE
0b8c506e31
* reshuffled a little bit RIG_LEVEL and RIG_FUNC defines
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@413 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-03-01 21:17:00 +00:00
Stéphane Fillod, F8CFE
e1e99738b5
* CAHNGE in caps: added has_get_parm/has_set_parm new fields
...
with set_parm/get_parm caps.
added also chan_list array to describe what kind of chan your rig
is equipped with.
* set_ann/get_ann are gone. Welcome set_parm/get_parm. This is a
non-VFO specific version of levels.
* misc stuff added: ctcss, dcs, etc.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@409 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-03-01 00:23:14 +00:00
Stéphane Fillod, F8CFE
6a09a63bb0
* added few other rig models
...
REM: this enum def sucks, you can't rely on stable model "ids" for backends.
It would be much more reasonable to use #define instead, and
having sparse id allocation. For example, all the Yaesu starts at 1000,
the Kenwood at 2000, the Icoms at 3000, etc. This way, adding a new
Yaesu model wouldn't mess up with the following models.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@403 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-27 23:01:25 +00:00
Stéphane Fillod, F8CFE
81edd610fe
* CHANGE in caps: added new field vfo_list to describe available VFOs
...
(work in progress), and priv field to help with generic backend inits.
* tuning_steps field is now shadowed in rig->state
* preamp and attenuator arrays in caps/state are now of type int
* started to code replacement for VFO and passband definitions
* misc changes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@402 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-27 22:56:23 +00:00
Stéphane Fillod, F8CFE
aaec33e8a7
* added RIG_LEVEL_IS_FLOAT macro to known which levels are of float type,
...
and what are the others of integer type.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@399 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-25 23:06:18 +00:00
Stéphane Fillod, F8CFE
617c6ade52
* added rig_get_dcd() support (RIG_LEVEL_SQLSTAT might disappear)
...
* renamed KHz to kHz
* RIG_MODE_WFM is back, backends not updated yet
!!! API CHANGE !!!
* added new fields 'dcd_type', 'port_type' and 'get_dcd'
* caps has a new field: 'filters'. It holds the list of installed filters
as a table of modes/bandpass tuples. See hamlib-developer for discussion.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@390 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-14 23:51:44 +00:00
Stéphane Fillod, F8CFE
b901a320c8
* added new RIG_MODEL_DUMMY; NB RIG_MODEL_FT847 constant is no more equal to 0
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@382 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-14 01:05:41 +00:00
Stéphane Fillod, F8CFE
3f7c07e6ce
* regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@381 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-14 01:04:40 +00:00
Stéphane Fillod, F8CFE
95391dcf42
* add missing files. Hopefuly, checkouts should compile fine now.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@377 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-14 01:01:34 +00:00
Stéphane Fillod, F8CFE
c7bfdbb64e
* added RIG_TYPE_PCRECEIVER type
...
* RIG_LEVEL_ANN and RIG_LEVEL_ANT are no more. Welcome rig_set_ann/rig_get_ann,
and rig_set_ant/rig_get_ant (yet to be coded..)
* cosmetic changes
Significant caps update:
------------------------
* added copyright field, for author and copyright, eg "(c) 2001 Joe Bar, GPL"
* has_func and has_level have been renamed to has_set_func and has_get_level
Yes, the purpose was to squash this pit fall. Now we have has_get_func/
has_set_func and has_get_level/has_set_level. Make things more clear.
* added preamp[] and attenuator[] arrays, as discussed on hamlib-developer list
* added (almost useless) max_rit field to hold absolute max RIT
* added bank_qty and chan_desc_sz for memory name size
* removed rx_range_list/tx_range_list in favor of rx_range_list1/tx_range_list1
and rx_range_list2/tx_range_list2 for ITU region 1 and ITU region 2 resp.
Does anyone know if some rigs out there are for ITU region 3 ?
* added set_ann/get_ann and set_ant/get_ant caps
* modified get_func prototype that was not designed properly
* updated struct rig_state to shadow capabilities, in the case they
are customized
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@364 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-11 23:04:54 +00:00
Stéphane Fillod, F8CFE
c04cce7828
* added hamlib_version constant
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@356 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-09 23:02:56 +00:00
Stéphane Fillod, F8CFE
83c509bb0c
* regenerated
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@355 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-09 23:02:09 +00:00
Stéphane Fillod, F8CFE
1d5e476647
* regenerated after linradio checking in configure
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@343 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-07 23:41:28 +00:00
Stéphane Fillod, F8CFE
ba22118b32
* added rig_get_resolution()
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@342 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-07 23:40:16 +00:00
Stéphane Fillod, F8CFE
9ac030bce9
* added WiNRADiO model list
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@341 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-07 23:39:37 +00:00
Stéphane Fillod, F8CFE
831ce62e59
* fixed typo
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@329 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-01-28 22:13:09 +00:00
Stéphane Fillod, F8CFE
87f212d899
* added new RIG_FUNC and fixed typos
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@328 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-01-28 22:11:36 +00:00
Stéphane Fillod, F8CFE
ece8eda70d
* added targetable_vfo field in caps
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@316 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-01-05 18:21:39 +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
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
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
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
39ea3ecee7
* misc cleanup
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@251 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-29 16:29:07 +00:00
Stéphane Fillod, F8CFE
3e2fc349e4
* try to be more exhaustive in the rig list. Any volounteers ?
...
* cleanup
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@241 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-23 19:55:11 +00:00
Stéphane Fillod, F8CFE
e9c6d30233
* added rig_set_bank() to the API
...
* added struct timeval post_write_date to rig_state, so the post_write_delay
may not be an active wait loop.
* cleanup
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@240 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-23 19:53:03 +00:00
Stéphane Fillod, F8CFE
5e546f9347
Initial release
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@238 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-22 16:19:06 +00:00
Stéphane Fillod, F8CFE
f6f1e008cf
* renamed rig_*_rpt_* functions to rig_*_rptr_* to be more uniform
...
* made use of setting_t type in *_has_* functions
* removed set_volume, get_volume, set_squelch, get_squelch,
get_squelch_status, set_ant, get_ant, int et_att, get_att,
set_preamp, get_preamp, set_power, and get_power
in favor of set_level/get_level.
* set_func takes one more arg for the status (activate or desactivate)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@233 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-22 16:02:21 +00:00
Stéphane Fillod, F8CFE
fa3d2e016b
* Replaced rig_?et_volume/rig_?et_squelch/rig_get_squelch_status/rig_get_strength/rig_?et_ant/rig_?et_att/rig_?et_preamp by rig_set_level/rig_get_level. This is a good saving in terms of namespace, but a potential gain in messy backend implementation. Feedback welcome.
...
* Added rig_has_level/rig_has_set_level (cloned from their *_func cousins)
* Reworked the RIG_MODE_* defines. The filter information (narrow, normal, wide) has been splited for less complexity. Thus adding rig_[sg]et_passband.
* Reworked the vfo_t enum. Main is now an alias for VFO A, Sub for VFO B, Sat for VFO C. I'm almost sure it's a wrong assumption. Could someone tell if Main is or is not VFO A ?
* Coded in a Memory/VFO handling proposal. Access is done through mv_ctl. See mem_vfo_op_e for a list of available operations.
* Renamed [sg]et_tone to [sg]et_dcs and [sg]et_tonesq to [sg]et_ctcss.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@218 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-16 21:58:03 +00:00
Stéphane Fillod, F8CFE
f94baa5630
* Added RIG_MODEL_MINISCOUT
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@215 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-16 21:48:48 +00:00
Stéphane Fillod, F8CFE
db79d12466
* added [sg]et_rpt_offs to set repeater offset
...
* added [sg]et_split_freq to set split frequencies
* added [sg]et_split to activate split operation
* added get_squelch_status to get the open/close status of the squelch
* added [sg]et_trn to activate on the run the transceive mode (PCR1000 can do that)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@207 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-10 22:09:54 +00:00
Stéphane Fillod, F8CFE
6d7a2cff06
added Icom models in the list
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@206 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-10 22:05:23 +00:00
Frank Singleton, VK3FCS
a5bcaa48ca
added post_write_delay
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@204 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-09 01:17:20 +00:00
Stéphane Fillod, F8CFE
c6f8770576
include files moved again (to include/hamlib)
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@183 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-08 21:16:45 +00:00
Stéphane Fillod, F8CFE
fe1452a35a
include files moved again
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@182 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-08 21:15:28 +00:00
Stéphane Fillod, F8CFE
34279c3cd6
Initial release
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@173 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-01 12:52:17 +00:00
Stéphane Fillod, F8CFE
c6184212c6
Moved from ../common
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@172 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-01 12:45:21 +00:00