Michael Black W9MDB
4b4eeae35c
Fix clang warning on unitialized var in mem.c
2020-03-03 22:15:12 -06:00
Michael Black
8b462a0242
Add set_twiddle and get_twiddle functions
...
Add -W switch to rigctld to set twiddle timeout..don't need switch for rigctl since it can set from there with \set_twiddle
2020-02-24 09:34:02 -06:00
Michael Black
bceba85205
Temporarily disable twiddling detection in order to debug other stuff
...
Need to make this a switch
2020-02-24 00:03:42 -06:00
Michael Black
74b7900a52
Add get_freq to get_vfo to track freq for internal use
...
Move twiddling detection before set_vfo in set_freq
2020-02-23 23:20:33 -06:00
Michael Black
ff8ddf018c
astyle all C files
2020-02-23 11:26:09 -06:00
Michael Black
414b557b71
Add SCREENSAVER off to rig_open
2020-02-23 10:50:26 -06:00
Michael Black
f4c1143959
Add SCREENSAVER parm...implemented for 9700 for now
2020-02-23 09:48:21 -06:00
Michael Black
81ea1efba2
Need to update rig->state.current_freq when twiddling
2020-02-23 08:45:25 -06:00
Michael Black
95986b9685
Add detection of VFO twiddling
...
In the case of gpredict there are times when one has to adjust the
VFO to dial in a frequency while gpredict is tracking.
We now detect this situation and have a 3-second delay every time
VFO twiddling is detected. set_freq and set_vfo calls will be
ignored during this delay.
May make this a settable value if needed.
2020-02-23 08:28:19 -06:00
Michael Black
e315f5e3ac
Added skeleton for new get_ant function that will return ant_tx and ant_rx if known
...
Every rig will need to be reviewed to fill these in as appropriate
2020-02-18 23:10:14 -06:00
Michael Black
c40ff7fce6
Re-enable -u modes and vfo lists using *_range_list1 entries for the moment
...
This logic needs to be overhauled as Icom (and probably others) are putting out
rigs with no way to tell what model you have from CAT control.
So we may end up having to explicitly list all rig models which is more user friendly anyways
and will work with WSJT-X and other user-space programs.
So, e.g., IC-9700 would be listed as 5 models: IC-9700-USA, IC_9700-EUR, IC_9700-ITR, IC-9700-TPE, IC-9700-KOR
2020-02-17 08:46:01 -06:00
Michael Black
d634f84ed0
Remove verbose debug
2020-02-17 08:44:50 -06:00
Michael Black
01f83804d0
Add new 5-range frequency logic
2020-02-17 06:46:03 -06:00
Michael Black
8089e2c9d2
Remove region logic from rig.c
2020-02-17 06:43:41 -06:00
Malcolm Herring
e3cef196f7
add g/set_ext_func to API
2020-02-11 09:48:13 +00:00
Michael Black
fdef21f068
Merge pull request #193 from mdblack98/master
...
2020-02-05 Patches
2020-02-05 23:24:48 -06:00
Dawid Szymanski
c6e06bfb01
ICOM Voice Keyer implemented.
2020-02-06 01:00:34 +01:00
Michael Black
7e8938ae65
Changed y command to now use mandatory antenna argument
...
Put a looplimit on icom_get_ant_count trying to get autodetect to work
Changes to icom_get_ant_count to try and get this working
Added dummy antenna # args to rigs that don't care i.e. only have 1 antenna
2020-02-02 08:38:10 -06:00
Michael Black
6edc9e003b
Change port for ampctl to 4531 to match other code
2020-01-27 22:57:40 -06:00
Michael Black
87ff07d625
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2020-01-27 17:12:03 -06:00
Bill Somerville
e1e6969e9e
Simplify closing of device files
...
By treating PTT/DCD devices differently from rig control devices.
2020-01-26 19:06:27 +00:00
Bill Somerville
be0f371bde
Remove duplication across GPIO and GPION handling of PTT and DCD
2020-01-26 14:46:21 +00:00
Bill Somerville
6573a283a8
Fixed erroneous messages in rig_close with GPIO(N) PTT or DCD types
2020-01-26 12:50:07 +00:00
Bill Somerville
5edceddcea
Update i/o functions to support GPIO(N) port closure
2020-01-26 12:33:05 +00:00
Michael Black
bece609aca
Remove noisy debug from misc.c -- showed up rigctld -l for some odd reason
2020-01-24 12:17:16 -06:00
Michael Black
3ea6aceb2e
Fix rig dependency in src/Makefile.am
2020-01-23 22:47:13 -06:00
Michael Black
f143d8abd9
Fix cppcheck warnings
2020-01-23 17:20:41 -06:00
Michael Black
5903cda8c6
Fix DLL warning on debug.c
2020-01-22 17:04:25 -06:00
Michael Black
d853c36fb3
Change get_ant to add another option for icom rigs (and others if needed)
2020-01-21 17:53:12 -06:00
Michael Black
3631bb2bc8
export dump_hex for DLL linkage
2020-01-20 16:59:40 -06:00
Michael Black
fcbb386fcd
Update comment on rig_mem_count
2020-01-19 11:14:51 -06:00
Michael Black
702535c218
Restore rig_mem_count used by rig.swg
2020-01-18 14:05:28 -06:00
Michael Black
8d6e2fc781
Directory migration to new layout
2020-01-17 09:22:44 -06:00
Michael Black
7c7ecef678
cppcheck v1.9 clean bill of health now
...
cppcheck.sh script added with some exceptions for some code notices
neverused.c added to resolve "never used" messages
2020-01-15 23:03:12 -06:00
Michael Black
9de3984af9
Fix cppcheck warning in parallel.c
2020-01-15 22:40:23 -06:00
Michael Black
07b7f31a52
Remove commenct in microham.c
2020-01-15 22:20:22 -06:00
Michael Black
e50f552e0f
Fix mingw32 build
2020-01-15 15:57:01 -06:00
Michael Black
a1ec13fc14
Add C4FM mode for Yaesu FT-991
2020-01-15 08:15:29 -06:00
Michael Black
297bf9aa6b
Fix cppcheck warnings
2020-01-14 23:36:01 -06:00
Michael Black
360e3061d9
Fix up some cppcheck warnings in microham.c
2020-01-14 14:20:31 -06:00
Michael Black
dc92ae7843
Fix cppcheck warnings
2020-01-13 15:12:56 -06:00
Michael Black
272803c64c
Add uh_wkey_close to microham.h
2020-01-13 07:27:41 -06:00
Michael Black
be79b195b4
Fix cppcheck warning in parallel.c
2020-01-12 22:36:10 -06:00
Nate Bargmann
69e9469da3
Add sleep.h to src/Makefile.am
2020-01-10 20:05:22 -06:00
Michael Black
b7e8f01701
Fix mingw32 DLL linkage of hl_sleep
2020-01-10 15:58:16 -06:00
Michael Black
5ae03f0eed
Possible fix for mingw Win32 dll linking of nanosleep
2020-01-08 22:50:37 -06:00
Michael Black
7ee3a702f5
Replace all usleep with hl_usleep
...
Several places where usleep max value could be overflowed
New hl_usleep can take values > 1000000
2020-01-07 23:18:56 -06:00
Michael Black
f2f56558e7
Enclose sleep replacement in HAVE_NANOSLEEP
2020-01-07 17:33:37 -06:00
Michael Black
836e5f5c17
Move time.h include to sleep.c
2020-01-06 07:25:38 -06:00
Michael Black
70115f7efd
Replace sleep macros with hamlib custom functions
2020-01-05 15:37:33 -06:00