Changeset 3066 for trunk/MagicSoft
- Timestamp:
- 02/09/04 15:14:02 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3065 r3066 4 4 5 5 -*-*- END OF LINE -*-*- 6 2004/02/09: Raquel de los Reyes 7 8 * mcamera/MCameraLids.h, mreport/MReportCamera.h 9 - Added the "Get" functions to access the private data 10 members of the class. 11 6 12 2004/02/09: Markus Gaug 7 13 -
trunk/MagicSoft/Mars/mcamera/MCameraLids.h
r2593 r3066 24 24 fTitle = "Container storing information about the Camera lids"; 25 25 } 26 27 Byte_t GetStatus() const { return fStatus; } 28 26 29 ClassDef(MCameraLids, 1) // Container storing information about the Camera lids 27 30 }; -
trunk/MagicSoft/Mars/mreport/MReportCamera.h
r2892 r3066 44 44 MReportCamera(); 45 45 46 Byte_t GetStatus() const { return fStatus; } 47 Byte_t GetStatusDC() const { return fStatusDC; } 48 46 49 ClassDef(MReportCamera, 1) // Class for CAMERA-REPORT information 47 50 };
Note:
See TracChangeset
for help on using the changeset viewer.