Mike Black W9MDB
3df4571ec4
Allow rigctl w command to time out faster
2022-02-06 08:24:37 -06:00
Mike Black W9MDB
6934536e09
Add some more deprecated port copies
2022-02-06 08:22:53 -06:00
Mike Black W9MDB
92eb1bc4bc
Balance more RETURNFUNC
2022-02-06 08:10:20 -06:00
Mike Black W9MDB
f7ab619938
Balance more RETURNFUNC statements
2022-02-06 07:55:59 -06:00
Mike Black W9MDB
7f406427ca
Balance RETURNFUNC in kenwood.c
2022-02-06 07:46:36 -06:00
Mike Black W9MDB
2061ab92a8
Align some more RETURNFUNC statements
2022-02-06 06:18:04 -06:00
Mike Black W9MDB
2989782286
Fix some RETURNFUNC statements to balance depth counter
2022-02-06 00:00:55 -06:00
Mike Black W9MDB
776c68e3b1
Allow backwards compatibility for rigctl and rigctld by copying deprecated values to new port_t structures
2022-02-05 23:55:46 -06:00
Mike Black W9MDB
6f486e69d6
Add some more copies to port_deprecated structures for rigctl and rigctld
2022-02-05 23:25:02 -06:00
Mike Black W9MDB
5976e6a65f
Fix spelling error in flrig.c
2022-02-05 17:13:47 -06:00
Mike Black W9MDB
278693ea36
Fix flrig_get_split_vfo to return tx_vfo=RIG_VFO_A when split=4
2022-02-05 17:13:02 -06:00
Mike Black W9MDB
ceb3dd161f
Move PTHREAD declaration back to where it was in rig.h
2022-02-05 17:03:46 -06:00
Mike Black W9MDB
a5bd84547a
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2022-02-05 15:27:56 -06:00
Mike Black W9MDB
8c34ce1a2d
astyle source code
2022-02-05 15:27:43 -06:00
Michael Black
30aff6102e
Merge pull request #955 from dforsi/fix/manpages
...
Fix macros not defined in man pages
2022-02-05 10:09:52 -06:00
Mike Black W9MDB
db1de6bfd2
Fix dra818.c compilation warning
2022-02-05 10:08:04 -06:00
Daniele Forsi IU5HKX
adeb2980a5
Fix lintian warning: macro 'IN' not defined
2022-02-05 16:59:56 +01:00
Daniele Forsi IU5HKX
69b1f272d7
Fix lintian warning: macro 'RG' not defined
2022-02-05 16:48:15 +01:00
Mike Black W9MDB
61656760ef
Update ts590 version
2022-02-05 08:17:26 -06:00
Michael Black
9c60d1b9a0
Merge pull request #954 from rn3kk/master
...
Kenwood TS-590. Work get_level for ATT/Preamp state
2022-02-05 08:16:22 -06:00
nbanshchikov
92bd1d4e83
correct debug log message
2022-02-05 17:13:35 +03:00
nbanshchikov
c1ed899c19
Kenwood TS-590. Work get_level for ATT/Preamp state
...
https://github.com/Hamlib/Hamlib/issues/953
2022-02-05 16:58:07 +03:00
Mike Black W9MDB
1c5826d533
Add TS590 RIG_LEVEL_ATT
...
https://github.com/Hamlib/Hamlib/issues/953
2022-02-04 23:07:57 -06:00
Mike Black W9MDB
27f3cafc6e
Add TS590 RIG_LEVEL_PREAMP
...
https://github.com/Hamlib/Hamlib/issues/953
2022-02-04 23:04:10 -06:00
Mike Black W9MDB
9ae7f7535d
Adjust band_t values to match the Yaesu indexes
...
https://github.com/Hamlib/Hamlib/issues/919
2022-02-04 22:13:22 -06:00
Mike Black W9MDB
68e121d82c
Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default
...
This is necessary to keep alignment between the client view of rig->state and the shared libarary view
Including PTHREAD functions in rig->state necessitated this as HAVE_PTHREAD only defined during hamlib compilation.
Clients including hamlib/rig.h did not pick up all the HAVE* config variable that control what gets included
https://github.com/Hamlib/Hamlib/issues/947
2022-02-04 07:41:36 -06:00
Mike Black W9MDB
d6d446944b
Fix kenwood_set_split_vfo vfo_fixup call
2022-02-04 07:24:08 -06:00
Mike Black W9MDB
3a77601ca5
Check for VFO_TX and VFO_RX in kenwood_set_split_vfo
2022-02-04 06:55:28 -06:00
Mike Black W9MDB
b9d3de3cbf
Fix kenwood_set_split_vfo typo
2022-02-03 23:15:07 -06:00
Mike Black W9MDB
836fae0ba0
Add VFO_TX handling (VFOB) to kenwood_set_split_vfo
2022-02-03 23:13:27 -06:00
Mike Black W9MDB
81d61c09cc
Remove temp debug from rig.c
...
https://github.com/Hamlib/Hamlib/issues/947
2022-02-03 23:10:04 -06:00
Mike Black W9MDB
1d9c067dd2
Add top_builddir to include path in configure.ac
...
https://github.com/Hamlib/Hamlib/issues/947
2022-02-03 22:50:15 -06:00
Mike Black W9MDB
0062a09307
Fix include/config.h in rig.h
...
https://github.com/Hamlib/Hamlib/issues/947
2022-02-03 22:35:55 -06:00
Mike Black W9MDB
9aade8de3f
Add config.h to include/hamlib so HAVE_PTHREAD is available if needed
...
https://github.com/Hamlib/Hamlib/issues/947
2022-02-03 22:31:42 -06:00
Mike Black W9MDB
1bc9c0da79
Fix pthread.h detection in rig.h
...
We may have to start distributing config.h with hamlib
https://github.com/Hamlib/Hamlib/issues/947
2022-02-03 17:19:05 -06:00
Mike Black W9MDB
bbd20c45dd
Fix valgrind-discovered unitialized curr_vfo in rig.c
2022-02-03 10:41:54 -06:00
Mike Black W9MDB
5a1e73396c
Remove FUNC calls from rig_cleanup as rig is closed
2022-02-03 08:38:17 -06:00
Mike Black W9MDB
9852288992
Baland RETURNFUNC statements in rig.c
2022-02-02 23:48:42 -06:00
Mike Black W9MDB
3498fb1cf6
Balancing RETURNFUNC2 statements
2022-02-02 23:33:28 -06:00
Mike Black W9MDB
a20a91e381
astyle flrig.c
2022-02-02 23:25:17 -06:00
Mike Black W9MDB
c4e01ddadb
Change debug level from BUG to VERBOSE for debugging.
...
Causes abort in JTDX when BUG is used
https://github.com/Hamlib/Hamlib/issues/947
2022-02-02 08:45:46 -06:00
Mike Black W9MDB
3b1b643df3
Update RETURNFUNC to RETURNRFUNC2 in newcat_valid_command
2022-02-02 08:34:46 -06:00
Mike Black W9MDB
9ede1174a3
Add temporary debug for rig->state.pttport.type.ptt diagnosis
...
https://github.com/Hamlib/Hamlib/issues/947
2022-02-02 07:45:00 -06:00
Mike Black W9MDB
324e663d81
Also update rig->state.pttport.type.ptt -- used by JTDX and WSJXT right now so have to copy it
...
https://github.com/Hamlib/Hamlib/issues/947
2022-02-02 07:06:59 -06:00
Michael Black
950ed91e55
Merge pull request #951 from mikaelnousiainen/icom-enable-async-for-sdr-rigs
...
Allow async I/O for Icom SDR rigs
2022-02-02 07:00:47 -06:00
Mikael Nousiainen
d5cd99b7f5
Allow async I/O for Icom SDR rigs, mainly for waterfall spectrum data support. Async I/O is still turned off by default and needs to be enabled via a conf option.
2022-02-02 13:15:05 +02:00
Michael Black
8efe1b4e30
Merge pull request #950 from jleh/yaesu-meter-set-fix
...
Fix set level METER for Yaesu rigs
2022-02-01 17:07:16 -06:00
Juuso Lehtinen
2b580d1c01
Fix set level METER for Yaesu rigs
...
Fix bug causing set level METER not to work with Yaesu rigs.
Fix set meter syntax for FTDX10
Tested with FT991A.
2022-02-01 23:01:55 +00:00
Mike Black W9MDB
4c6f9bf9f2
Another copy of deprecated info
2022-02-01 14:12:16 -06:00
Mike Black W9MDB
4ae7d6d158
Change behavior in misc.c for RIG_VFO_TX
...
https://github.com/Hamlib/Hamlib/issues/949
2022-02-01 14:10:29 -06:00