Changeset 2870 for trunk/MagicSoft/Mars/mcamera
- Timestamp:
- 01/21/04 15:00:48 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcamera/MCameraHV.h
r2593 r2870 30 30 fTitle = "Container storing information about the Camera HV"; 31 31 } 32 33 Byte_t GetStatus() const { return fStatus; } 34 Bool_t GetStatusRamping() const { return fStatusRamping; } 35 Short_t GetVoltageA() const { return fVoltageA; } 36 Short_t GetVoltageB() const { return fVoltageB; } 37 Byte_t GetCurrentA() const { return fCurrentA; } 38 Byte_t GetCurrentB() const { return fCurrentB; } 39 32 40 ClassDef(MCameraHV, 1) // Container storing information about the Camera HV 33 41 };
Note:
See TracChangeset
for help on using the changeset viewer.