TwiceAsNice
2019-02-18
|
sensor struct for the PfeifferVacuum DualGauge More...
#include <typesPf.h>
Public Attributes | |
int | _sensor |
sensor number More... | |
std::string | _type |
sensor type identification More... | |
double | _value |
current reading value More... | |
int | _valStatus |
status of the current reading More... | |
std::string | _error |
error code More... | |
gaugeSwitchVector | _switch |
current switching fuction(s) More... | |
int | _timeFilter |
time constant for filter function More... | |
double | _calFac |
calibration factor More... | |
int | _fullScale |
full scale if sensor type is linear More... | |
int | _offsetStatus |
offset correction status for linear sensors More... | |
double | _offsetVal |
current offset More... | |
int | _puc |
indicates whether puc is enabled or disabled More... | |
int | _degas |
indicates if degas is enabled (3 min degas if entabled) More... | |
gaugeControl | _control |
information of the controlling parameters More... | |
int | _unit |
physical unit of the values More... | |
sensor struct for the PfeifferVacuum DualGauge
double gaugeSensor::_calFac |
calibration factor
gaugeControl gaugeSensor::_control |
information of the controlling parameters
int gaugeSensor::_degas |
indicates if degas is enabled (3 min degas if entabled)
std::string gaugeSensor::_error |
error code
int gaugeSensor::_fullScale |
full scale if sensor type is linear
int gaugeSensor::_offsetStatus |
offset correction status for linear sensors
double gaugeSensor::_offsetVal |
current offset
int gaugeSensor::_puc |
indicates whether puc is enabled or disabled
int gaugeSensor::_sensor |
sensor number
gaugeSwitchVector gaugeSensor::_switch |
current switching fuction(s)
int gaugeSensor::_timeFilter |
time constant for filter function
std::string gaugeSensor::_type |
sensor type identification
int gaugeSensor::_unit |
physical unit of the values
int gaugeSensor::_valStatus |
status of the current reading
double gaugeSensor::_value |
current reading value