상속: BaseSensorDevice, IThermistor
예제 #1
0
        public CustomCurve(Thermistor thermistor)
            : base(thermistor)
        {

        }
예제 #2
0
 public BaseCurve(Thermistor thermistor) : base(thermistor)
 {
     LoadDefaultCurve();
 }
        public PerformanceMode(Thermistor thermistor)
            : base(thermistor)
        {

        }
예제 #4
0
        public QuiteMode(Thermistor thermistor)
            : base(thermistor)
        {

        }
예제 #5
0
        public BalancedMode(Thermistor thermistor)
            : base(thermistor)
        {

        }
예제 #6
0
        public Default(Thermistor thermistor)
            : base(thermistor)
        {

        }