Changeset 2864


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2863 r2864  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6
     7 2004/01/21: Raquel de los Reyes
     8
     9   * mreport/MReportCC.h and mcamera/MCameraCalibration.h
     10    - Added the "Get" functions (e.g GetStatus() for fStatus) to access
     11      the private data members of the class.
     12
    613
    714 2004/01/20: Thomas Hengstebeck
  • trunk/MagicSoft/Mars/mcamera/MCameraCalibration.h

    r2593 r2864  
    2626        fTitle = "Container storing information about the Camera calibration system";
    2727    }
     28
     29    Byte_t GetStatus() const           { return fStatus; }
     30    Byte_t GetStatusCANbus() const     { return fStatusCANbus; }
     31    Byte_t GetStatusIO() const         { return fStatusIO; }
     32    Byte_t GetStatusLoVoltage() const  { return fStatusLoVoltage; }
     33    Bool_t GetRequestHiVoltage() const { return fRequestHiVoltage; }
     34    Bool_t GetRequestLoVoltage() const { return fRequestLoVoltage; }
     35    Bool_t GetRequestContLight() const { return fRequestContLight; }
     36    Bool_t GetRequestPinDiode() const  { return fRequestPinDiode; }
     37
    2838    ClassDef(MCameraCalibration, 1) // Container storing information about the Camera calibration system
    2939};
  • trunk/MagicSoft/Mars/mreport/MReportCC.h

    r2707 r2864  
    1919    MReportCC();
    2020
     21    Float_t GetHumidity() const       { return fHumidity; }
     22    Float_t GetTemperature() const    { return fTemperature; }
     23    Float_t GetWindSpeed() const      { return fWindSpeed; }
     24    Float_t GetSolarRadiation() const { return fSolarRadiation; }
     25
    2126    ClassDef(MReportCC, 1) // Class for CC-REPORT information
    2227};
Note: See TracChangeset for help on using the changeset viewer.