Changeset 2895 for trunk/MagicSoft/Mars/mcamera
- Timestamp:
- 01/23/04 17:22:46 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcamera/MCameraLV.h
r2593 r2895 29 29 fTitle = "Container storing information about the Camera LV"; 30 30 } 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 31 37 ClassDef(MCameraLV, 1) // Container storing information about the Camera LV 32 38 };
Note:
See TracChangeset
for help on using the changeset viewer.