add rig_debug() in python binding

Hamlib-1.2.15
Stephane Fillod 2011-09-14 22:43:06 +02:00
rodzic 90f44c2b73
commit 443cf020e4
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -42,6 +42,9 @@
%include typemaps.i
%include exception.i
%include cstring.i
#ifdef SWIGPYTHON
%include python/file.i
#endif
%apply double *OUTPUT { double *distance, double *azimuth };
%apply int *OUTPUT { int *degrees, int *minutes, double *seconds, int *sw };

Wyświetl plik

@ -1,5 +1,4 @@
/* unsupported Hamlib's calls */
%ignore rig_debug;
/* useless macros */
%ignore _RIG_H;