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 (+5V)
|
---|
13 | Float_t fVoltagePos12V; // [V] voltage_pos12 (+12V)
|
---|
14 | Float_t fVoltageNeg12V; // [V] voltage_neg12 (-12V)
|
---|
15 | Float_t fVoltageOptLinkPos12V; // [V] volatge_opt_link_pos12 (+12V)
|
---|
16 |
|
---|
17 | Float_t fCurrentPos5V; // [A] current_pos5 (+5V)
|
---|
18 | Float_t fCurrentPos12V; // [A] current_pos12 (+12V)
|
---|
19 | Float_t fCurrentNeg12V; // [A] current_neg12 (-12V)
|
---|
20 | Float_t fCurrentOptLinkPos12V; // [A] current_opt_link_pos12 (+12V)
|
---|
21 |
|
---|
22 | public:
|
---|
23 | MCameraPowerSupply()
|
---|
24 | {
|
---|
25 | fName = "MCameraPowerSupply";
|
---|
26 | fTitle = "Container storing information about the Camera power supply";
|
---|
27 | }
|
---|
28 | ClassDef(MCameraPowerSupply, 1) // Container storing information about the Camera power supply
|
---|
29 | };
|
---|
30 |
|
---|
31 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.