Class: OpalKelly::PLL22393

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

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Object



25997
25998
25999
26000
26001
26002
26003
26004
26005
26006
26007
26008
26009
26010
# File 'ext/OpalKelly/FrontPanelDLL_wrap.cxx', line 25997

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