#include <TileLaserControl.h>
|
| | 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. More...
|
| |
Definition at line 18 of file TileLaserControl.h.
◆ TileLaserControl()
| TileLaserControl::TileLaserControl |
( |
| ) |
|
|
inline |
◆ getDiodeBoxTemp()
| double TileLaserControl::getDiodeBoxTemp |
( |
| ) |
const |
|
inline |
◆ getGasFlux()
| double TileLaserControl::getGasFlux |
( |
| ) |
const |
|
inline |
◆ getHumidity()
| double TileLaserControl::getHumidity |
( |
| ) |
const |
|
inline |
◆ getLastAlphaMeas()
| time_t TileLaserControl::getLastAlphaMeas |
( |
| ) |
const |
|
inline |
◆ getLastPedMeas()
| time_t TileLaserControl::getLastPedMeas |
( |
| ) |
const |
|
inline |
◆ getPumpDiodeTemp()
| double TileLaserControl::getPumpDiodeTemp |
( |
| ) |
const |
|
inline |
◆ getTimeLastMeasD()
| int TileLaserControl::getTimeLastMeasD |
( |
| ) |
const |
|
inline |
◆ getTimeLastMeasF()
| int TileLaserControl::getTimeLastMeasF |
( |
| ) |
const |
|
inline |
◆ getTimeLastMeasH()
| int TileLaserControl::getTimeLastMeasH |
( |
| ) |
const |
|
inline |
◆ getTimeLastMeasP()
| int TileLaserControl::getTimeLastMeasP |
( |
| ) |
const |
|
inline |
◆ operator std::string()
| 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.
20 std::ostringstream
text;
21 text <<
"TileLaserControl: ";
◆ setControl()
| void TileLaserControl::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 |
|
) |
| |
|
inline |
◆ m_diodeBoxTemp
| double TileLaserControl::m_diodeBoxTemp |
|
private |
◆ m_gasFlux
| double TileLaserControl::m_gasFlux |
|
private |
◆ m_humidity
| double TileLaserControl::m_humidity |
|
private |
◆ m_lastAlphaMeas
| time_t TileLaserControl::m_lastAlphaMeas |
|
private |
◆ m_lastPedMeas
| time_t TileLaserControl::m_lastPedMeas |
|
private |
◆ m_pumpDiodeTemp
| double TileLaserControl::m_pumpDiodeTemp |
|
private |
◆ m_timeLastMeasD
| int TileLaserControl::m_timeLastMeasD |
|
private |
◆ m_timeLastMeasF
| int TileLaserControl::m_timeLastMeasF |
|
private |
◆ m_timeLastMeasH
| int TileLaserControl::m_timeLastMeasH |
|
private |
◆ m_timeLastMeasP
| int TileLaserControl::m_timeLastMeasP |
|
private |
The documentation for this class was generated from the following files: