source: trunk/MagicSoft/Mars/mcamera/MCameraCalibration.h@ 2556

Last change on this file since 2556 was 2556, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 977 bytes
Line 
1#ifndef MARS_MCameraCalibration
2#define MARS_MCameraCalibration
3
4#ifndef MARS_MParContainer
5#include "MParContainer.h"
6#endif
7
8class MCameraCalibration : public MParContainer
9{
10 friend class MReportCamera;
11private:
12 Byte_t fStatus; // CaCo monitored calibration state: o=off, 1=on, CamCalib_state
13 Byte_t fStatusCANbus; // CaCo monitored CANbus state: o=off, 1=on, Cal.CanBus_state
14 Byte_t fStatusIO; // CaCo monitored I/O state: o=off, 1=on, Cal.IO_state
15 Byte_t fStatusLoVoltage; // CaCo monitored LV PS state: o=off, 1=on, Cal.LV_state
16
17 Bool_t fRequestHiVoltage; // Requested status: o=off, 1=on, bcalib_HV_Off/On
18 Bool_t fRequestLoVoltage; // Requested status: o=off, 1=on, bcalib_LV_Off/On
19 Bool_t fRequestContLight; // Requested status: o=off, 1=on, bcalib_ContinuousLight_Off/On
20 Bool_t fRequestPinDiode; // Requested status: o=off, 1=on, bcalib_PinDiode_Off/On
21
22public:
23 ClassDef(MCameraCalibration, 1)
24};
25
26#endif
Note: See TracBrowser for help on using the repository browser.