Class: OpalKelly::PLL22150
- Inherits:
-
((swig_class *) SWIGTYPE_p_OpalKellyLegacy__okCPLL22150->clientdata)->klass
- Object
- ((swig_class *) SWIGTYPE_p_OpalKellyLegacy__okCPLL22150->clientdata)->klass
- OpalKelly::PLL22150
- Defined in:
- ext/OpalKelly/FrontPanelDLL_wrap.cxx
Instance Method Summary collapse
- #initialize(*args) ⇒ Object constructor
Constructor Details
#initialize(*args) ⇒ Object
26023 26024 26025 26026 26027 26028 26029 26030 26031 26032 26033 26034 26035 26036 |
# File 'ext/OpalKelly/FrontPanelDLL_wrap.cxx', line 26023
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;
}
|