Changeset 12590
- Timestamp:
- 11/21/11 11:33:24 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosy/gui/MGCosy.cc
r12589 r12590 1133 1133 // 400 UPS charging 1134 1134 1135 #ifdef FACT1136 1135 SetLabelColor(fDkcReady1, pdo3&0x00000001); 1137 1136 SetLabelColor(fDkcReady2, pdo3&0x00010000); … … 1142 1141 SetLabelColor(fDkcBrake, (pdo3&0x00400040)==0x00400040); 1143 1142 SetLabelColor(fDkcPower, (pdo3&0x00800080)==0x00800080); 1144 #else1145 SetLabelColor(fDkcReady1, pdo3&0x0001);1146 SetLabelColor(fDkcReady2, pdo3&0x0100);1147 SetLabelColor(fDkcEmergency, (pdo3&0x0404)==0x0404);1148 SetLabelColor(fDkcPcMode, (pdo3&0x1010)!=0x1010 && pdo3);1149 SetLabelColor(fDkcRF1, pdo3&0x0020);1150 SetLabelColor(fDkcRF2, pdo3&0x2000);1151 SetLabelColor(fDkcBrake, (pdo3&0x4040)==0x4040);1152 SetLabelColor(fDkcPower, (pdo3&0x8080)==0x8080);1153 #endif1154 1143 1155 1144 EnableLabel(fArmed, armed);
Note:
See TracChangeset
for help on using the changeset viewer.