Class: OpalKelly::PLL22150

Inherits:
((swig_class *) SWIGTYPE_p_OpalKellyLegacy__okCPLL22150->clientdata)->klass
  • Object
show all
Defined in:
ext/OpalKelly/FrontPanelDLL_wrap.cxx

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Object



25958
25959
25960
25961
25962
25963
25964
25965
25966
25967
25968
25969
25970
25971
# File 'ext/OpalKelly/FrontPanelDLL_wrap.cxx', line 25958

SWIGINTERN VALUE
_wrap_new_PLL22150(int argc, VALUE *argv, VALUE self) {
  const char *classname SWIGUNUSED = "OpalKelly::PLL22150";
  PLL22150 *result = 0 ;
  
  if ((argc < 0) || (argc > 0)) {
    rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc); SWIG_fail;
  }
  result = (PLL22150 *)new PLL22150();
  DATA_PTR(self) = result;
  return self;
fail:
  return Qnil;
}