Update:
src/locator.c -- Improved handling of very tiny distances
in qrb() as well as a new formula for azimuth.
tests/testloc.c -- extended distance output display for
very to 6 decimal places which is useful for showing the
distance of 12 digit locators.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1572 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
Update:
locator.c incoporated Dave Hines' code to work with
extended locators as long as 6 lon/lat pairs. Changed
locator array to be a nul terminated string as created
by longlat2locator().
testloc.c changed to accomodate nul terminated string
from longlat2locator().
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1516 7ae35d74-ebe9-4afe-98af-79ac388436b8