public void setRawMagneticField(XsUShortVector vec) { xsensdeviceapiPINVOKE.XsDataPacket_setRawMagneticField(swigCPtr, XsUShortVector.getCPtr(vec)); if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending) { throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve(); } }
public void setRawGyroscopeTemperatureData(XsUShortVector vec) { xsensdeviceapiPINVOKE.XsDataPacket_setRawGyroscopeTemperatureData(swigCPtr, XsUShortVector.getCPtr(vec)); if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending) { throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve(); } }
public XsUShortVector(XsUShortVector other) : this(xsensdeviceapiPINVOKE.new_XsUShortVector__SWIG_3(XsUShortVector.getCPtr(other)), true) { if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending) { throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve(); } }