public void setLatitudeLongitude(XsVector data)
 {
     xsensdeviceapiPINVOKE.XsDataPacket_setLatitudeLongitude(swigCPtr, XsVector.getCPtr(data));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void setVelocity(XsVector data, XsDataIdentifier coordinateSystem)
 {
     xsensdeviceapiPINVOKE.XsDataPacket_setVelocity(swigCPtr, XsVector.getCPtr(data), (int)coordinateSystem);
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void setCalibratedMagneticField(XsVector vec)
 {
     xsensdeviceapiPINVOKE.XsDataPacket_setCalibratedMagneticField(swigCPtr, XsVector.getCPtr(vec));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void setFreeAcceleration(XsVector g)
 {
     xsensdeviceapiPINVOKE.XsDataPacket_setFreeAcceleration(swigCPtr, XsVector.getCPtr(g));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #5
0
 public void setRateOfTurnHR(XsVector vec)
 {
     xsensdeviceapiPINVOKE.XsDataPacket_setRateOfTurnHR(swigCPtr, XsVector.getCPtr(vec));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #6
0
 public void append(XsVector other)
 {
     xsensdeviceapiPINVOKE.XsVector_append(swigCPtr, XsVector.getCPtr(other));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #7
0
 public void swap(XsVector b)
 {
     xsensdeviceapiPINVOKE.XsVector_swap(swigCPtr, XsVector.getCPtr(b));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #8
0
 public void setVelocityIncrement(XsVector dv)
 {
     xsensdeviceapiPINVOKE.XsSdiData_setVelocityIncrement(swigCPtr, XsVector.getCPtr(dv));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #9
0
        public bool setLatLonAlt(XsVector lla)
        {
            bool ret = xsensdeviceapiPINVOKE.XsDevice_setLatLonAlt(swigCPtr, XsVector.getCPtr(lla));

            if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
            {
                throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #10
0
        public bool setLabMagneticField(XsVector magfield)
        {
            bool ret = xsensdeviceapiPINVOKE.XsDevice_setLabMagneticField(swigCPtr, XsVector.getCPtr(magfield));

            if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
            {
                throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #11
0
        public bool compare(XsVector other, double epsilon)
        {
            bool ret = xsensdeviceapiPINVOKE.XsVector_compare(swigCPtr, XsVector.getCPtr(other), epsilon);

            if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
            {
                throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #12
0
        public double dotProduct(XsVector v)
        {
            double ret = xsensdeviceapiPINVOKE.XsVector_dotProduct(swigCPtr, XsVector.getCPtr(v));

            if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
            {
                throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #13
0
 public XsVector3(XsVector other) : this(xsensdeviceapiPINVOKE.new_XsVector3__SWIG_2(XsVector.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #14
0
        public bool setInitialPositionLLA(XsVector lla)
        {
            bool ret = xsensdeviceapiPINVOKE.XsControl_setInitialPositionLLA(swigCPtr, XsVector.getCPtr(lla));

            if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
            {
                throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #15
0
 public XsVector(XsVector other, SWIGTYPE_p_double arg1, uint sz) : this(xsensdeviceapiPINVOKE.new_XsVector__SWIG_7(XsVector.getCPtr(other), SWIGTYPE_p_double.getCPtr(arg1), sz), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #16
0
 public XsSdiData(XsQuaternion dq, XsVector dv) : this(xsensdeviceapiPINVOKE.new_XsSdiData__SWIG_1(XsQuaternion.getCPtr(dq), XsVector.getCPtr(dv)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }