Daniele Forsi IU5HKX
3448c735b0
Remove non-working compilation instructions from comments
...
Some instructions were a copy and paste error, some did not link
to Hamlib. Compile all simulators with: make -C simulators check
or compile a single simulator replacing "check" with the name of
the simulator.
Fixed with:
perl -pe 's,// gcc.*\n,,' -i *.c
perl -pe 's,// On mingw.*\n,,' -i *.c
2025-04-30 19:34:22 +02:00
Daniele Forsi IU5HKX
037c4953ed
Fix name of function in error messages
...
Fixed with:
perl -pe s/pstname/ptsname/ -i *.c
2025-04-30 19:22:36 +02:00
Michael Black W9MDB
5d8593dd73
Update simic7300 and simic7000
2024-12-26 15:33:20 -06:00
Mike Black W9MDB
ba62edc51b
Fix simic7300
2024-10-07 07:52:48 -05:00
Mike Black W9MDB
27838026f5
Update simft991.c and simic7300.c
2024-07-09 11:26:05 -05:00
Mike Black W9MDB
e267c62764
astyle files
2023-12-16 11:37:58 -06:00
Mike Black W9MDB
8940d91522
Fix CPU usage in simulators when client quits
2023-11-29 17:04:56 -06:00
Mike Black W9MDB
30f47cdeba
Update Icom simulators for better behavior at rigctl shutdown
2023-11-25 09:29:01 -06:00
Mike Black W9MDB
4175929a48
More changes from cppcheck
2023-10-06 22:59:55 -05:00
Mike Black W9MDB
5d12e5f8bd
Fix IC-905 10Ghz+ set/get freq and lower frequencies too
...
https://github.com/Hamlib/Hamlib/issues/1375
2023-08-27 15:43:28 -05:00
Mike Black W9MDB
cca3891362
Change L METER to allow meter names in addition to numeric
...
Change l METER to return meter number=name instead of just number
Hopefully doesn't mess up anybody using this function via rigctl/rigctld uf they parsing the number correctly.
It's easier for users with to use/see text names for both set/get
https://github.com/Hamlib/Hamlib/issues/1369
2023-08-20 16:03:25 -05:00
Mike Black W9MDB
1ad43a44ba
Fix KEYERTYPE
...
https://github.com/Hamlib/Hamlib/issues/1363
2023-08-19 08:43:06 -05:00
Mike Black W9MDB
e887152407
Fix parm_gran
...
https://github.com/Hamlib/Hamlib/issues/1357
2023-08-17 16:04:45 -05:00
Mike Black W9MDB
22aee2ff31
Update simulators
2023-08-07 23:30:29 -05:00
Mike Black W9MDB
c9fc80fea1
Clean up warning in simic7300.c
2023-07-21 11:35:34 -05:00
Mike Black W9MDB
d6b8575eb3
Fix simic7300 to work with testcpp.cc
2023-07-18 22:33:14 -05:00
Mike Black W9MDB
7962a51f05
Update simic7300.c
2023-07-16 12:16:11 -05:00
Mike Black W9MDB
820549faf6
Rename simicom routines to shorter version
2023-07-15 07:14:31 -05:00