Changeset 2864 for trunk/MagicSoft/Mars/mcamera
- Timestamp:
- 01/21/04 11:09:40 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 };
Note:
See TracChangeset
for help on using the changeset viewer.