Ejemplo n.º 1
0
 public GnssReceiverInfo(byte recId, MipTypes.DataClass target, string desc) : this(msclPINVOKE.new_GnssReceiverInfo__SWIG_1(recId, (int)target, desc), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public void enableDataStream(MipTypes.DataClass dataClass)
 {
     msclPINVOKE.InertialNode_enableDataStream__SWIG_1(swigCPtr, (int)dataClass);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public void saveActiveChannelFields(MipTypes.DataClass dataClass)
 {
     msclPINVOKE.InertialNode_saveActiveChannelFields(swigCPtr, (int)dataClass);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 4
0
 public void pollData(MipTypes.DataClass dataClass)
 {
     msclPINVOKE.InertialNode_pollData__SWIG_1(swigCPtr, (int)dataClass);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 5
0
 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();
     }
 }
Ejemplo n.º 6
0
 public void enableDataStream(MipTypes.DataClass category, bool enable)
 {
     msclPINVOKE.InertialNode_enableDataStream__SWIG_0(swigCPtr, (int)category, enable);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 7
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();
     }
 }
Ejemplo n.º 8
0
        public SampleRates supportedSampleRates(MipTypes.DataClass dataClass)
        {
            SampleRates ret = new SampleRates(msclPINVOKE.MipNodeFeatures_supportedSampleRates(swigCPtr, (int)dataClass), false);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 9
0
        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);
        }
Ejemplo n.º 10
0
        public bool supportsCategory(MipTypes.DataClass dataClass)
        {
            bool ret = msclPINVOKE.MipNodeFeatures_supportsCategory(swigCPtr, (int)dataClass);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 11
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);
        }
Ejemplo n.º 12
0
        public ushort getDataRateBase(MipTypes.DataClass dataClass)
        {
            ushort ret = msclPINVOKE.InertialNode_getDataRateBase(swigCPtr, (int)dataClass);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 13
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);
 }