Ignore:
Timestamp:
01/21/04 11:09:40 (21 years ago)
Author:
reyes
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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};
Note: See TracChangeset for help on using the changeset viewer.