Searched refs:fDisabled (Results 1 – 2 of 2) sorted by relevance
98 fDisabled = fBase + fThreshold >= fPoint; // We disable any trip point which start off in TripPoint()100 if (!fDisabled) { in TripPoint()108 bool wouldTrip = !fDisabled && currentTemp + fThreshold >= fPoint; in willTrip()
53 bool fDisabled; member