| 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 | MCameraAUX()
|
|---|
| 18 | {
|
|---|
| 19 | fName = "MCameraAUX";
|
|---|
| 20 | fTitle = "Container storing information about the Camera auxiliary system";
|
|---|
| 21 | }
|
|---|
| 22 | ClassDef(MCameraAUX, 1) // Container storing information about the Camera auxiliary system
|
|---|
| 23 | };
|
|---|
| 24 |
|
|---|
| 25 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.