Changeset 12652 for trunk/FACT++/src


Ignore:
Timestamp:
11/26/11 15:36:33 (13 years ago)
Author:
tbretz
Message:
Get the magic weather station data properly into the GUI.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/magicweather.cc

    r12647 r12652  
    296296    ConnectionDimDrive(ba::io_service& ioservice, MessageImp &imp) :
    297297        ConnectionWeather(ioservice, imp),
    298         fDimWeather("MAGIC_WEATHER", "S:1;F:1;F:1;F:1;F:1;F:1;F:1",
     298        fDimWeather("DATA", "S:1;F:1;F:1;F:1;F:1;F:1;F:1",
    299299                     "|stat:Status"
    300300                     "|T[deg C]:Temperature"
     
    402402public:
    403403    StateMachineDrive(ostream &out=cout) :
    404         T(out, "DRIVE_CONTROL"), ba::io_service::work(static_cast<ba::io_service&>(*this)),
     404        T(out, "MAGIC_WEATHER"), ba::io_service::work(static_cast<ba::io_service&>(*this)),
    405405        fWeather(*this, *this)
    406406    {
Note: See TracChangeset for help on using the changeset viewer.