Changeset 10030 for trunk/Cosy/main


Ignore:
Timestamp:
10/21/10 16:15:44 (14 years ago)
Author:
tbretz
Message:
Propagate pdo3 status correctly to gui.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosy/main/MCosy.cc

    r9550 r10030  
    893893    fWin->UpdateWeather(*fCom);
    894894    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);
    896896
    897897    gLog.UpdateGui();
Note: See TracChangeset for help on using the changeset viewer.