Ignore:
Timestamp:
01/21/04 11:09:40 (21 years ago)
Author:
reyes
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreport/MReportCC.h

    r2707 r2864  
    1919    MReportCC();
    2020
     21    Float_t GetHumidity() const       { return fHumidity; }
     22    Float_t GetTemperature() const    { return fTemperature; }
     23    Float_t GetWindSpeed() const      { return fWindSpeed; }
     24    Float_t GetSolarRadiation() const { return fSolarRadiation; }
     25
    2126    ClassDef(MReportCC, 1) // Class for CC-REPORT information
    2227};
Note: See TracChangeset for help on using the changeset viewer.