kopia lustrzana https://github.com/Hamlib/Hamlib
add rig_debug() in python binding
rodzic
90f44c2b73
commit
443cf020e4
|
@ -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 };
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/* unsupported Hamlib's calls */
|
||||
%ignore rig_debug;
|
||||
|
||||
/* useless macros */
|
||||
%ignore _RIG_H;
|
||||
|
|
Ładowanie…
Reference in New Issue