Changeset 2870
- Timestamp:
- 01/21/04 15:00:48 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2869 r2870 27 27 2004/01/21: Raquel de los Reyes 28 28 29 * mreport/MReportCC.h, mreport/MReportTrigger.h and30 mcamera/MCameraCalibration.h29 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h 30 and mcamera/MCameraCalibration.h 31 31 - Added the "Get" functions (e.g GetStatus() for fStatus) to access 32 32 the private data members of the class. -
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.