示例#1
0
 public void setMagneticFieldMagnitudeSource(GeographicSourceOptions options)
 {
     msclPINVOKE.InertialNode_setMagneticFieldMagnitudeSource(swigCPtr, GeographicSourceOptions.getCPtr(options));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
        public GeographicSourceOptions getDeclinationSource()
        {
            GeographicSourceOptions ret = new GeographicSourceOptions(msclPINVOKE.InertialNode_getDeclinationSource(swigCPtr), true);

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