* no need to include stdio.h any more (be careful of implicit include!)
* removed some dead wood about sockaddr in the network port. This will
be put back in correctly when this kind of port is really implemented.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1556 7ae35d74-ebe9-4afe-98af-79ac388436b8
Updated:
rotator.h -- new declarations dec2dmmm() and dmmm2dec()
locator.c -- new functions dec2dmm() and dmm2dec() also
reworked document comments
testloc.c -- support for new dec2dmm() and dmmm2dec()
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1535 7ae35d74-ebe9-4afe-98af-79ac388436b8
Updated:
locator.c -- fixed "zero bug" in dec2dms() and dms2dec()
rotator.h -- changed dec2dms() and dms2dec() parameter,
degrees to float and minutes to double
testloc.c -- modified to support changed parameters
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1534 7ae35d74-ebe9-4afe-98af-79ac388436b8
Update:
locator.c -- added argument int pair_count to
longlat2locator() and changed longlat2locator() from
void to type int return. Changed *seconds argument in
dms2dec() and dec2dms() from type int to type double.
rotator.h -- function prototypes to match above.
testloc.c -- modified to support changes in locator.c
Added additional command line parameter, locator-length
which is expected after the first locator and before the
optional second locator.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1517 7ae35d74-ebe9-4afe-98af-79ac388436b8
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
- RIG_DEBUG_* are now enum's
- new RIG_PORT_PARALLEL
- new RIG_TYPE_TUNER
- RIG_VFO_UPLINK/RIG_VFO_DOWNLINK have been renamed to RIG_VFO_TX/RIG_VFO_RX
- new RIG_ANT_1, RIG_ANT_2, etc.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1302 7ae35d74-ebe9-4afe-98af-79ac388436b8
Update:
Goofed by running configure scripts in my main hamlib
directory. Accidentally changed include/config.h.in to
a version for my system. This will hopefully roll back
the change to file version 1.19 last modified by Stephane
in July 2002.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1214 7ae35d74-ebe9-4afe-98af-79ac388436b8
New:
ft920.c, ft920.h -- very very immature attempt at FT-920
control. Code can send simple query to rig but cannot
properly decode returned data. Much more work is needed.
Updated:
Makefile.am, yaesu.c, yaesu.h -- necessary changes for
ft920.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1213 7ae35d74-ebe9-4afe-98af-79ac388436b8
- rig_set_channel and rig_get_channel can now target VFO, besides memories
- emulation of set_channel and get_channel has been kept in generic routines.
Added in these routines the support for ext_levels.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1113 7ae35d74-ebe9-4afe-98af-79ac388436b8
kept:
- indentation
- new PARM_KEYLIGHT, SCAN_VFO
- new scan_group field in struct channel
- added RIG_CHFLAG's
ts2k stuff in 'branch_ts2k' will be merged later
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1108 7ae35d74-ebe9-4afe-98af-79ac388436b8