Example #1
0
 public void SetRange(int index, MipChannels values)
 {
     msclPINVOKE.MipChannels_SetRange(swigCPtr, index, MipChannels.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void AddRange(MipChannels values)
 {
     msclPINVOKE.MipChannels_AddRange(swigCPtr, MipChannels.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 public void setActiveChannelFields(MipTypes.DataClass category, MipChannels channels)
 {
     msclPINVOKE.InertialNode_setActiveChannelFields(swigCPtr, (int)category, MipChannels.getCPtr(channels));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #4
0
 public MipChannels(MipChannels other) : this(msclPINVOKE.new_MipChannels__SWIG_1(MipChannels.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }