Beispiel #1
0
 public MipChannel(MipTypes.ChannelField channelField, SampleRate sampleRate) : this(msclPINVOKE.new_MipChannel__SWIG_0((int)channelField, SampleRate.getCPtr(sampleRate)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public AdvancedLowPassFilterData(MipTypes.ChannelField descriptor) : this(msclPINVOKE.new_AdvancedLowPassFilterData__SWIG_1((int)descriptor), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public MipTypes.ChannelField field()
 {
     MipTypes.ChannelField ret = (MipTypes.ChannelField)msclPINVOKE.MipDataPoint_field(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Beispiel #4
0
 public static MipTypes.ChannelField getChannelField_toDataClass(MipTypes.ChannelField chField, MipTypes.DataClass dataClass)
 {
     MipTypes.ChannelField ret = (MipTypes.ChannelField)msclPINVOKE.MipTypes_getChannelField_toDataClass((int)chField, (int)dataClass);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
 public static MipTypes.ChannelField getDataDescriptorFromUint8(byte descriptor)
 {
     MipTypes.ChannelField ret = (MipTypes.ChannelField)msclPINVOKE.AdvancedLowPassFilterData_getDataDescriptorFromUint8(descriptor);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Beispiel #6
0
        public static string getChannelNamePrependText(MipTypes.ChannelField chField)
        {
            string ret = msclPINVOKE.MipTypes_getChannelNamePrependText((int)chField);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #7
0
        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);
        }
Beispiel #8
0
        public static string channelName(MipTypes.ChannelField field, MipTypes.ChannelQualifier qualifier)
        {
            string ret = msclPINVOKE.MipTypes_channelName((int)field, (int)qualifier);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Beispiel #9
0
        public static bool isGnssChannelField(MipTypes.ChannelField chField)
        {
            bool ret = msclPINVOKE.MipTypes_isGnssChannelField((int)chField);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public static byte getDataDescriptorForCommand(MipTypes.ChannelField descriptor)
        {
            byte ret = msclPINVOKE.AdvancedLowPassFilterData_getDataDescriptorForCommand((int)descriptor);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }