Stéphane Fillod, F8CFE
cccf1318ce
second pass at getting rid of "ll" immediate literal format (64bit int)
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1904 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-01-25 00:22:14 +00:00
Stéphane Fillod, F8CFE
23369a0c25
* abstract 64bit int format type to cope with portability issues.
...
introduce PRIll (printf format) and SCNll (scanf) in misc.h.
This needs to have config.h included beforehand.
* do likewise with freq_t type (double) in rig.h
FREQFMT is deprecated.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1903 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-01-24 23:04:35 +00:00
Stéphane Fillod, F8CFE
f805bab257
only print argument name if it is an input
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1859 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-10-02 10:33:21 +00:00
Stéphane Fillod, F8CFE
bf3ee98315
powerstat & send_morse commands
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1750 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-06-06 21:59:54 +00:00
Stéphane Fillod, F8CFE
66360b4f14
Prefixed misc str* and parse_* calls with rig_ to export them in rig.h
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1738 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-05-17 21:09:45 +00:00
Stéphane Fillod, F8CFE
72ae118f85
rigctl -l reformating
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1678 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-08 20:25:36 +00:00
Stéphane Fillod, F8CFE
916a21ad52
moved some sprintf's out of library into dumpcap application.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1594 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-16 17:34:00 +00:00
Stéphane Fillod, F8CFE
91df9591f4
Prepare eventual move from freq_t as a "long long" to a "double" type.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1569 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-20 22:15:02 +00:00
Stéphane Fillod, F8CFE
788d8a49b8
typo
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1530 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-25 22:45:10 +00:00
Stéphane Fillod, F8CFE
ce1e20cdd3
strange longlong portability(win32) fix
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1528 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-25 22:38:08 +00:00
Stéphane Fillod, F8CFE
343deb6f59
Support for pipelined tuning, including DCD on CD line.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1510 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-17 22:39:07 +00:00
Stéphane Fillod, F8CFE
f8135d52df
Implemented emulation of rig transceive mode using polling (based on SIGALRM),
...
moved all transceive and event related functions from rig.c to event.c.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1468 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-05-03 13:17:25 +00:00
Stéphane Fillod, F8CFE
a07a4a336e
Adopt new split_vfo handling. Basically, rename set_split/get_split
...
to set_split_vfo/get_split_vfo, and take an extra transmit vfo arg.
Ascending compatibility is retained at the API frontend level.
NOTE: only function name has changed. The backends do not implement
necessarily the new semantic (the extra tx vfo is just ignored).
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1425 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-06 18:40:36 +00:00
Stéphane Fillod, F8CFE
d5345090e5
added ability to specify target vfo for each cmd when -o option is passed on command line
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1417 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-03-27 23:44:20 +00:00
Nate Bargmann, N0NB
437a1114ac
2003-03-24:
...
Update:
Fixed a stupid error in ft890_get_freq that caused returned
freq to be divided by 10.
Added two new functions, set_ptt and get_ptt to set rig
into and out of TX mode and query PTT status.
Modified ft890_set_freq to check passed vfo against stored
value and update rig only if passed vfo differs.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1413 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-03-24 12:18:42 +00:00
Stéphane Fillod, F8CFE
2d9de98a62
added set/get xit and ant
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1295 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-28 22:25:46 +00:00
Stéphane Fillod, F8CFE
c8e58f5cb5
handle every parameter cases for get_channel
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1204 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-07 21:50:54 +00:00
Stéphane Fillod, F8CFE
4e528d0f85
merged testcaps and dumpcaps into rigctl, added -u option (dumpcaps) to rigctl
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1160 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-06 14:07:17 +00:00
Stéphane Fillod, F8CFE
c36db76150
added ability to enter long command names in interactive mode, by prefixing them with a \
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1158 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-06 10:43:59 +00:00
Stéphane Fillod, F8CFE
27f6be0fd0
WARNING: renamed strmode to strrmode because the symbol is already in use on BSD systems
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1139 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-08-26 21:26:06 +00:00
Stéphane Fillod, F8CFE
8754944bf8
added transceive Event reporting, ptt_type and dcd_type options now accept keywords
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1135 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-08-22 23:44:50 +00:00
Stéphane Fillod, F8CFE
118b86574d
patch from Rein PA0RCT implementing icom_set_rit, and ability to call rig_set_rit from rigctl
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1133 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-08-19 22:17:11 +00:00
Stéphane Fillod, F8CFE
11baf8ecfb
fixed support for new vfo param in get_channel
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1119 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-10 21:34:53 +00:00
Stéphane Fillod, F8CFE
e8403d542d
added "extra" level and "extra" parm support
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1111 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-09 20:40:28 +00:00
Dale E. Edmons, KD7ENI
2e320789a8
Added comments to commandline in rigctl (second time) --Dale
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1068 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-06-26 20:44:37 +00:00
Stéphane Fillod, F8CFE
deac66d6da
misc fix in labels
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1046 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-04-23 22:04:19 +00:00
Stéphane Fillod, F8CFE
7159041273
implemented get_chan 'h' command
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@936 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-27 23:58:24 +00:00
Stéphane Fillod, F8CFE
18075f6c65
moved parse funcs to src/misc.c, and fixed a bug with set_parm/get_parm
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@895 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-22 00:56:13 +00:00
Stéphane Fillod, F8CFE
8c026c2b69
added get_info
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@858 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-09 23:09:10 +00:00
Stéphane Fillod, F8CFE
885061fc36
added --serial-speed, --show-conf and --set-conf options, plus misc fixes
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@795 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-26 23:34:56 +00:00
Stéphane Fillod, F8CFE
8033af1aad
added --serial-speed arg
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@791 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-21 09:48:51 +00:00
Stéphane Fillod, F8CFE
99915b6c57
misc sscanf format fix
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@786 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-20 22:59:09 +00:00
Stéphane Fillod, F8CFE
afa88cc5ed
no more obscure numeric parameters, new commands, ability to set-conf/show-conf
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@783 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-20 07:51:02 +00:00
Stéphane Fillod, F8CFE
8b45b67a16
minor bugfixes, added civaddr setting option
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@658 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-09-22 11:49:19 +00:00
Stéphane Fillod, F8CFE
bdfe0b969a
'path' field renamed in port_t
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@608 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-25 21:59:55 +00:00
Stéphane Fillod, F8CFE
575033d644
major rework, start to be usable, maybe will be for people other than developers.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@592 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-20 11:09:26 +00:00
Stéphane Fillod, F8CFE
c9dc785aaa
renamed xet_ctcss to xet_ctcss_tone and xet_dcs to xet_dcs_code to make it less ambiguous in regards to the squelch functions
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@576 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-01 11:46:17 +00:00
Stéphane Fillod, F8CFE
16b77c5b31
simplified xet_split_freq/xet_split_mode, now handles only tx freq/mode
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@568 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-27 17:32:47 +00:00
Stéphane Fillod, F8CFE
c3be2e3aef
added scan function
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@567 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-26 20:55:29 +00:00
Stéphane Fillod, F8CFE
c1cb77c643
new automatic backend loading and sparse rig_model scheme
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@529 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-04 21:17:53 +00:00
Stéphane Fillod, F8CFE
da19dd9a47
new port_t design
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@523 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-04 17:01:21 +00:00
Stéphane Fillod, F8CFE
7ffe3fbe22
mv_ctl replaced by vfo_op, added RIG_VFO_MEM support
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@522 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-03 19:54:05 +00:00
Stéphane Fillod, F8CFE
d6a70313b7
* setting_t is on 64bits now
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@468 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-04-28 12:43:43 +00:00
Stéphane Fillod, F8CFE
167b406c02
* misc update
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@453 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-04-22 14:47:27 +00:00
Stéphane Fillod, F8CFE
a37d228615
* misc update
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@430 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-03-02 18:43:25 +00:00
Stéphane Fillod, F8CFE
b3dcaf39bc
* misc fixes
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@418 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-03-01 21:25:45 +00:00
Stéphane Fillod, F8CFE
16dd038887
* first attempt at having a combined command line and interactive utility,
...
that is able to perform single Hamlib API calls. For maintenance reasons,
both interfaces are combined. Work is not complete yet, but it works!
The "dummy" rig backend proved to be helpful in that regard :-)
More API calls are to come, and also a man page for the command line,
and explanations about the short/long options triggering calls.
FIXME: API calls requesting more than one argument are not working yet
(still have to figure out how getopt can accept more than one arg for one
option...)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@400 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-25 23:14:19 +00:00
Stéphane Fillod, F8CFE
7796233b85
* load 'dummy' backend
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@389 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-14 01:13:20 +00:00
Stéphane Fillod, F8CFE
a142071585
* fixed various things after caps update (see rig.h changelog)
...
* added support for set_level/get_level and set_func/get_func.
more tests needed, reports welcome!
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@373 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-11 23:22:06 +00:00
Stéphane Fillod, F8CFE
d082b735d5
* load more backends
...
* '?' menu key gives list of available commands
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@351 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-07 23:53:30 +00:00