Wykres commitów

939 Commity (64b0b37d49f3f051cebfae059fae82f8c6f56641)

Autor SHA1 Wiadomość Data
Michael Black W9MDB 6141e5098f Merge branch 'master' of http://github.com/Hamlib/Hamlib 2021-02-11 07:53:46 -06:00
Nate Bargmann d31f6ef441
Unify the amplifier API into a single group 2021-02-11 03:09:17 -06:00
Michael Black W9MDB b35191d6ad Fix extra LF in rigerror output
ENTERFUNC/RETURNFUNC in dummy.c
https://github.com/Hamlib/Hamlib/issues/514
2021-02-10 22:58:45 -06:00
Michael Black W9MDB 6ffbf168d0 Add get_vfo_list command so rigctl can see available vfos
Should allow Log4OM to query VFOB/Sub freq now
Another fix to argumenet prompting with rigctl/rigctld
Add 2nd line of return for rigerror -- we well gradually be improving error info
https://github.com/Hamlib/Hamlib/issues/530
2021-02-10 17:32:59 -06:00
Michael Black W9MDB 02fffca989 Update currVFO cache freq before figuring out the real vfo in rig.c 2021-02-10 12:44:00 -06:00
Michael Black W9MDB 5b59868191 Add resetting of all VFO caches via set_cache_freq using RIG_VFO_ALL
https://github.com/Hamlib/Hamlib/issues/539
2021-02-09 15:41:33 -06:00
Michael Black W9MDB a23a3b4882 Add a little debug to rig.c
https://github.com/Hamlib/Hamlib/issues/539
2021-02-08 17:36:48 -06:00
Michael Black W9MDB 2bb74f77d2 Fix debug msg formatting in rig.c 2021-02-08 17:31:43 -06:00
Michael Black W9MDB 54aca79671 Change ptt check in newcat.c set_freq to check ptt only for affected rigs
https://github.com/Hamlib/Hamlib/issues/540
2021-02-08 16:29:04 -06:00
Michael Black W9MDB 31b28202ee Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-02-08 12:55:24 -06:00
Michael Black W9MDB ad9d464822 Remove MainC from caching due to effect on rig_caps structure offsets
https://github.com/Hamlib/Hamlib/issues/537
2021-02-08 12:54:33 -06:00
Nate Bargmann f4899caf17
Update public API Doxygen comments in amp_settings.c 2021-02-08 12:41:40 -06:00
Nate Bargmann b97b4218cb
Update public API Doxygen comments in amp_conf.c 2021-02-08 12:40:01 -06:00
Nate Bargmann 07fa93bf43
Update Doxygen comment sections in amplifier.c 2021-02-07 18:56:24 -06:00
Michael Black W9MDB b05a1638a8 Add caching of MEM and MAINC vfos 2021-02-07 15:03:43 -06:00
Michael Black W9MDB e0e743ee90 Update rig.c docs 2021-02-07 14:58:33 -06:00
Michael Black W9MDB 418e963c86 Add \get_vfo_info to rigctl and rigctld to allow geting freq/mode/width by vfo in one call
Overcomes limitation of f command where vfo swapping is needed if not in --vfo mode
rig_get_vfo_info function added
Log4OM should be able to get VFOB frequency on most rigs
https://github.com/Hamlib/Hamlib/issues/530
2021-02-07 12:45:59 -06:00
Michael Black W9MDB 8e313ecc3d Add RIG_CAPS_HAS_GET_LEVEL 2021-02-07 06:56:48 -06:00
Michael Black W9MDB d8bd6a5d4e Reduce debug level in network.c 2021-02-04 23:47:59 -06:00
Michael Black W9MDB 96e2cc7829 Fix extra LF in debug messages 2021-02-03 09:59:14 -06:00
root 228cc10aeb Fix compile warnings with -O2 flag 2021-02-03 06:13:12 +01:00
Michael Black W9MDB 84ce231daf Fix link error for debugmsgsave on MacOS and perhaps others 2021-01-31 07:08:08 -06:00
Michael Black W9MDB 431b5dfc37 Make lack of tx_range_list non-fatal -- some rigs don't have this 2021-01-29 08:30:35 -06:00
c vw f38f35beeb corrected bug 2021-01-29 09:50:11 +01:00
Michael Black W9MDB 7b04640cea Fix read_string timeout display value 2021-01-28 12:22:52 -06:00
Michael Black W9MDB 03924db38c Modify __FILE__ to use __FILENAME__ macro to avoid full path in misc.c 2021-01-28 10:25:05 -06:00
Michael Black W9MDB f2b7893a2b Another attempt to get clock_gettime compiling for all Mac flavors 2021-01-27 11:00:58 -06:00
Michael Black W9MDB 30eca94210 Change MacOS detection logic for clock_gettime to hopefully cover all flavors 2021-01-26 15:05:43 -06:00
Michael Black W9MDB a81b4db9be Fix clock_gettime for Big Sur and hopefully older MacOS too 2021-01-26 07:28:55 -06:00
Michael Black W9MDB 54fc0e10f6 Add clock change to misc.c to allow building hamlib on some mac platforms 2021-01-25 12:23:05 -06:00
Michael Black 14eb9af7fe
Merge pull request #518 from code-posse/master
SatEL rotator support
2021-01-25 11:15:17 -06:00
Michael Black W9MDB 2be172ac4e Improve robustness of rigctld
Now retries opening indefinitely
Improved client side too
Error message should now show timeout if rig disappears
2021-01-24 10:51:19 -06:00
Joshua Lynch e6fa200152 initial SatEL rotator support 2021-01-23 23:26:01 -06:00
Michael Black W9MDB e7b6e61ed0 astyle files prepping for 4.1 release 2021-01-22 10:41:30 -06:00
Michael Black W9MDB 1fe2efb315 Reduce a debug level in serial.c 2021-01-22 08:26:03 -06:00
Michael Black W9MDB 85205abd45 Keep debug msg for rig_check_rig_caps on all the time for now 2021-01-22 07:52:15 -06:00
Michael Black W9MDB 0058cffcc7 Add rig_check_rig_caps to check that shared library compatibility is good
Returns -RIG_EINTERNAL if bad, RIG_OK if good
Prints out WARN level message if bad
2021-01-21 17:18:45 -06:00
Michael Black W9MDB 5fec08b262 Add disable_yaesu_bandselect option 2021-01-20 11:34:30 -06:00
Michael Black W9MDB 1e96b1f4d7 Remove get_freq -- seems to be causing a problem with FLRig 2021-01-19 12:12:24 -06:00
Michael Black W9MDB dd0765309e Added CACHE_RESET macro
newcat_set_cmd_validate now queries VFO freq instead of using cache
2021-01-19 07:17:07 -06:00
Michael Black W9MDB bc607bfc1d Add rig_get_freq to rig_open to set up internal status correctly 2021-01-19 06:30:00 -06:00
Michael Black W9MDB 2654503779 small improvement on caching check logic 2021-01-18 08:48:10 -06:00
Michael Black W9MDB 60279707e2 Fix VFOB caching 2021-01-18 08:28:20 -06:00
Michael Black W9MDB 5cd82c4026 Change print format on a few freq items 2021-01-17 22:24:39 -06:00
Michael Black W9MDB ce96f42483 Fix RETURNFUNC in misc.h 2021-01-17 17:16:50 -06:00
Michael Black W9MDB b1b6a0a771 Fix range_list check in src.c 2021-01-17 11:59:26 -06:00
Michael Black W9MDB a8d841182b Improve comments in misc.c 2021-01-17 08:22:07 -06:00
Michael Black W9MDB 9db79eb841 Reduce debug level 2021-01-17 08:19:12 -06:00
Michael Black W9MDB 70f27a0a03 Improve comment in misc.c 2021-01-17 08:09:06 -06:00
Michael Black W9MDB 544777f935 Fixed ENTER func error 2021-01-17 07:32:42 -06:00