Ejemplo n.º 1
0
 public void setAngularRateZUPT(ZUPTSettingsData ZUPTSettings)
 {
     msclPINVOKE.InertialNode_setAngularRateZUPT(swigCPtr, ZUPTSettingsData.getCPtr(ZUPTSettings));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
        public ZUPTSettingsData getAngularRateZUPT()
        {
            ZUPTSettingsData ret = new ZUPTSettingsData(msclPINVOKE.InertialNode_getAngularRateZUPT(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ZUPTSettingsData obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }