Changeset 14620
- Timestamp:
- 11/14/12 09:50:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r14597 r14620 2622 2622 enable = true; 2623 2623 if (s.index>=FTM::State::kConfigError1) // Dim connection / FTM connected 2624 SetLedColor(fStatusFTMLed, kLed Red, time);2624 SetLedColor(fStatusFTMLed, kLedGreenWarn, time); 2625 2625 2626 2626 fFtmStartRun->setEnabled(!configuring && enable); … … 2725 2725 if (s.index==Drive::State::kMoving) // Moving 2726 2726 SetLedColor(fStatusDriveLed, kLedInProgress, time); 2727 if (s.index==Drive::State::kTracking ) // Tracking2727 if (s.index==Drive::State::kTracking || s.index==Drive::State::kOnTrack) // Tracking 2728 2728 SetLedColor(fStatusDriveLed, kLedGreenCheck, time); 2729 2729 if (s.index>=0xff) // Error … … 2942 2942 fLogText->append(out.str().c_str()); 2943 2943 2944 if (qos>=kWarn && qos!=kDebug )2944 if (qos>=kWarn && qos!=kDebug && qos!=kComment) 2945 2945 fTextEdit->append(out.str().c_str()); 2946 2946 }
Note:
See TracChangeset
for help on using the changeset viewer.