Exemplo n.º 1
0
 public void setEstimationControlFlags(EstimationControlOptions flags)
 {
     msclPINVOKE.InertialNode_setEstimationControlFlags(swigCPtr, EstimationControlOptions.getCPtr(flags));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
        public EstimationControlOptions supportedEstimationControlOptions()
        {
            EstimationControlOptions ret = new EstimationControlOptions(msclPINVOKE.MipNodeFeatures_supportedEstimationControlOptions(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 3
0
        public EstimationControlOptions getEstimationControlFlags()
        {
            EstimationControlOptions ret = new EstimationControlOptions(msclPINVOKE.InertialNode_getEstimationControlFlags(swigCPtr), true);

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