Line | |
---|
1 | #ifndef MARS_MCameraPowerSupply
|
---|
2 | #define MARS_MCameraPowerSupply
|
---|
3 |
|
---|
4 | #ifndef MARS_MParContainer
|
---|
5 | #include "MParContainer.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MCameraPowerSupply : public MParContainer
|
---|
9 | {
|
---|
10 | friend class MReportCamera;
|
---|
11 | private:
|
---|
12 | Float_t fVoltagePos5V; // [V] voltage_pos5
|
---|
13 | Float_t fVoltagePos12V; // [V] voltage_pos12
|
---|
14 | Float_t fVoltageNeg12V; // [V] voltage_neg12
|
---|
15 | Float_t fCurrentPos5V; // [A] current_pos5
|
---|
16 | Float_t fCurrentPos12V; // [A] current_pos12
|
---|
17 | Float_t fCurrentNeg12V; // [A] current_neg12
|
---|
18 | public:
|
---|
19 | ClassDef(MCameraPowerSupply, 0)
|
---|
20 | };
|
---|
21 |
|
---|
22 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.