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/amplist.h>
|
||||||
%include <hamlib/amplifier.h>
|
%include <hamlib/amplifier.h>
|
||||||
|
%include <hamlib/amp_state.h>
|
||||||
|
|
||||||
%inline %{
|
%inline %{
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@ class TestClass:
|
||||||
'Rot',
|
'Rot',
|
||||||
'add2debugmsgsave',
|
'add2debugmsgsave',
|
||||||
'amp_caps',
|
'amp_caps',
|
||||||
|
'amp_state',
|
||||||
'azimuth_long_path',
|
'azimuth_long_path',
|
||||||
'cal_table',
|
'cal_table',
|
||||||
'cal_table_float',
|
'cal_table_float',
|
||||||
|
@ -58,6 +59,8 @@ class TestClass:
|
||||||
'rig_spectrum_avg_mode',
|
'rig_spectrum_avg_mode',
|
||||||
'rig_spectrum_line',
|
'rig_spectrum_line',
|
||||||
'rig_spectrum_scope',
|
'rig_spectrum_scope',
|
||||||
|
'rig_state',
|
||||||
|
'rig_state_deprecated',
|
||||||
'rig_stragclevel',
|
'rig_stragclevel',
|
||||||
'rig_strcommstatus',
|
'rig_strcommstatus',
|
||||||
'rig_strfunc',
|
'rig_strfunc',
|
||||||
|
@ -75,6 +78,7 @@ class TestClass:
|
||||||
'rigerror',
|
'rigerror',
|
||||||
'rigerror2',
|
'rigerror2',
|
||||||
'rot_caps',
|
'rot_caps',
|
||||||
|
'rot_state',
|
||||||
'toneArray',
|
'toneArray',
|
||||||
'tuning_step_list',
|
'tuning_step_list',
|
||||||
'value_t',
|
'value_t',
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
%include <hamlib/riglist.h>
|
%include <hamlib/riglist.h>
|
||||||
%include <hamlib/rig.h>
|
%include <hamlib/rig.h>
|
||||||
|
%include <hamlib/rig_state.h>
|
||||||
|
|
||||||
%apply int *OUTPUT { int *};
|
%apply int *OUTPUT { int *};
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
%include <hamlib/rotator.h>
|
%include <hamlib/rotator.h>
|
||||||
%include <hamlib/rotlist.h>
|
%include <hamlib/rotlist.h>
|
||||||
|
%include <hamlib/rot_state.h>
|
||||||
|
|
||||||
%inline %{
|
%inline %{
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue