kopia lustrzana https://github.com/Hamlib/Hamlib
Read latlong functions to rotator.h -- messed up DLL offset
rodzic
3a79e125c4
commit
65cfbb9760
|
@ -743,6 +743,17 @@ distance_long_path HAMLIB_PARAMS((double distance));
|
||||||
extern HAMLIB_EXPORT(double)
|
extern HAMLIB_EXPORT(double)
|
||||||
azimuth_long_path HAMLIB_PARAMS((double azimuth));
|
azimuth_long_path HAMLIB_PARAMS((double azimuth));
|
||||||
|
|
||||||
|
extern HAMLIB_EXPORT(int)
|
||||||
|
longlat2locator HAMLIB_PARAMS((double longitude,
|
||||||
|
double latitude,
|
||||||
|
char *locator_res,
|
||||||
|
int pair_count));
|
||||||
|
|
||||||
|
extern HAMLIB_EXPORT(int)
|
||||||
|
locator2longlat HAMLIB_PARAMS((double *longitude,
|
||||||
|
double *latitude,
|
||||||
|
const char *locator));
|
||||||
|
|
||||||
extern HAMLIB_EXPORT(double)
|
extern HAMLIB_EXPORT(double)
|
||||||
dms2dec HAMLIB_PARAMS((int degrees,
|
dms2dec HAMLIB_PARAMS((int degrees,
|
||||||
int minutes,
|
int minutes,
|
||||||
|
|
Ładowanie…
Reference in New Issue