Changeset 2864 for trunk/MagicSoft/Mars
- Timestamp:
- 01/21/04 11:09:40 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2863 r2864 4 4 5 5 -*-*- 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 6 13 7 14 2004/01/20: Thomas Hengstebeck -
trunk/MagicSoft/Mars/mcamera/MCameraCalibration.h
r2593 r2864 26 26 fTitle = "Container storing information about the Camera calibration system"; 27 27 } 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 28 38 ClassDef(MCameraCalibration, 1) // Container storing information about the Camera calibration system 29 39 }; -
trunk/MagicSoft/Mars/mreport/MReportCC.h
r2707 r2864 19 19 MReportCC(); 20 20 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 21 26 ClassDef(MReportCC, 1) // Class for CC-REPORT information 22 27 };
Note:
See TracChangeset
for help on using the changeset viewer.