public MipChannelFields(MipChannelFields other) : this(msclPINVOKE.new_MipChannelFields__SWIG_1(MipChannelFields.getCPtr(other)), true) { if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public MipChannelFieldsEnumerator(MipChannelFields collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, MipChannelFields values) { msclPINVOKE.MipChannelFields_SetRange(swigCPtr, index, MipChannelFields.getCPtr(values)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public void pollData(MipTypes.DataClass dataClass, MipChannelFields fields) { msclPINVOKE.InertialNode_pollData__SWIG_0(swigCPtr, (int)dataClass, MipChannelFields.getCPtr(fields)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public MipChannelFields supportedChannelFields(MipTypes.DataClass dataClass) { MipChannelFields ret = new MipChannelFields(msclPINVOKE.MipNodeFeatures_supportedChannelFields(swigCPtr, (int)dataClass), true); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static MipChannelFields getChannelFields_allDataClasses(MipTypes.ChannelField chField) { MipChannelFields ret = new MipChannelFields(msclPINVOKE.MipTypes_getChannelFields_allDataClasses((int)chField), true); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public AdvancedLowPassFilterConfig getAdvancedLowPassFilterSettings(MipChannelFields dataDescriptors) { AdvancedLowPassFilterConfig ret = new AdvancedLowPassFilterConfig(msclPINVOKE.InertialNode_getAdvancedLowPassFilterSettings(swigCPtr, MipChannelFields.getCPtr(dataDescriptors)), true); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static MipChannelFields Repeat(MipTypes.ChannelField value, int count) { global::System.IntPtr cPtr = msclPINVOKE.MipChannelFields_Repeat((int)value, count); MipChannelFields ret = (cPtr == global::System.IntPtr.Zero) ? null : new MipChannelFields(cPtr, true); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public MipChannelFields GetRange(int index, int count) { global::System.IntPtr cPtr = msclPINVOKE.MipChannelFields_GetRange(swigCPtr, index, count); MipChannelFields ret = (cPtr == global::System.IntPtr.Zero) ? null : new MipChannelFields(cPtr, true); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MipChannelFields obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }