Changeset 17347


Ignore:
Timestamp:
11/23/13 13:00:53 (11 years ago)
Author:
tbretz
Message:
Display when lid is moving.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/smartfact.cc

    r17280 r17347  
    25282528            const bool other =
    25292529                fDimRateControl.state()==RateControl::State::kSettingGlobalThreshold ||
     2530                fDimLidControl.state()==Lid::State::kMoving ||
    25302531                fDimRateScan.state()==RateScan::State::kInProgress;
    25312532
     
    25652566                    if (fDimRateScan.state()==RateScan::State::kInProgress)
    25662567                        out << "Rate scan in progress";
     2568                    else
     2569                        if (fDimLidControl.state()==Lid::State::kMoving)
     2570                            out << "Lid moving";
     2571
    25672572
    25682573            if (fMcpConfigurationState>MCP::State::kConfigured &&
Note: See TracChangeset for help on using the changeset viewer.