source: trunk/MagicSoft/Mars/mreport/MReportCurrents.h@ 4995

Last change on this file since 4995 was 4575, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 450 bytes
Line 
1#ifndef MARS_MReportCurrents
2#define MARS_MReportCurrents
3
4#ifndef MARS_MReport
5#include "MReport.h"
6#endif
7
8class MCameraDC;
9
10class MReportCurrents : public MReport
11{
12private:
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
21public:
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.