Line | |
---|
1 | #ifndef MARS_MCameraAUX
|
---|
2 | #define MARS_MCameraAUX
|
---|
3 |
|
---|
4 | #ifndef MARS_MParContainer
|
---|
5 | #include "MParContainer.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MCameraAUX : public MParContainer
|
---|
9 | {
|
---|
10 | friend class MReportCamera;
|
---|
11 | private:
|
---|
12 | Bool_t fRequestCaosLEDs; // Requested status: o=off, 1=on, bAux_CaOsLEDs_Off/On
|
---|
13 | Bool_t fRequestFansFADC; // Requested status: o=off, 1=on, bAux_FADC_FANs_Off/On
|
---|
14 | Bool_t fStatusCaosLEDs; // Monitored status: o=off, 1=on, Cam.CaOs.LED_state
|
---|
15 | Bool_t fStatusFansFADC; // Monitored status: o=off, 1=on, Cam.FADC.Fans_state
|
---|
16 | public:
|
---|
17 | ClassDef(MCameraAUX, 1)
|
---|
18 | };
|
---|
19 |
|
---|
20 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.