Exemple #1
0
 public MipChannels(MipChannels other) : this(msclPINVOKE.new_MipChannels__SWIG_1(MipChannels.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public MipChannelsEnumerator(MipChannels collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemple #3
0
 public void setActiveChannelFields(MipTypes.DataClass dataClass, MipChannels channels)
 {
     msclPINVOKE.InertialNode_setActiveChannelFields(swigCPtr, (int)dataClass, MipChannels.getCPtr(channels));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #4
0
 public void SetRange(int index, MipChannels values)
 {
     msclPINVOKE.MipChannels_SetRange(swigCPtr, index, MipChannels.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #5
0
 public void AddRange(MipChannels values)
 {
     msclPINVOKE.MipChannels_AddRange(swigCPtr, MipChannels.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #6
0
        public MipChannels getActiveChannelFields(MipTypes.DataClass dataClass)
        {
            MipChannels ret = new MipChannels(msclPINVOKE.InertialNode_getActiveChannelFields(swigCPtr, (int)dataClass), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #7
0
        public static MipChannels Repeat(MipChannel value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.MipChannels_Repeat(MipChannel.getCPtr(value), count);
            MipChannels           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MipChannels(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #8
0
        public MipChannels GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.MipChannels_GetRange(swigCPtr, index, count);
            MipChannels           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MipChannels(cPtr, true);

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