Changeset 2259 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Nov 13, 2002, 1:31:48 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r2243 r2259 1258 1258 lab = buff; 1259 1259 lab_cpu->SetLabel(lab); 1260 therm_cpu->SetValue(resusg.getCPULoad()); 1261 1260 if (resusg.getCPULoad() > resusg.getAverageCPULoad()) 1261 therm_cpu->SetValue(resusg.getCPULoad()); 1262 else 1263 therm_cpu->SetValue(resusg.getAverageCPULoad()); 1262 1264 } 1263 1265
Note:
See TracChangeset
for help on using the changeset viewer.