kopia lustrzana https://github.com/Hamlib/Hamlib
Add the new includes that contain the state
And update the test again.pull/1803/head
rodzic
74914f0db8
commit
1e484942fc
|
@ -30,6 +30,7 @@
|
|||
|
||||
%include <hamlib/amplist.h>
|
||||
%include <hamlib/amplifier.h>
|
||||
%include <hamlib/amp_state.h>
|
||||
|
||||
%inline %{
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ class TestClass:
|
|||
'Rot',
|
||||
'add2debugmsgsave',
|
||||
'amp_caps',
|
||||
'amp_state',
|
||||
'azimuth_long_path',
|
||||
'cal_table',
|
||||
'cal_table_float',
|
||||
|
@ -58,6 +59,8 @@ class TestClass:
|
|||
'rig_spectrum_avg_mode',
|
||||
'rig_spectrum_line',
|
||||
'rig_spectrum_scope',
|
||||
'rig_state',
|
||||
'rig_state_deprecated',
|
||||
'rig_stragclevel',
|
||||
'rig_strcommstatus',
|
||||
'rig_strfunc',
|
||||
|
@ -75,6 +78,7 @@ class TestClass:
|
|||
'rigerror',
|
||||
'rigerror2',
|
||||
'rot_caps',
|
||||
'rot_state',
|
||||
'toneArray',
|
||||
'tuning_step_list',
|
||||
'value_t',
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
%include <hamlib/riglist.h>
|
||||
%include <hamlib/rig.h>
|
||||
%include <hamlib/rig_state.h>
|
||||
|
||||
%apply int *OUTPUT { int *};
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
%include <hamlib/rotator.h>
|
||||
%include <hamlib/rotlist.h>
|
||||
%include <hamlib/rot_state.h>
|
||||
|
||||
%inline %{
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue