Changeset 10030 for trunk/Cosy/main
- Timestamp:
- 10/21/10 16:15:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosy/main/MCosy.cc
r9550 r10030 893 893 fWin->UpdateWeather(*fCom); 894 894 fWin->Update(bendist, fTrackingError, /*fVelocity, fOffset,*/ 895 fRaDec, fZdAzSoll, fStatus, (stat1 <<8)|stat2, HasConnection(), armed, statzd, stataz);895 fRaDec, fZdAzSoll, fStatus, (stat1&0xff<<8)|(stat2&0xff), HasConnection(), armed, statzd, stataz); 896 896 897 897 gLog.UpdateGui();
Note:
See TracChangeset
for help on using the changeset viewer.