Changeset 17347
- Timestamp:
- 11/23/13 13:00:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/smartfact.cc
r17280 r17347 2528 2528 const bool other = 2529 2529 fDimRateControl.state()==RateControl::State::kSettingGlobalThreshold || 2530 fDimLidControl.state()==Lid::State::kMoving || 2530 2531 fDimRateScan.state()==RateScan::State::kInProgress; 2531 2532 … … 2565 2566 if (fDimRateScan.state()==RateScan::State::kInProgress) 2566 2567 out << "Rate scan in progress"; 2568 else 2569 if (fDimLidControl.state()==Lid::State::kMoving) 2570 out << "Lid moving"; 2571 2567 2572 2568 2573 if (fMcpConfigurationState>MCP::State::kConfigured &&
Note:
See TracChangeset
for help on using the changeset viewer.