Esempio n. 1
0
 public HeadingUpdateOptions(InertialTypes.HeadingUpdateEnableOption headingUpdateOption) : this(msclPINVOKE.new_HeadingUpdateOptions__SWIG_1((int)headingUpdateOption), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public InertialTypes.HeadingUpdateEnableOption AsOptionId()
 {
     InertialTypes.HeadingUpdateEnableOption ret = (InertialTypes.HeadingUpdateEnableOption)msclPINVOKE.HeadingUpdateOptions_AsOptionId(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }