Line | |
---|
1 | #ifndef MARS_MReportCurrents
|
---|
2 | #define MARS_MReportCurrents
|
---|
3 |
|
---|
4 | #ifndef MARS_MReport
|
---|
5 | #include "MReport.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MCameraDC;
|
---|
9 |
|
---|
10 | class MReportCurrents : public MReport
|
---|
11 | {
|
---|
12 | private:
|
---|
13 | Byte_t fStatus1;
|
---|
14 | Byte_t fStatus2;
|
---|
15 |
|
---|
16 | MCameraDC *fDC; //!
|
---|
17 |
|
---|
18 | Bool_t SetupReading(MParList &plist);
|
---|
19 | Int_t InterpreteBody(TString &str, Int_t ver);
|
---|
20 |
|
---|
21 | public:
|
---|
22 | MReportCurrents();
|
---|
23 |
|
---|
24 | ClassDef(MReportCurrents, 1) // Class for DC-REPORT information
|
---|
25 | };
|
---|
26 |
|
---|
27 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.