Esempio n. 1
0
 public CalCoefficients(WirelessTypes.CalCoef_EquationType eqType, WirelessTypes.CalCoef_Unit unit, LinearEquation linearEq) : this(msclPINVOKE.new_CalCoefficients__SWIG_1((int)eqType, (int)unit, LinearEquation.getCPtr(linearEq)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public void unit(ChannelMask mask, WirelessTypes.CalCoef_Unit unit)
 {
     msclPINVOKE.WirelessNodeConfig_unit__SWIG_1(swigCPtr, ChannelMask.getCPtr(mask), (int)unit);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
 public WirelessTypes.CalCoef_Unit unit(ChannelMask mask)
 {
     WirelessTypes.CalCoef_Unit ret = (WirelessTypes.CalCoef_Unit)msclPINVOKE.WirelessNodeConfig_unit__SWIG_0(swigCPtr, ChannelMask.getCPtr(mask));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Esempio n. 4
0
 public WirelessTypes.CalCoef_Unit getFactoryCalibrationUnit(ChannelMask mask)
 {
     WirelessTypes.CalCoef_Unit ret = (WirelessTypes.CalCoef_Unit)msclPINVOKE.WirelessNode_getFactoryCalibrationUnit(swigCPtr, ChannelMask.getCPtr(mask));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Esempio n. 5
0
 public WirelessTypes.CalCoef_Unit unit()
 {
     WirelessTypes.CalCoef_Unit ret = (WirelessTypes.CalCoef_Unit)msclPINVOKE.CalCoefficients_unit(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }