Line | |
---|
1 | #ifndef MARS_MCameraCalibration
|
---|
2 | #define MARS_MCameraCalibration
|
---|
3 |
|
---|
4 | #ifndef MARS_MParContainer
|
---|
5 | #include "MParContainer.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MCameraCalibration : public MParContainer
|
---|
9 | {
|
---|
10 | friend class MReportCamera;
|
---|
11 | private:
|
---|
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 |
|
---|
22 | public:
|
---|
23 | MCameraCalibration()
|
---|
24 | {
|
---|
25 | fName = "MCameraCalibration";
|
---|
26 | fTitle = "Container storing information about the Camera calibration system";
|
---|
27 | }
|
---|
28 | ClassDef(MCameraCalibration, 1) // Container storing information about the Camera calibration system
|
---|
29 | };
|
---|
30 |
|
---|
31 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.