![]() |
ATLAS Offline Software
|
#include <TileLaserControl.h>
Public Member Functions | |
| TileLaserControl () | |
| double | getPumpDiodeTemp () const |
| int | getTimeLastMeasP () const |
| double | getDiodeBoxTemp () const |
| int | getTimeLastMeasD () const |
| double | getGasFlux () const |
| int | getTimeLastMeasF () const |
| double | getHumidity () const |
| int | getTimeLastMeasH () const |
| time_t | getLastPedMeas () const |
| time_t | getLastAlphaMeas () const |
| void | setControl (const double pumpDiodeTemp, const int timeLastMeasP, const double diodeBoxTemp, const int timeLastMeasD, const double gasFlux, const int timeLastMeasF, const double humidity, const int timeLastMeasH, const time_t lastPedMeas, const time_t lastAlphaMeas) |
| operator std::string () const | |
| Convertion operator to a std::string, can be used in a cast operation : (std::string) TileLaserPmt. | |
Private Attributes | |
| double | m_pumpDiodeTemp |
| int | m_timeLastMeasP |
| double | m_diodeBoxTemp |
| int | m_timeLastMeasD |
| double | m_gasFlux |
| int | m_timeLastMeasF |
| double | m_humidity |
| int | m_timeLastMeasH |
| time_t | m_lastPedMeas |
| time_t | m_lastAlphaMeas |
Definition at line 18 of file TileLaserControl.h.
|
inline |
Definition at line 22 of file TileLaserControl.h.
|
inline |
Definition at line 37 of file TileLaserControl.h.
|
inline |
Definition at line 39 of file TileLaserControl.h.
|
inline |
Definition at line 41 of file TileLaserControl.h.
|
inline |
Definition at line 44 of file TileLaserControl.h.
|
inline |
Definition at line 43 of file TileLaserControl.h.
|
inline |
Definition at line 35 of file TileLaserControl.h.
|
inline |
Definition at line 38 of file TileLaserControl.h.
|
inline |
Definition at line 40 of file TileLaserControl.h.
|
inline |
Definition at line 42 of file TileLaserControl.h.
|
inline |
Definition at line 36 of file TileLaserControl.h.
| TileLaserControl::operator std::string | ( | ) | const |
Convertion operator to a std::string, can be used in a cast operation : (std::string) TileLaserPmt.
Definition at line 18 of file TileLaserControl.cxx.
|
inline |
Definition at line 46 of file TileLaserControl.h.
|
private |
Definition at line 78 of file TileLaserControl.h.
|
private |
Definition at line 80 of file TileLaserControl.h.
|
private |
Definition at line 82 of file TileLaserControl.h.
|
private |
Definition at line 85 of file TileLaserControl.h.
|
private |
Definition at line 84 of file TileLaserControl.h.
|
private |
Definition at line 76 of file TileLaserControl.h.
|
private |
Definition at line 79 of file TileLaserControl.h.
|
private |
Definition at line 81 of file TileLaserControl.h.
|
private |
Definition at line 83 of file TileLaserControl.h.
|
private |
Definition at line 77 of file TileLaserControl.h.