Line | |
---|
1 | #ifndef MARS_MReportCC
|
---|
2 | #define MARS_MReportCC
|
---|
3 |
|
---|
4 | #ifndef MARS_MReport
|
---|
5 | #include "MReport.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MReportCC : public MReport
|
---|
9 | {
|
---|
10 | private:
|
---|
11 | Float_t fHumidity; // [%]
|
---|
12 | Float_t fTemperature; // [deg] celsius
|
---|
13 | Float_t fWindSpeed; // [km/h]
|
---|
14 | Float_t fSolarRadiation; // [W/m^2] IR-Radiation
|
---|
15 |
|
---|
16 | public:
|
---|
17 | MReportCC();
|
---|
18 |
|
---|
19 | Bool_t InterpreteBody(TString &str);
|
---|
20 |
|
---|
21 | ClassDef(MReportCC, 1) // Class for CC-REPORT information
|
---|
22 | };
|
---|
23 |
|
---|
24 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.