Mike Black W9MDB
7b4b7ee630
Add a depth count to debug statements to help understand calling sequences
...
First call into rig functions is level 1
Top level like rigctl, rigctld is level 0
Non-depth calls are internal debug statements -- which can be modified to also show levels but that's a whole lot of statements not really necessary
Normal calls from other clients will be level 1
2022-01-30 23:37:01 -06:00
Mike Black W9MDB
976cd61d2e
Change snprintf to SNPRINTF in simulators
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-22 22:39:00 -06:00
Mike Black W9MDB
53424a3c56
Improvements to simyaesu.c
2022-01-18 13:23:13 -06:00
Mike Black W9MDB
ac59a643c7
Change sprintf so SNPRINTF in simyaesu.c
...
https://github.com/Hamlib/Hamlib/issues/857
2022-01-10 16:58:16 -06:00
Mike Black W9MDB
63a51c36a1
astyle files preparing for 4.4 release
2021-11-28 12:41:10 -06:00
Mike Black W9MDB
3502852d42
Improve simyaesu a bit
2021-11-15 07:16:17 -06:00
Mike Black W9MDB
b17d681fc2
More portable debug method -- should work on any compiler
2021-11-08 10:28:28 -06:00
Mike Black W9MDB
6a79eb3d9a
Remove duplicate line from simyaesu.c
2021-09-11 10:43:36 -05:00
Mike Black W9MDB
283281c4cb
astyle all files preparing for 4.3 release
2021-08-26 06:49:24 -05:00
Mike Black W9MDB
ff61c407f0
Put simulators in their own directory...this is an ongoing project to make these more robust.
...
Simulators are currently used to debug things and need to improved to allow model selection and all the complexities of simulating multiple models
2021-08-26 06:47:14 -05:00