Changeset 13759 for trunk/FACT++/src
- Timestamp:
- 05/16/12 15:34:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/smartfact.cc
r13751 r13759 1068 1068 out << col << '\t'; 1069 1069 1070 if (fMcpConfigurationState!=5 && 1071 fMcpConfigurationState!=11 && 1072 fMcpConfigurationState!=12) 1073 out << "Configuring "; 1074 out << fMcpConfigurationName; 1075 1070 1076 if (fDimRateControl.state()==5/*kStateSettingGlobalThreshold*/) 1071 out << "Rate control in progress"; 1072 else 1073 { 1074 if (fMcpConfigurationState!=5 && 1075 fMcpConfigurationState!=11 && 1076 fMcpConfigurationState!=12) 1077 out << "Configuring "; 1078 out << fMcpConfigurationName; 1079 } 1077 out << "Calibrating threshold"; 1078 1079 if (fDimRateScan.state()==5/*kStateSettingGlobalThreshold*/) 1080 out << "Rate scan in progress"; 1080 1081 1081 1082 if (fDimMcp.state()>5 && fDimRateControl.state()!=5)
Note:
See TracChangeset
for help on using the changeset viewer.