Mike Black W9MDB
d6b54f491e
export network_multicast_server for DLL linkage
...
https://github.com/Hamlib/Hamlib/issues/710
2021-05-22 12:38:40 -05:00
Mike Black W9MDB
54e3efb466
Change random() to rand in rig_cookie -- some compilers are complaining about random being undefined
...
https://github.com/Hamlib/Hamlib/issues/710
https://github.com/Hamlib/Hamlib/issues/695
2021-05-21 22:22:36 -05:00
Mike Black W9MDB
82c27e55ee
Fix testcookie behavior on shared libary test
...
https://github.com/Hamlib/Hamlib/issues/695
2021-05-21 17:04:09 -05:00
Mike Black W9MDB
3d780676b5
Finish rig_cookie
...
Not implemented anywhere yet but functional
2021-05-21 15:39:41 -05:00
Mike Black W9MDB
bcfd59f3af
Move date_strget to misc.c
2021-05-21 12:33:42 -05:00
Mike Black W9MDB
c3441551e6
Add symantec versioning to rig_info
2021-05-20 23:34:48 -05:00
Nate Bargmann
a6f2180874
Update Doxygen comments.
2021-05-19 16:50:51 -05:00
Mike Black W9MDB
8e3e93da0f
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2021-05-19 15:24:24 -05:00
Mike Black W9MDB
cc1f277e5f
Beginning of multicast capability
...
https://github.com/Hamlib/Hamlib/issues/695
2021-05-19 13:17:46 -05:00
Nate Bargmann
81e93480c4
Update Doxygen comments
2021-05-18 22:42:17 -05:00
Nate Bargmann
a29c298deb
Update Doxygen comments
2021-05-18 19:00:00 -05:00
Mike Black W9MDB
c408d88b5e
Increase sleep from 10ms to 50ms during set_ptt OFF
...
Some problems reported on Fake It mode in JTDX with rigs unable to set freq after PTT OFF.
2021-05-18 07:10:00 -05:00
Nate Bargmann
0ed6b11088
Update Doxygen comments and main page
2021-05-16 21:10:31 -05:00
Mike Black W9MDB
b849e00e1d
Fix caching error -- check value instead of pointer....duh....
...
https://github.com/Hamlib/Hamlib/issues/694
2021-05-09 13:47:21 -05:00
Mike Black W9MDB
102439be15
Change CRC to use all data by substituting CRC value with zeros
2021-05-06 23:58:15 -05:00
Mike Black W9MDB
805cd8e60b
Move ant_rx ant_tx set to after NULL check in rig.c
...
https://github.com/Hamlib/Hamlib/pull/691#issuecomment-832918894
2021-05-05 15:14:51 -05:00
Mike Black W9MDB
a56e976787
Add null checks in rig.c for ant_tx and ant_rx
...
astyle rig.c
2021-05-05 10:45:22 -05:00
Mikael Nousiainen
9e8ef6dc9e
Fix rig_get_ant NULL check
2021-05-05 18:23:02 +03:00
Mike Black W9MDB
7f60e1fcb0
Fix dummy rig to recognize Main/Sub VFOS -- this fixes "M CW 500"
...
Fix rig.c set_mode to recognize curr_vfo correctly
https://github.com/Hamlib/Hamlib/issues/689
2021-05-04 14:35:34 -05:00
Mike Black W9MDB
78a697e582
Add rig_get_mode_bandwidths -- see NEWS
...
Return token set of bandwidths for given mode
2021-05-03 15:35:56 -05:00
Mike Black W9MDB
fc37f0aeaf
Add 10ms delay after rig_set_ptt to allow hardware ptt relays to do their thing
...
https://github.com/Hamlib/Hamlib/issues/686
2021-05-01 22:18:28 -05:00
Mike Black W9MDB
12683d4faf
Add Version, App, and CRC tags to rig_get_info
...
This output will eventually be used for a multicast broadcast/receive capability
2021-04-30 07:37:07 -05:00
Mike Black W9MDB
81e3e2e5d2
astyle files
2021-04-29 17:23:37 -05:00
Mike Black W9MDB
604516ed8f
Clean up mingw compiler warning for tones.h
...
https://github.com/Hamlib/Hamlib/issues/659
2021-04-29 17:16:51 -05:00
Mike Black W9MDB
697a194752
Fix mingw warnings from new ctcss_list definition
...
https://github.com/Hamlib/Hamlib/issues/659
2021-04-29 17:06:45 -05:00
Mike Black W9MDB
386b08dc4f
Add ctcss_list and dcs_list to rigctld so rigcctld caps reflects the connected rig
...
https://github.com/Hamlib/Hamlib/issues/659
2021-04-29 10:49:29 -05:00
Mike Black W9MDB
4c09c2362e
Fix rig_get_info to return "None" for VFO if needed instead of empty string
...
Should make parsing easier ensuring all are token pairs
https://github.com/Hamlib/Hamlib/issues/682
2021-04-28 06:44:10 -05:00
Mike Black W9MDB
2066bb38fd
Change rig_get_rig_info to use cached values for VFOB when not targetable
...
https://github.com/Hamlib/Hamlib/issues/682
2021-04-27 17:32:10 -05:00
Mike Black W9MDB
5034bf4451
Make 1st token in get_rig_info a paired token too so all are A=B token pairs
...
https://github.com/Hamlib/Hamlib/issues/682
2021-04-27 13:14:54 -05:00
Mike Black W9MDB
af499a979e
Fix freqB on rig_get_rig_info
...
https://github.com/Hamlib/Hamlib/milestone/7
2021-04-27 12:13:15 -05:00
Mike Black W9MDB
6b13c6c3a3
New rig_get_rig_info function
...
Also get_rig_info in rigctld too
Example output with rig in split mode
This is a string return to allow for easy future expansion without changing the API
New tokens may be introduced and can be skipped if not used by clients
VFOA Freq=10133000 Mode=LSB Width=0 RX=1 TX=0
VFOB Freq=10134000 Mode=LSB Width=0 RX=0 TX=1
Split=1 SatMode=0
https://github.com/Hamlib/Hamlib/issues/682
2021-04-27 11:51:43 -05:00
Mike Black W9MDB
6c13951da8
Add satmode to rig_get_vfo_info
...
Add prototype for rig_get_rig_info
https://github.com/Hamlib/Hamlib/issues/682
2021-04-27 10:32:12 -05:00
Mike Black W9MDB
622257c367
Add vfo_fixup to get_vfo_info
...
https://github.com/Hamlib/Hamlib/issues/681
2021-04-27 09:43:05 -05:00
Mike Black W9MDB
64c2a4d4a9
Add TRACE statements to allow for better debug following top level rig calls
2021-04-27 09:36:27 -05:00
Mike Black W9MDB
19fb0e421d
Change rig_set_split_mode to return RIG_OK when set_vfo and vfo_op are not available
...
For the FT-991 example there's no need to set mode on VFOB as there is only one mode for both VFOs
So if rig has neither of these we will assume VFOB mode does not need to be set
https://github.com/Hamlib/Hamlib/issues/684
2021-04-27 06:50:00 -05:00
Mike Black W9MDB
25eb70d90d
In iofunc.c only call hl_sleep if needed
2021-04-25 14:59:47 -05:00
Mike Black W9MDB
ec68495bd3
Change WSAStartup logic in network.c to better allow for errors.
...
WSAStartup should now get called once only and should be restarted if needed.
https://github.com/Hamlib/Hamlib/issues/679
2021-04-25 08:33:14 -05:00
Mike Black W9MDB
1cfa4c205c
Remove SQLSTAT deprecated level
2021-04-24 09:17:53 -05:00
Mike Black W9MDB
1d79b9e01c
Fix icom \get_mode in non-vfo mode to stay on VFOB/Sub
...
https://github.com/Hamlib/Hamlib/issues/676
2021-04-23 17:43:54 -05:00
Mike Black W9MDB
d0af094d39
Fix set freq on Sub VFO return to Main
...
https://github.com/Hamlib/Hamlib/issues/670
2021-04-23 11:01:17 -05:00
Mike Black W9MDB
b0e006ce6c
astyle files
2021-04-21 23:48:29 -05:00
Mike Black W9MDB
aefe8c44b7
In rig.c if rig does not set get_split_vfo then return cached values
...
https://github.com/Hamlib/Hamlib/issues/654
https://github.com/Hamlib/Hamlib/issues/665
2021-04-18 11:35:35 -05:00
Mike Black W9MDB
b74bf05541
astyle misc.c and add CRC function for future use
2021-04-17 22:47:14 -05:00
Mike Black W9MDB
0f692f514d
FIx vfo_fixup to keep map VFOB request to Sub when appropriate
...
https://github.com/Hamlib/Hamlib/issues/665
2021-04-16 23:18:13 -05:00
Mike Black W9MDB
8fe1615ccd
Force Icom rigs to set VFOA as startup VFO
...
https://github.com/Hamlib/Hamlib/issues/665
2021-04-16 17:30:39 -05:00
Mike Black W9MDB
1bd795e297
Add vfo_fixup to rig_set_vfo
...
https://github.com/Hamlib/Hamlib/issues/665
2021-04-15 17:19:42 -05:00
Mike Black W9MDB
a1f5d4f5e3
Fix sprint_freq to show appropriate # of decimal places to get to 0.1Hz on all scales
2021-04-15 12:24:29 -05:00
Mike Black W9MDB
7d79b59bd7
When vfo twiddling is being done set_freq calls will be skipped
...
https://github.com/Hamlib/Hamlib/issues/664
2021-04-15 11:47:58 -05:00
Mike Black W9MDB
44925bbfca
Fir rig.c rig_set_split_freq_mode to use VFOB/Sub as appropriate
...
https://github.com/Hamlib/Hamlib/issues/665
2021-04-14 23:06:00 -05:00
Mike Black W9MDB
cec6216388
Fix vfo_fixup
...
https://github.com/Hamlib/Hamlib/issues/663
2021-04-14 16:56:38 -05:00