source: trunk/MagicSoft/Mars/mcamera/MCameraPowerSupply.h@ 2536

Last change on this file since 2536 was 2535, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 571 bytes
Line 
1#ifndef MARS_MCameraPowerSupply
2#define MARS_MCameraPowerSupply
3
4#ifndef MARS_MParContainer
5#include "MParContainer.h"
6#endif
7
8class MCameraPowerSupply : public MParContainer
9{
10 friend class MReportCamera;
11private:
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
18public:
19 ClassDef(MCameraPowerSupply, 0)
20};
21
22#endif
Note: See TracBrowser for help on using the repository browser.