source: trunk/MagicSoft/Mars/mcamera/MCameraLid.h@ 2536

Last change on this file since 2536 was 2535, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 587 bytes
Line 
1#ifndef MARS_MCameraLid
2#define MARS_MCameraLid
3
4#ifndef ROOT_TObject
5#include <TObject.h>
6#endif
7
8class MCameraLid : public TObject
9{
10 friend class MReportCamera;
11private:
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
18public:
19 ClassDef(MCameraLid, 0)
20};
21
22#endif
Note: See TracBrowser for help on using the repository browser.