George Baltz N3GB
7d28822273
Add '#include "cache.h"' to all files that reference cache structure.
...
Issue #1420
2025-06-03 12:07:27 -04:00
George Baltz N3GB
00d285576c
Fix backward frequency tests in ft857.c
...
Found by cppcheck.sh
2025-05-29 05:41:39 -04:00
Daniele Forsi IU5HKX
4109d606b5
Fix typos
2025-05-22 21:55:10 +02:00
Mike Black W9MDB
5c269964c2
astyle files in preparation for release 4.6
2024-11-06 08:07:34 -06:00
Christian Bayer
8ec452827d
fixed merge errors and variable declarations
2024-08-12 18:10:37 +02:00
Christian Bayer
a337debf26
fixed compile errors
2024-08-12 18:03:48 +02:00
Michael Black
069b0bf5b0
Merge branch 'master' into cbayer-857-pwr-levels-cal
2024-08-12 06:40:39 -05:00
Mike Black W9MDB
d3e191101f
Revert "Merge pull request #1592 from chrbayer84/cbayer-857-pwr-levels-cal"
...
This reverts commit 15dc3ae8be , reversing
changes made to 3b1283496c .
2024-08-09 11:43:28 -05:00
Christian Bayer
7719d04897
disable scaling
2024-08-09 16:32:28 +02:00
Christian Bayer
4c52f81e32
divider update
2024-08-09 14:53:36 +02:00
Christian Bayer
24b47951b2
use correct value
2024-08-09 14:34:36 +02:00
Christian Bayer
e63014a23f
added header
2024-08-09 08:32:14 -04:00
Christian Bayer
faee30ebd9
fixed cal table conversion
2024-08-09 14:19:01 +02:00
Christian Bayer
4312b26bc9
export correct function for wsjtx
2024-08-09 07:15:20 -04:00
Christian Bayer
3e8b1d7a94
ft-857 power levels for 2m/70cm
2024-08-09 10:10:40 +02:00
George Baltz N3GB
06301679d3
Balance ENTERFUNC/RETURNFUNC usage
...
Still some unbalanced RETURNFUNC2 usage, but doesn't affect any rig data.
2024-06-26 10:16:12 -04:00
George Baltz N3GB
494787cb3c
First batch of state pointers in rigs/yaesu/
...
Almost all by sed -i
2024-06-08 03:55:08 -04:00
George Baltz N3GB
aa0d83df95
Use pointers for all cache references in rigs/*
2024-03-09 14:25:59 -05:00
George Baltz N3GB
e26e6cd7f2
Convert rigs/yaesu
...
No more code references to raw port structures in rigs/*
2024-02-05 11:28:31 -05:00
Mike Black W9MDB
027b780189
Fix FT857 set_vfo cppcheck warning as get_vfo is always RIG_OK
2023-12-17 06:19:08 -06:00
Mike Black W9MDB
e267c62764
astyle files
2023-12-16 11:37:58 -06:00
Mike Black W9MDB
9841e500b9
Fix ptt_share segmentation fault
...
https://github.com/Hamlib/Hamlib/issues/1433
Fix ID5100 0x25 and simplex VFO actions
https://github.com/Hamlib/Hamlib/issues/1429
2023-11-23 15:00:05 -06:00
Mike Black W9MDB
534fe449a2
Fix more cppcheck items
2023-10-13 17:36:29 -05:00
Mike Black W9MDB
4d540b1459
Fix scope reductions from cppcheck
2023-09-30 22:50:16 -05:00
Mike Black W9MDB
dad55ef148
astyle files getting ready for WSJT-x-2.7.0rc1
2023-05-08 07:37:13 -05:00
Daniele Forsi IU5HKX
2db37fe7db
Fix typos
2023-03-26 11:01:51 +02:00
Daniele Forsi IU5HKX
a04abe6e04
[yaesu] Remove unused include of config.h
2023-02-14 19:30:51 +01:00
Mike Black W9MDB
cc7c335dc5
Improve FT-857 get_vfo response when error occurs
...
This could be FT-857 EEPROM burnout
https://github.com/Hamlib/Hamlib/issues/1232
2023-02-06 15:14:34 -06:00
Mike Black W9MDB
c903c09cd1
Allo FT-857 to return cached vfo when set_vfo is called and EEPROM read error occurs
...
https://github.com/Hamlib/Hamlib/issues/1232
2023-02-06 11:11:17 -06:00
Mike Black W9MDB
4f5bf9aadd
Fix some dumpcaps warnings in many rigs
2022-11-14 16:02:28 -06:00
Mike Black W9MDB
c844b02ed1
Fix dumpcap level_gran for Yaesu rigs
2022-11-11 16:56:42 -06:00
Daniele Forsi IU5HKX
7a132e2703
Remove unused includes
...
Removes includes of stdio.h stdlib.h string.h unistd.h
2022-07-24 17:08:57 +02:00
Daniele Forsi IU5HKX
34018600ee
Remove unused includes of math.h
2022-07-23 18:39:55 +02:00
Mike Black W9MDB
2835c431df
Change ft857_set_freq to use ft857_get_ptt instead of rig_get_ptt
...
Should be able to get transmit status using ptt=None and Signalink VOX PTT
https://github.com/Hamlib/Hamlib/issues/1084
2022-07-12 17:52:49 -05:00
Mike Black W9MDB
d12ca22916
Add PTT check in set_freq since rig cannot set freq while transmitting
...
VOX mode was a problem so this ptt check should fix it.
https://github.com/Hamlib/Hamlib/issues/1052
2022-06-03 08:11:32 -05:00
Mike Black W9MDB
6f9d057162
astyle files getting ready for release
2022-05-13 16:50:13 -05:00
PianetaRadio
ada37e07a9
FT857 add RIG_FUNC_CSQL
2022-04-07 12:45:00 +02:00
PianetaRadio
5d88b6579c
FT857 implement RIT on/off function
2022-04-04 19:58:31 +02:00
Mike Black W9MDB
74b3d13d6a
Update hamlib_check_rig_caps
2022-02-11 11:44:18 -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
991e314820
Add RIG_LEVEL_BAND_SELECT for Yaesur rigs
...
https://github.com/Hamlib/Hamlib/issues/919
2022-01-29 16:25:18 -06:00
Mike Black W9MDB
a277d7ab9b
Changes changing hamlib_port_t to pointer are not backwards compatible
2022-01-25 17:41:26 -06:00
Mike Black W9MDB
9e86e62238
Enable async I/O by default
...
Change hamlib_port_t to a pointer in rig.state
Deprecate static hamlib_port_t structure
New hamlib_port_t structure at end of rig.state
Clients built with older hamlib will use old structure in DLL
Clients built with newer hamlib will use new structure in DLL
So we maintain backwards compatibility until Hamlib 5.0
https://github.com/Hamlib/Hamlib/issues/894
2022-01-25 07:59:47 -06:00
Mikael Nousiainen
c764336e73
Fix build warnings caused by changes to I/O function signatures
2021-12-18 23:49:45 +02:00
Mike Black W9MDB
63a51c36a1
astyle files preparing for 4.4 release
2021-11-28 12:41:10 -06:00
Wouter van Gulik
b06a3c1714
Merge branch 'master' into ft817_improvements
2021-09-04 23:16:18 +02:00
Michael Black
187dcff6c5
Merge pull request #787 from wutje/yeasu_move_native_cmd_to_c_file
...
Yeasu rigs: move native command to C file, move function declaration to C file
2021-09-04 15:46:51 -05:00
Wouter van Gulik
e825e5b4c9
ft817: Move relevant code fomr header to C file.
...
Dropped pointless NULL check before free.
Explicitly implemented digi_mode instead of awkward add on to fm_status
Handle unlikely case of getting bogus digi mode, this prevent a garbage
read while determining the bandwidth of the mode
2021-09-04 22:13:32 +02:00
Wouter van Gulik
287e79d318
Stop copying table to private data, use table direct.
...
The table is never written so there is no point makeing the copy;
it only adds confusion for a programmer.
2021-09-04 22:13:32 +02:00
Mike Black W9MDB
c823564a2a
astyle all files preparing for 4.3 release
2021-09-04 22:13:32 +02:00