Esempio n. 1
0
 public void sendExternalGNSSUpdate(ExternalGNSSUpdateData gnssUpdateData)
 {
     msclPINVOKE.InertialNode_sendExternalGNSSUpdate(swigCPtr, ExternalGNSSUpdateData.getCPtr(gnssUpdateData));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ExternalGNSSUpdateData obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }