예제 #1
0
파일: XsVector.cs 프로젝트: PoxyDoxy/EFAS
 public XsVector(XsVector other, SWIGTYPE_p_double arg1, uint sz, XsDataFlags flags_) : this(xsensdeviceapiPINVOKE.new_XsVector__SWIG_6(XsVector.getCPtr(other), SWIGTYPE_p_double.getCPtr(arg1), sz, (int)flags_), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public XsByteArrayImpl(SWIGTYPE_p_unsigned_char arg0, uint sz, XsDataFlags flags) : this(xsensdeviceapiPINVOKE.new_XsByteArrayImpl__SWIG_4(SWIGTYPE_p_unsigned_char.getCPtr(arg0), sz, (int)flags), true)
 {
 }
예제 #3
0
 public XsSyncSettingArray(XsSyncSetting arg0, uint sz, XsDataFlags flags) : this(xsensdeviceapiPINVOKE.new_XsSyncSettingArray__SWIG_4(XsSyncSetting.getCPtr(arg0), sz, (int)flags), true)
 {
 }
예제 #4
0
 public XsIntArray(SWIGTYPE_p_int arg0, uint sz, XsDataFlags flags) : this(xsensdeviceapiPINVOKE.new_XsIntArray__SWIG_4(SWIGTYPE_p_int.getCPtr(arg0), sz, (int)flags), true)
 {
 }
예제 #5
0
 public XsMessageArray(XsMessage arg0, uint sz, XsDataFlags flags) : this(xsensdeviceapiPINVOKE.new_XsMessageArray__SWIG_4(XsMessage.getCPtr(arg0), sz, (int)flags), true)
 {
 }
예제 #6
0
 public XsSocket(int sockfd, XsDataFlags flags) : this(xsensdeviceapiPINVOKE.new_XsSocket__SWIG_2(sockfd, (int)flags), true)
 {
 }
예제 #7
0
 public XsPortInfoArrayImpl(XsPortInfo arg0, uint sz, XsDataFlags flags) : this(xsensdeviceapiPINVOKE.new_XsPortInfoArrayImpl__SWIG_4(XsPortInfo.getCPtr(arg0), sz, (int)flags), true)
 {
 }
예제 #8
0
파일: XsVector.cs 프로젝트: PoxyDoxy/EFAS
 public XsVector(SWIGTYPE_p_double arg0, uint sz, XsDataFlags flags_) : this(xsensdeviceapiPINVOKE.new_XsVector__SWIG_4(SWIGTYPE_p_double.getCPtr(arg0), sz, (int)flags_), true)
 {
 }
 public XsInt64ArrayImpl(SWIGTYPE_p_long_long arg0, uint sz, XsDataFlags flags) : this(xsensdeviceapiPINVOKE.new_XsInt64ArrayImpl__SWIG_4(SWIGTYPE_p_long_long.getCPtr(arg0), sz, (int)flags), true)
 {
 }
 public XsOutputConfigurationArray(XsOutputConfiguration arg0, uint sz, XsDataFlags flags) : this(xsensdeviceapiPINVOKE.new_XsOutputConfigurationArray__SWIG_4(XsOutputConfiguration.getCPtr(arg0), sz, (int)flags), true)
 {
 }
예제 #11
0
 public XsArray(SWIGTYPE_p_XsArrayDescriptor descriptor, SWIGTYPE_p_void arg1, uint count, XsDataFlags flags) : this(xsensdeviceapiPINVOKE.new_XsArray__SWIG_2(SWIGTYPE_p_XsArrayDescriptor.getCPtr(descriptor), SWIGTYPE_p_void.getCPtr(arg1), count, (int)flags), true)
 {
 }
예제 #12
0
 public XsString(string arg0, uint sz, XsDataFlags flags) : this(xsensdeviceapiPINVOKE.new_XsString__SWIG_4(arg0, sz, (int)flags), true)
 {
 }
예제 #13
0
 public XsFilterProfileArrayImpl(XsFilterProfile arg0, uint sz, XsDataFlags flags) : this(xsensdeviceapiPINVOKE.new_XsFilterProfileArrayImpl__SWIG_4(XsFilterProfile.getCPtr(arg0), sz, (int)flags), true)
 {
 }
예제 #14
0
파일: XsMatrix.cs 프로젝트: PoxyDoxy/EFAS
 public XsMatrix(XsMatrix other, SWIGTYPE_p_double arg1, uint rows, uint cols, uint stride, XsDataFlags flags) : this(xsensdeviceapiPINVOKE.new_XsMatrix__SWIG_8(XsMatrix.getCPtr(other), SWIGTYPE_p_double.getCPtr(arg1), rows, cols, stride, (int)flags), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #15
0
파일: XsMatrix.cs 프로젝트: PoxyDoxy/EFAS
 public XsMatrix(SWIGTYPE_p_double arg0, uint rows, uint cols, uint stride, XsDataFlags flags) : this(xsensdeviceapiPINVOKE.new_XsMatrix__SWIG_6(SWIGTYPE_p_double.getCPtr(arg0), rows, cols, stride, (int)flags), true)
 {
 }