Line | |
---|
1 | #ifndef MARS_MCameraLids
|
---|
2 | #define MARS_MCameraLids
|
---|
3 |
|
---|
4 | #ifndef MARS_MParContainer
|
---|
5 | #include "MParContainer.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | #ifndef MARS_MCameraLid
|
---|
9 | #include "MCameraLid.h"
|
---|
10 | #endif
|
---|
11 |
|
---|
12 | class MCameraLids : public MParContainer
|
---|
13 | {
|
---|
14 | friend class MReportCamera;
|
---|
15 | private:
|
---|
16 | MCameraLid fLidA;
|
---|
17 | MCameraLid fLidB;
|
---|
18 |
|
---|
19 | Byte_t fStatus; // CaCo monitored lid status, Cam.LID_state [0-9]
|
---|
20 | public:
|
---|
21 | ClassDef(MCameraLids, 1)
|
---|
22 | };
|
---|
23 |
|
---|
24 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.