예제 #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();
     }
 }
예제 #2
0
 public void equationType(ChannelMask mask, WirelessTypes.CalCoef_EquationType equation)
 {
     msclPINVOKE.WirelessNodeConfig_equationType__SWIG_1(swigCPtr, ChannelMask.getCPtr(mask), (int)equation);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
 public WirelessTypes.CalCoef_EquationType equationType(ChannelMask mask)
 {
     WirelessTypes.CalCoef_EquationType ret = (WirelessTypes.CalCoef_EquationType)msclPINVOKE.WirelessNodeConfig_equationType__SWIG_0(swigCPtr, ChannelMask.getCPtr(mask));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
예제 #4
0
 public WirelessTypes.CalCoef_EquationType getFactoryCalibrationEqType(ChannelMask mask)
 {
     WirelessTypes.CalCoef_EquationType ret = (WirelessTypes.CalCoef_EquationType)msclPINVOKE.WirelessNode_getFactoryCalibrationEqType(swigCPtr, ChannelMask.getCPtr(mask));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
예제 #5
0
 public WirelessTypes.CalCoef_EquationType equationType()
 {
     WirelessTypes.CalCoef_EquationType ret = (WirelessTypes.CalCoef_EquationType)msclPINVOKE.CalCoefficients_equationType(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }