Ignore:
Timestamp:
11/14/03 14:07:13 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tcpip/MCeCoCom.h

    r2384 r2514  
    3131    ComStatus_t fComStat; // communication status
    3232
     33    Float_t fHumidity;    // [%]
     34    Float_t fTemperature; // degrees celsius
     35
    3336    virtual bool InterpreteCmd(TString cmd, TString str);
    3437
     
    4346    bool Send(const char *str);
    4447    void SetStatus(Byte_t s) { fStatus=s; }
     48
     49    Float_t GetHumidity() const { return fHumidity; }
     50    Float_t GetTemperature() const { return fTemperature; }
    4551};
    4652
Note: See TracChangeset for help on using the changeset viewer.