OpalKelly 5.2.3 → 5.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/OpalKelly/FrontPanelDLL_wrap.cxx +88 -21
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1fbc25a4c134d31b2398dfa9918b28e4d0394cdd417fc022138126594c92a9d8
|
|
4
|
+
data.tar.gz: 416721acec0124258b39bc438d518d16a4f68104d85f77b78e61a8cd73a838cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7817755882d1407e3ea680fb28e268c2d433f55ba45cbdb6281d274079b3f482b25536d90239033896afcf08b253c049d2d8125272a8e44ca300dc462e31fadf
|
|
7
|
+
data.tar.gz: 19c8df6f697a63989749351ef2e598383867a0ececa6d5fa091503f18abfce713adadb8b1733be195b979398c081ef315122a776b3e10923dc72c761012d2c40
|
|
@@ -2810,7 +2810,7 @@ SWIG_ruby_failed(VALUE SWIGUNUSEDPARM(arg1), VALUE SWIGUNUSEDPARM(arg2))
|
|
|
2810
2810
|
}
|
|
2811
2811
|
|
|
2812
2812
|
|
|
2813
|
-
/*@SWIG:/
|
|
2813
|
+
/*@SWIG:/var/lib/buildbot/frontpanel/Ubuntu-18_04-x86_64-Thinkpad-dist/build/frontpanel-src/3rdparty/swig/Lib/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
|
|
2814
2814
|
SWIGINTERN VALUE SWIG_AUX_NUM2ULONG(VALUE arg)
|
|
2815
2815
|
{
|
|
2816
2816
|
VALUE *args = (VALUE *)arg;
|
|
@@ -2856,7 +2856,7 @@ SWIG_AsVal_unsigned_SS_long (VALUE obj, unsigned long *val)
|
|
|
2856
2856
|
|
|
2857
2857
|
|
|
2858
2858
|
#ifdef SWIG_LONG_LONG_AVAILABLE
|
|
2859
|
-
/*@SWIG:/
|
|
2859
|
+
/*@SWIG:/var/lib/buildbot/frontpanel/Ubuntu-18_04-x86_64-Thinkpad-dist/build/frontpanel-src/3rdparty/swig/Lib/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
|
|
2860
2860
|
SWIGINTERN VALUE SWIG_AUX_NUM2ULL(VALUE arg)
|
|
2861
2861
|
{
|
|
2862
2862
|
VALUE *args = (VALUE *)arg;
|
|
@@ -2915,7 +2915,7 @@ SWIG_From_bool (bool value)
|
|
|
2915
2915
|
}
|
|
2916
2916
|
|
|
2917
2917
|
|
|
2918
|
-
/*@SWIG:/
|
|
2918
|
+
/*@SWIG:/var/lib/buildbot/frontpanel/Ubuntu-18_04-x86_64-Thinkpad-dist/build/frontpanel-src/3rdparty/swig/Lib/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
|
|
2919
2919
|
SWIGINTERN VALUE SWIG_AUX_NUM2LONG(VALUE arg)
|
|
2920
2920
|
{
|
|
2921
2921
|
VALUE *args = (VALUE *)arg;
|
|
@@ -2946,7 +2946,7 @@ SWIG_AsVal_long (VALUE obj, long* val)
|
|
|
2946
2946
|
|
|
2947
2947
|
|
|
2948
2948
|
#ifdef SWIG_LONG_LONG_AVAILABLE
|
|
2949
|
-
/*@SWIG:/
|
|
2949
|
+
/*@SWIG:/var/lib/buildbot/frontpanel/Ubuntu-18_04-x86_64-Thinkpad-dist/build/frontpanel-src/3rdparty/swig/Lib/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
|
|
2950
2950
|
SWIGINTERN VALUE SWIG_AUX_NUM2LL(VALUE arg)
|
|
2951
2951
|
{
|
|
2952
2952
|
VALUE *args = (VALUE *)arg;
|
|
@@ -6072,7 +6072,7 @@ SWIG_AsVal_bool (VALUE obj, bool *val)
|
|
|
6072
6072
|
}
|
|
6073
6073
|
|
|
6074
6074
|
|
|
6075
|
-
/*@SWIG:/
|
|
6075
|
+
/*@SWIG:/var/lib/buildbot/frontpanel/Ubuntu-18_04-x86_64-Thinkpad-dist/build/frontpanel-src/3rdparty/swig/Lib/ruby/rubyprimtypes.swg,19,%ruby_aux_method@*/
|
|
6076
6076
|
SWIGINTERN VALUE SWIG_AUX_NUM2DBL(VALUE arg)
|
|
6077
6077
|
{
|
|
6078
6078
|
VALUE *args = (VALUE *)arg;
|
|
@@ -18836,6 +18836,59 @@ fail:
|
|
|
18836
18836
|
}
|
|
18837
18837
|
|
|
18838
18838
|
|
|
18839
|
+
SWIGINTERN VALUE
|
|
18840
|
+
_wrap_okTDeviceInfo_hasQuadConfigFlash_set(int argc, VALUE *argv, VALUE self) {
|
|
18841
|
+
okTDeviceInfo *arg1 = (okTDeviceInfo *) 0 ;
|
|
18842
|
+
okBool arg2 ;
|
|
18843
|
+
void *argp1 = 0 ;
|
|
18844
|
+
int res1 = 0 ;
|
|
18845
|
+
bool val2 ;
|
|
18846
|
+
int ecode2 = 0 ;
|
|
18847
|
+
|
|
18848
|
+
if ((argc < 1) || (argc > 1)) {
|
|
18849
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc); SWIG_fail;
|
|
18850
|
+
}
|
|
18851
|
+
res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_okTDeviceInfo, 0 | 0 );
|
|
18852
|
+
if (!SWIG_IsOK(res1)) {
|
|
18853
|
+
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "okTDeviceInfo *","hasQuadConfigFlash", 1, self ));
|
|
18854
|
+
}
|
|
18855
|
+
arg1 = reinterpret_cast< okTDeviceInfo * >(argp1);
|
|
18856
|
+
ecode2 = SWIG_AsVal_bool(argv[0], &val2);
|
|
18857
|
+
if (!SWIG_IsOK(ecode2)) {
|
|
18858
|
+
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "", "okBool","hasQuadConfigFlash", 2, argv[0] ));
|
|
18859
|
+
}
|
|
18860
|
+
arg2 = static_cast< okBool >(val2);
|
|
18861
|
+
if (arg1) (arg1)->hasQuadConfigFlash = arg2;
|
|
18862
|
+
return Qnil;
|
|
18863
|
+
fail:
|
|
18864
|
+
return Qnil;
|
|
18865
|
+
}
|
|
18866
|
+
|
|
18867
|
+
|
|
18868
|
+
SWIGINTERN VALUE
|
|
18869
|
+
_wrap_okTDeviceInfo_hasQuadConfigFlash_get(int argc, VALUE *argv, VALUE self) {
|
|
18870
|
+
okTDeviceInfo *arg1 = (okTDeviceInfo *) 0 ;
|
|
18871
|
+
void *argp1 = 0 ;
|
|
18872
|
+
int res1 = 0 ;
|
|
18873
|
+
okBool result;
|
|
18874
|
+
VALUE vresult = Qnil;
|
|
18875
|
+
|
|
18876
|
+
if ((argc < 0) || (argc > 0)) {
|
|
18877
|
+
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
|
|
18878
|
+
}
|
|
18879
|
+
res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_okTDeviceInfo, 0 | 0 );
|
|
18880
|
+
if (!SWIG_IsOK(res1)) {
|
|
18881
|
+
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "okTDeviceInfo *","hasQuadConfigFlash", 1, self ));
|
|
18882
|
+
}
|
|
18883
|
+
arg1 = reinterpret_cast< okTDeviceInfo * >(argp1);
|
|
18884
|
+
result = (okBool) ((arg1)->hasQuadConfigFlash);
|
|
18885
|
+
vresult = SWIG_From_bool(static_cast< bool >(result));
|
|
18886
|
+
return vresult;
|
|
18887
|
+
fail:
|
|
18888
|
+
return Qnil;
|
|
18889
|
+
}
|
|
18890
|
+
|
|
18891
|
+
|
|
18839
18892
|
SWIGINTERN VALUE
|
|
18840
18893
|
#ifdef HAVE_RB_DEFINE_ALLOC_FUNC
|
|
18841
18894
|
_wrap_okTDeviceInfo_allocate(VALUE self)
|
|
@@ -23399,7 +23452,7 @@ _wrap_okCFrontPanel_CreateLuaScriptEngine(int argc, VALUE *argv, VALUE self) {
|
|
|
23399
23452
|
}
|
|
23400
23453
|
arg1 = reinterpret_cast< OpalKellyLegacy::okCFrontPanel * >(argp1);
|
|
23401
23454
|
{
|
|
23402
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
23455
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
23403
23456
|
result = OpalKellyLegacy_okCFrontPanel_CreateLuaScriptEngine(arg1);
|
|
23404
23457
|
} catch (const std::exception& e) {
|
|
23405
23458
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -23485,7 +23538,7 @@ _wrap_okCDeviceSettings_GetString(int argc, VALUE *argv, VALUE self) {
|
|
|
23485
23538
|
arg2 = ptr;
|
|
23486
23539
|
}
|
|
23487
23540
|
{
|
|
23488
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
23541
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
23489
23542
|
result = OpalKellyLegacy_okCDeviceSettings_GetString(arg1,(std::string const &)*arg2);
|
|
23490
23543
|
} catch (const std::exception& e) {
|
|
23491
23544
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -23532,7 +23585,7 @@ _wrap_okCDeviceSettings_GetInt(int argc, VALUE *argv, VALUE self) {
|
|
|
23532
23585
|
arg2 = ptr;
|
|
23533
23586
|
}
|
|
23534
23587
|
{
|
|
23535
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
23588
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
23536
23589
|
result = (UINT32)OpalKellyLegacy_okCDeviceSettings_GetInt(arg1,(std::string const &)*arg2);
|
|
23537
23590
|
} catch (const std::exception& e) {
|
|
23538
23591
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -23590,7 +23643,7 @@ _wrap_okCDeviceSettings_SetString(int argc, VALUE *argv, VALUE self) {
|
|
|
23590
23643
|
arg3 = ptr;
|
|
23591
23644
|
}
|
|
23592
23645
|
{
|
|
23593
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
23646
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
23594
23647
|
OpalKellyLegacy_okCDeviceSettings_SetString(arg1,(std::string const &)*arg2,(std::string const &)*arg3);
|
|
23595
23648
|
} catch (const std::exception& e) {
|
|
23596
23649
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -23644,7 +23697,7 @@ _wrap_okCDeviceSettings_SetInt(int argc, VALUE *argv, VALUE self) {
|
|
|
23644
23697
|
}
|
|
23645
23698
|
arg3 = static_cast< UINT32 >(val3);
|
|
23646
23699
|
{
|
|
23647
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
23700
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
23648
23701
|
OpalKellyLegacy_okCDeviceSettings_SetInt(arg1,(std::string const &)*arg2,arg3);
|
|
23649
23702
|
} catch (const std::exception& e) {
|
|
23650
23703
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -23677,7 +23730,7 @@ _wrap_okCDeviceSettings_List(int argc, VALUE *argv, VALUE self) {
|
|
|
23677
23730
|
}
|
|
23678
23731
|
arg1 = reinterpret_cast< OpalKellyLegacy::okCDeviceSettings * >(argp1);
|
|
23679
23732
|
{
|
|
23680
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
23733
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
23681
23734
|
result = OpalKellyLegacy_okCDeviceSettings_List(arg1);
|
|
23682
23735
|
} catch (const std::exception& e) {
|
|
23683
23736
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -23720,7 +23773,7 @@ _wrap_okCDeviceSettings_Delete(int argc, VALUE *argv, VALUE self) {
|
|
|
23720
23773
|
arg2 = ptr;
|
|
23721
23774
|
}
|
|
23722
23775
|
{
|
|
23723
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
23776
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
23724
23777
|
OpalKellyLegacy_okCDeviceSettings_Delete(arg1,(std::string const &)*arg2);
|
|
23725
23778
|
} catch (const std::exception& e) {
|
|
23726
23779
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -23751,7 +23804,7 @@ _wrap_okCDeviceSettings_Save(int argc, VALUE *argv, VALUE self) {
|
|
|
23751
23804
|
}
|
|
23752
23805
|
arg1 = reinterpret_cast< OpalKellyLegacy::okCDeviceSettings * >(argp1);
|
|
23753
23806
|
{
|
|
23754
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
23807
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
23755
23808
|
try {
|
|
23756
23809
|
OpalKellyLegacy_okCDeviceSettings_Save(arg1);
|
|
23757
23810
|
} catch(std::runtime_error &_e) {
|
|
@@ -24333,7 +24386,7 @@ _wrap_okCScriptValue_GetNumber(int argc, VALUE *argv, VALUE self) {
|
|
|
24333
24386
|
}
|
|
24334
24387
|
arg1 = reinterpret_cast< OpalKelly::ScriptValue * >(argp1);
|
|
24335
24388
|
{
|
|
24336
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
24389
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
24337
24390
|
result = (int)((OpalKelly::ScriptValue const *)arg1)->GetNumber();
|
|
24338
24391
|
} catch (const std::exception& e) {
|
|
24339
24392
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -24389,7 +24442,7 @@ _wrap_okCScriptValue_GetBool(int argc, VALUE *argv, VALUE self) {
|
|
|
24389
24442
|
}
|
|
24390
24443
|
arg1 = reinterpret_cast< OpalKelly::ScriptValue * >(argp1);
|
|
24391
24444
|
{
|
|
24392
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
24445
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
24393
24446
|
result = (bool)((OpalKelly::ScriptValue const *)arg1)->GetBool();
|
|
24394
24447
|
} catch (const std::exception& e) {
|
|
24395
24448
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -24445,7 +24498,7 @@ _wrap_okCScriptValue_GetString(int argc, VALUE *argv, VALUE self) {
|
|
|
24445
24498
|
}
|
|
24446
24499
|
arg1 = reinterpret_cast< OpalKelly::ScriptValue * >(argp1);
|
|
24447
24500
|
{
|
|
24448
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
24501
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
24449
24502
|
result = ((OpalKelly::ScriptValue const *)arg1)->GetString();
|
|
24450
24503
|
} catch (const std::exception& e) {
|
|
24451
24504
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -24501,7 +24554,7 @@ _wrap_okCScriptValue_GetBuffer(int argc, VALUE *argv, VALUE self) {
|
|
|
24501
24554
|
}
|
|
24502
24555
|
arg1 = reinterpret_cast< OpalKelly::ScriptValue * >(argp1);
|
|
24503
24556
|
{
|
|
24504
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
24557
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
24505
24558
|
result = ((OpalKelly::ScriptValue const *)arg1)->GetBuffer();
|
|
24506
24559
|
} catch (const std::exception& e) {
|
|
24507
24560
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -24565,7 +24618,7 @@ _wrap_okCScriptEngine_LoadScript(int argc, VALUE *argv, VALUE self) {
|
|
|
24565
24618
|
arg3 = ptr;
|
|
24566
24619
|
}
|
|
24567
24620
|
{
|
|
24568
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
24621
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
24569
24622
|
(arg1)->LoadScript((std::string const &)*arg2,(std::string const &)*arg3);
|
|
24570
24623
|
} catch (const std::exception& e) {
|
|
24571
24624
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -24611,7 +24664,7 @@ _wrap_okCScriptEngine_LoadFile(int argc, VALUE *argv, VALUE self) {
|
|
|
24611
24664
|
arg2 = ptr;
|
|
24612
24665
|
}
|
|
24613
24666
|
{
|
|
24614
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
24667
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
24615
24668
|
(arg1)->LoadFile((std::string const &)*arg2);
|
|
24616
24669
|
} catch (const std::exception& e) {
|
|
24617
24670
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -24712,7 +24765,7 @@ _wrap_okCScriptEngine_RunScriptFunction__SWIG_0(int argc, VALUE *argv, VALUE sel
|
|
|
24712
24765
|
arg3 = ptr;
|
|
24713
24766
|
}
|
|
24714
24767
|
{
|
|
24715
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
24768
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
24716
24769
|
result = OpalKelly_ScriptEngine_RunScriptFunction__SWIG_0(arg1,(std::string const &)*arg2,(std::vector< OpalKelly::ScriptValue,std::allocator< OpalKelly::ScriptValue > > const &)*arg3);
|
|
24717
24770
|
} catch (const std::exception& e) {
|
|
24718
24771
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -24761,7 +24814,7 @@ _wrap_okCScriptEngine_RunScriptFunction__SWIG_1(int argc, VALUE *argv, VALUE sel
|
|
|
24761
24814
|
arg2 = ptr;
|
|
24762
24815
|
}
|
|
24763
24816
|
{
|
|
24764
|
-
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,
|
|
24817
|
+
/*@SWIG:../FrontPanelDLL/FrontPanelDLL.i,71,okExceptionHandlingCode@*/ try {
|
|
24765
24818
|
result = OpalKelly_ScriptEngine_RunScriptFunction__SWIG_0(arg1,(std::string const &)*arg2);
|
|
24766
24819
|
} catch (const std::exception& e) {
|
|
24767
24820
|
SWIG_Error(SWIG_RuntimeError, e.what());
|
|
@@ -26862,6 +26915,10 @@ SWIGEXPORT void Init_OpalKelly(void) {
|
|
|
26862
26915
|
rb_define_const(mOpalKelly, "OK_PRODUCT_XEM8350SECONDARY", SWIG_From_int(static_cast< int >((52))));
|
|
26863
26916
|
rb_define_const(mOpalKelly, "OK_PRODUCT_XEM7310MTA75", SWIG_From_int(static_cast< int >((53))));
|
|
26864
26917
|
rb_define_const(mOpalKelly, "OK_PRODUCT_XEM7310MTA200", SWIG_From_int(static_cast< int >((54))));
|
|
26918
|
+
rb_define_const(mOpalKelly, "OK_PRODUCT_XEM9025", SWIG_From_int(static_cast< int >((55))));
|
|
26919
|
+
rb_define_const(mOpalKelly, "OK_PRODUCT_XEM8320AU25P", SWIG_From_int(static_cast< int >((56))));
|
|
26920
|
+
rb_define_const(mOpalKelly, "OK_PRODUCT_XEM8310AU25P", SWIG_From_int(static_cast< int >((57))));
|
|
26921
|
+
rb_define_const(mOpalKelly, "OK_PRODUCT_FPX9301", SWIG_From_int(static_cast< int >((58))));
|
|
26865
26922
|
rb_define_const(mOpalKelly, "OK_PRODUCT_OEM_START", SWIG_From_int(static_cast< int >(11000)));
|
|
26866
26923
|
rb_define_const(mOpalKelly, "OkPRODUCT_UNKNOWN", SWIG_From_int(static_cast< int >(okPRODUCT_UNKNOWN)));
|
|
26867
26924
|
rb_define_const(mOpalKelly, "OkPRODUCT_XEM3001V1", SWIG_From_int(static_cast< int >(okPRODUCT_XEM3001V1)));
|
|
@@ -26918,6 +26975,10 @@ SWIGEXPORT void Init_OpalKelly(void) {
|
|
|
26918
26975
|
rb_define_const(mOpalKelly, "OkPRODUCT_XEM8350SECONDARY", SWIG_From_int(static_cast< int >(okPRODUCT_XEM8350SECONDARY)));
|
|
26919
26976
|
rb_define_const(mOpalKelly, "OkPRODUCT_XEM7310MTA75", SWIG_From_int(static_cast< int >(okPRODUCT_XEM7310MTA75)));
|
|
26920
26977
|
rb_define_const(mOpalKelly, "OkPRODUCT_XEM7310MTA200", SWIG_From_int(static_cast< int >(okPRODUCT_XEM7310MTA200)));
|
|
26978
|
+
rb_define_const(mOpalKelly, "OkPRODUCT_XEM9025", SWIG_From_int(static_cast< int >(okPRODUCT_XEM9025)));
|
|
26979
|
+
rb_define_const(mOpalKelly, "OkPRODUCT_XEM8320AU25P", SWIG_From_int(static_cast< int >(okPRODUCT_XEM8320AU25P)));
|
|
26980
|
+
rb_define_const(mOpalKelly, "OkPRODUCT_XEM8310AU25P", SWIG_From_int(static_cast< int >(okPRODUCT_XEM8310AU25P)));
|
|
26981
|
+
rb_define_const(mOpalKelly, "OkPRODUCT_FPX9301", SWIG_From_int(static_cast< int >(okPRODUCT_FPX9301)));
|
|
26921
26982
|
rb_define_const(mOpalKelly, "OkPRODUCT_OEM_START", SWIG_From_int(static_cast< int >(okPRODUCT_OEM_START)));
|
|
26922
26983
|
rb_define_const(mOpalKelly, "OK_FPGACONFIGURATIONMETHOD_NVRAM", SWIG_From_int(static_cast< int >((0))));
|
|
26923
26984
|
rb_define_const(mOpalKelly, "OK_FPGACONFIGURATIONMETHOD_JTAG", SWIG_From_int(static_cast< int >((1))));
|
|
@@ -27058,6 +27119,8 @@ SWIGEXPORT void Init_OpalKelly(void) {
|
|
|
27058
27119
|
rb_define_method(SwigClassOkTDeviceInfo.klass, "interfaceIndex", VALUEFUNC(_wrap_okTDeviceInfo_interfaceIndex_get), -1);
|
|
27059
27120
|
rb_define_method(SwigClassOkTDeviceInfo.klass, "configuresFromSystemFlash=", VALUEFUNC(_wrap_okTDeviceInfo_configuresFromSystemFlash_set), -1);
|
|
27060
27121
|
rb_define_method(SwigClassOkTDeviceInfo.klass, "configuresFromSystemFlash", VALUEFUNC(_wrap_okTDeviceInfo_configuresFromSystemFlash_get), -1);
|
|
27122
|
+
rb_define_method(SwigClassOkTDeviceInfo.klass, "hasQuadConfigFlash=", VALUEFUNC(_wrap_okTDeviceInfo_hasQuadConfigFlash_set), -1);
|
|
27123
|
+
rb_define_method(SwigClassOkTDeviceInfo.klass, "hasQuadConfigFlash", VALUEFUNC(_wrap_okTDeviceInfo_hasQuadConfigFlash_get), -1);
|
|
27061
27124
|
SwigClassOkTDeviceInfo.mark = 0;
|
|
27062
27125
|
SwigClassOkTDeviceInfo.destroy = (void (*)(void *)) free_okTDeviceInfo;
|
|
27063
27126
|
SwigClassOkTDeviceInfo.trackObjects = 0;
|
|
@@ -27241,6 +27304,10 @@ SWIGEXPORT void Init_OpalKelly(void) {
|
|
|
27241
27304
|
rb_define_const(SwigClassOkCFrontPanel.klass, "BrdXEM8350SECONDARY", SWIG_From_int(static_cast< int >(OpalKellyLegacy::okCFrontPanel::brdXEM8350SECONDARY)));
|
|
27242
27305
|
rb_define_const(SwigClassOkCFrontPanel.klass, "BrdXEM7310MTA75", SWIG_From_int(static_cast< int >(OpalKellyLegacy::okCFrontPanel::brdXEM7310MTA75)));
|
|
27243
27306
|
rb_define_const(SwigClassOkCFrontPanel.klass, "BrdXEM7310MTA200", SWIG_From_int(static_cast< int >(OpalKellyLegacy::okCFrontPanel::brdXEM7310MTA200)));
|
|
27307
|
+
rb_define_const(SwigClassOkCFrontPanel.klass, "BrdXEM9025", SWIG_From_int(static_cast< int >(OpalKellyLegacy::okCFrontPanel::brdXEM9025)));
|
|
27308
|
+
rb_define_const(SwigClassOkCFrontPanel.klass, "BrdXEM8320AU25P", SWIG_From_int(static_cast< int >(OpalKellyLegacy::okCFrontPanel::brdXEM8320AU25P)));
|
|
27309
|
+
rb_define_const(SwigClassOkCFrontPanel.klass, "BrdXEM8310AU25P", SWIG_From_int(static_cast< int >(OpalKellyLegacy::okCFrontPanel::brdXEM8310AU25P)));
|
|
27310
|
+
rb_define_const(SwigClassOkCFrontPanel.klass, "BrdFPX9301", SWIG_From_int(static_cast< int >(OpalKellyLegacy::okCFrontPanel::brdFPX9301)));
|
|
27244
27311
|
rb_define_const(SwigClassOkCFrontPanel.klass, "NoError", SWIG_From_int(static_cast< int >(OpalKellyLegacy::okCFrontPanel::NoError)));
|
|
27245
27312
|
rb_define_const(SwigClassOkCFrontPanel.klass, "Failed", SWIG_From_int(static_cast< int >(OpalKellyLegacy::okCFrontPanel::Failed)));
|
|
27246
27313
|
rb_define_const(SwigClassOkCFrontPanel.klass, "Timeout", SWIG_From_int(static_cast< int >(OpalKellyLegacy::okCFrontPanel::Timeout)));
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: OpalKelly
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.2.
|
|
4
|
+
version: 5.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Opal Kelly Incorporated
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides access to FrontPanel devices.
|
|
14
14
|
email: tech+rubygems@opalkelly.com
|