Line | |
---|
1 | #ifndef MARS_MCameraLid
|
---|
2 | #define MARS_MCameraLid
|
---|
3 |
|
---|
4 | #ifndef ROOT_TObject
|
---|
5 | #include <TObject.h>
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MCameraLid : public TObject
|
---|
9 | {
|
---|
10 | friend class MReportCamera;
|
---|
11 | private:
|
---|
12 | Bool_t fLimitTop; // 0=not active, 1= active
|
---|
13 | Bool_t fLimitBottom; // 0=not active, 1= active
|
---|
14 | Bool_t fSaftyLimitTop; // 0=not active, 1= active
|
---|
15 | Bool_t fSaftyLimitBottom; // 0=not active, 1= active
|
---|
16 | Byte_t fStatusLid; // 0=positioning, 1=open, 2=closed
|
---|
17 | Byte_t fStatusMotor; // 0=stopped, 1=opening, 2=closing
|
---|
18 | public:
|
---|
19 | ClassDef(MCameraLid, 0)
|
---|
20 | };
|
---|
21 |
|
---|
22 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.