Changeset 2864 for trunk/MagicSoft/Mars/mreport/MReportCC.h
- Timestamp:
- 01/21/04 11:09:40 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportCC.h
r2707 r2864 19 19 MReportCC(); 20 20 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 21 26 ClassDef(MReportCC, 1) // Class for CC-REPORT information 22 27 };
Note:
See TracChangeset
for help on using the changeset viewer.