Ignore:
Timestamp:
01/23/04 17:22:46 (21 years ago)
Author:
reyes
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcamera/MCameraLV.h

    r2593 r2895  
    2929        fTitle = "Container storing information about the Camera LV";
    3030    }
     31
     32    Byte_t  GetStatus() const { return fStatus; }
     33    Bool_t  GetRequestPowerSupply() const { return fRequestPowerSupply; }
     34    Float_t GetTemp() const { return fTemp; }
     35    Byte_t  GetHumidity() const { return fHumidity; }
     36
    3137    ClassDef(MCameraLV, 1) // Container storing information about the Camera LV
    3238};
Note: See TracChangeset for help on using the changeset viewer.