Bill Somerville
7d01e0fc4d
RIG_OK is zero and need not be negated and this will not change
2014-10-18 20:31:47 +01:00
Ladislav Vaiz
f632695131
Android build updates for monolithic build
...
Android is now built as a static library.
Signed-off-by: Nate Bargmann <n0nb@n0nb.us>
2013-09-19 07:25:08 -05:00
Nate Bargmann
332a04b7cd
Clean up backend Makefile.am files
...
Moved all backend *.h files into the SOURCES primary as Automake
documentation states all source file types should be listed. This
causes Automake to include *.h files in rebuild rules for the targets.
Removed the '-DIN_HAMLIB' assignment from the CFLAGS primary in each
backend and assigned it to AM_CPPFLAGS in configure.ac. The effect is
the same and it simplifies the backend Makefile.am files.
Removed all commented lines.
2013-09-16 21:51:39 -05:00
Remi Chateauneu
60019c9444
Monolitic libraries.
2013-09-08 14:56:28 +01:00
Ladislav Vaiz
6d4295af2c
Add Android build support
...
Android makefile fragments are distributed as extra distribution files
by the GNU build system but are otherwise ignored. The Android build
support is independent and does not rely on the GNU build system.
See android/README.android for more info.
Signed-off-by: Nate Bargmann <n0nb@n0nb.us>
2013-04-26 22:31:56 -05:00
Larry Gadallah
531d45192f
AR7030+: Error reading signal strength for low signal levels.
...
SF Bug ID 3527331
Action: Using rigctl, request signal strength (STRENGTH) for
a low signal level (~ < -100 dBm)
Expected result: Read a signal level of -100 or less
Actual result: Impossibly large negative value is returned.
Error found in initialization of a variable. Some (useful)
instrumentation was also added to help with future debugging.
2012-06-23 17:24:20 +02:00
Nate Bargmann
01ab10bf10
Include backend specific notes with 'make dist'
...
(cherry picked from commit 20814924b2
)
2012-03-01 21:23:16 -06:00
Nate Bargmann
be2fefcf18
Update version of modified backends
...
Per Stephane's request, updated the version string of backends modified
since 1.2.14 release. Newly added backends were left alone.
2012-02-02 20:10:37 -06:00
Nate Bargmann
c1b077c61c
Remove set but unused variable errors in aor.
2011-08-25 10:56:18 -05:00
Nate Bargmann
b5e4c4e853
Update LGPL header in AOR source files.
...
TNX to Lucian Laga, YO6PLB, for the notification.
2011-08-22 21:38:34 -05:00
Kamal Mostafa, KA6MAL
ad1cf04ea7
source warnings cleanup: #if-0 out a few unused routines
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3063 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-27 22:42:17 +00:00
Nate Bargmann, N0NB
80ce6175d7
Bug-fix to AOR SR-2200
...
Fixed S-Meter read-out: not readings are calibrated in S units
Fixed pre-amp control: now it works under GRig
Signed-off-by: Stefano Speretta <s.speretta@isispace.nl>
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3051 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-16 12:32:37 +00:00
Stéphane Fillod, F8CFE
01e2396ead
- revert creation of RIG_MODE_WAM and RIG_MODE_SFM
...
- sr2200:
- fix filter width of WFM
- prevent symbol littering
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3044 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-08 22:21:11 +00:00
Nate Bargmann, N0NB
bd20ccd356
AOR SR2200 backend added by Stefano Speretta
...
New backend, SR2200, heavily derived from AR8200 backend. From Stefano
Speretta <s.speretta@isispace.nl>.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3025 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-01-28 00:32:55 +00:00
Kamal Mostafa, KA6MAL
2567b93af7
Move backend libraries into /usr/lib/hamlib directory.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2988 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-09-26 02:23:50 +00:00
Stéphane Fillod, F8CFE
8411d9d1d7
* aor_transaction: handle rigs configured to return extra LF
...
* fix RIG_LEVEL_RAWSTR for AR8600, and possibly AR8000
* S-meter caliration data for AR8600 from Mark P. Grimes, WAØTOP
* S-meter caliration data for AR8200 from AR8200 Bulletin
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2951 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-08-20 08:18:23 +00:00
Stéphane Fillod, F8CFE
e41912412f
compile portability
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2881 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-04-16 19:08:58 +00:00
Stéphane Fillod, F8CFE
1404b754fe
portability of long long
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2880 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-04-16 19:04:00 +00:00
Nate Bargmann, N0NB
5dad9c663f
Add ar7030p.h to noninst_HEADERS
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2810 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-20 02:00:34 +00:00
Larry Gadallah, VE6VQ
b19c56297d
Added various memory/VFO functions.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2809 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-16 08:11:15 +00:00
Larry Gadallah, VE6VQ
708bb709a9
Added implementation for pbsToHz() and hzToPBS() helper functions.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2808 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-16 08:09:55 +00:00
Larry Gadallah, VE6VQ
ba2e011bee
Added prototypes for pbsToHz() and hzToPBS() helper functions. Added comments to denote mey_sq, mey_pb, and mey_id labels
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2807 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-16 08:08:24 +00:00
Larry Gadallah, VE6VQ
e4ad26d621
Added init/cleanup functions, started implementation of mem/channel access functions
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2804 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-08 06:28:16 +00:00
Larry Gadallah, VE6VQ
3ca875554c
Added private data to support channel information
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2803 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-08 06:26:43 +00:00
Larry Gadallah, VE6VQ
2afa88fe28
Added new I/O helper functions, IR code definitions
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2801 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-03 02:34:09 +00:00
Larry Gadallah, VE6VQ
0c3db3aff2
Removed utility/helper functions, added/updated Rig API functions
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2800 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-03 02:32:57 +00:00
Larry Gadallah, VE6VQ
06aec4abe9
Initial version of utility functions for AR7030 Plus receiver
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2799 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-03 02:31:39 +00:00
Larry Gadallah, VE6VQ
602df80bf4
Added AR7030P utilities in ar7030p_utils.c
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2798 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-03 02:30:39 +00:00
Larry Gadallah, VE6VQ
9786d9b2b3
Fixed SVN tags
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2797 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-01 01:04:43 +00:00
Larry Gadallah, VE6VQ
34462b0a17
Fixed SVN tags
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2796 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-01 01:04:31 +00:00
Larry Gadallah, VE6VQ
702a6b2bce
Rationalized naming convention, ran everything through lint.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2795 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-12-24 02:17:40 +00:00
Larry Gadallah, VE6VQ
fcd7033b59
Rationalized naming convention, ran everything through lint.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2794 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-12-24 02:16:03 +00:00
Larry Gadallah, VE6VQ
f811b6faac
Alpha version of AR7030+ backend
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2793 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-12-22 07:13:21 +00:00
Larry Gadallah, VE6VQ
4f4077fb26
Alpha version of AR7030+ backend
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2792 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-12-22 07:12:39 +00:00
Larry Gadallah, VE6VQ
8ed7baf36d
Added AR7030+
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2791 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-12-22 07:10:22 +00:00
Larry Gadallah, VE6VQ
8787e8f917
Added caps for AR7030+
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2790 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-12-22 07:09:07 +00:00
Larry Gadallah, VE6VQ
572592b7cf
Added caps for AR7030+
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2789 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-12-22 07:08:36 +00:00
Stéphane Fillod, F8CFE
1a12ca681f
Patch ID:2845171 "Initial changes to get the AOR8000 working"
...
by JohnU (johncunderwood)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2730 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-09-14 21:22:59 +00:00
Stéphane Fillod, F8CFE
56431cada6
implemented scanning
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2319 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-04-11 17:10:45 +00:00
Stéphane Fillod, F8CFE
7c62cc2c82
status: alpha->beta
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2215 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-09-18 19:31:56 +00:00
Martin Ewing, AA6E
c830f57da2
SM6PPS mods for AOR 5000a
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2155 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-11-02 15:19:58 +00:00
Martin Ewing, AA6E
49fdd8f176
patch from SM6PPS
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2148 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-10-15 19:51:02 +00:00
Martin Ewing, AA6E
124468dad2
allow atten = 0 dB
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2147 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-10-15 13:12:54 +00:00
Alexandru Csete OZ9AEC
842a06fe98
- Fixed type mismatches and unhandled switch cases.
...
- Incremented backend version numbers.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2135 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-10-07 21:10:11 +00:00
Stéphane Fillod, F8CFE
74e6aa54dc
filter fix after Rolf Wernli suggestion
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2072 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-02-26 19:21:53 +00:00
Stéphane Fillod, F8CFE
8292e78dce
handle empty channels, bank_num, chop trailing spaces off memory names, allow aor_get_channel(RIG_VFO_CURR)
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2033 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-21 20:19:41 +00:00
Stéphane Fillod, F8CFE
62fdd61787
make use of save memory at once API, don't expect and ack in aor_close
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2029 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-20 14:50:56 +00:00
Stéphane Fillod, F8CFE
4b3b3c26be
added AR2700 & AR8600
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2028 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-20 14:48:49 +00:00
Stéphane Fillod, F8CFE
71aa2e836e
fix get_channel with empty slots, and first try at bank base problem
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2018 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-15 21:50:27 +00:00
Stéphane Fillod, F8CFE
26dfe2aa7d
Do wait for a reply on each aor command
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2016 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-15 18:18:42 +00:00