Changeset 3066 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/09/04 15:14:02 (21 years ago)
Author:
reyes
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3065 r3066  
    44
    55                                                 -*-*- 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
    612 2004/02/09: Markus Gaug
    713
  • trunk/MagicSoft/Mars/mcamera/MCameraLids.h

    r2593 r3066  
    2424        fTitle = "Container storing information about the Camera lids";
    2525    }
     26
     27    Byte_t GetStatus() const { return fStatus; }
     28
    2629    ClassDef(MCameraLids, 1) // Container storing information about the Camera lids
    2730};
  • trunk/MagicSoft/Mars/mreport/MReportCamera.h

    r2892 r3066  
    4444    MReportCamera();
    4545
     46    Byte_t GetStatus() const { return  fStatus; }
     47    Byte_t GetStatusDC() const { return fStatusDC; }
     48
    4649    ClassDef(MReportCamera, 1) // Class for CAMERA-REPORT information
    4750};
Note: See TracChangeset for help on using the changeset viewer.