TwiceAsNice  2019-02-18
Public Attributes | List of all members
gaugeSensor Struct Reference

sensor struct for the PfeifferVacuum DualGauge More...

#include <typesPf.h>

Collaboration diagram for gaugeSensor:
Collaboration graph

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...
 

Detailed Description

sensor struct for the PfeifferVacuum DualGauge

Member Data Documentation

◆ _calFac

double gaugeSensor::_calFac

calibration factor

◆ _control

gaugeControl gaugeSensor::_control

information of the controlling parameters

◆ _degas

int gaugeSensor::_degas

indicates if degas is enabled (3 min degas if entabled)

◆ _error

std::string gaugeSensor::_error

error code

◆ _fullScale

int gaugeSensor::_fullScale

full scale if sensor type is linear

◆ _offsetStatus

int gaugeSensor::_offsetStatus

offset correction status for linear sensors

◆ _offsetVal

double gaugeSensor::_offsetVal

current offset

◆ _puc

int gaugeSensor::_puc

indicates whether puc is enabled or disabled

◆ _sensor

int gaugeSensor::_sensor

sensor number

◆ _switch

gaugeSwitchVector gaugeSensor::_switch

current switching fuction(s)

◆ _timeFilter

int gaugeSensor::_timeFilter

time constant for filter function

◆ _type

std::string gaugeSensor::_type

sensor type identification

◆ _unit

int gaugeSensor::_unit

physical unit of the values

◆ _valStatus

int gaugeSensor::_valStatus

status of the current reading

◆ _value

double gaugeSensor::_value

current reading value


The documentation for this struct was generated from the following file: