TwiceAsNice  2019-02-18
Classes | Typedefs
typesPf.h File Reference
#include <string>
#include <vector>
Include dependency graph for typesPf.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  structSPS
 struct for the switching functions enabled status More...
 
struct  structADC
 struct for the data of the four channels from the ADC test More...
 
struct  structTKB
 struct for the buttons in the keyboard test More...
 
struct  gaugeSwitch
 switching function struct More...
 
struct  gaugeControl
 struct for sensor control More...
 
struct  gaugeSensor
 sensor struct for the PfeifferVacuum DualGauge More...
 

Typedefs

typedef std::vector< std::string > StringVector
 
typedef std::vector< gaugeSwitchgaugeSwitchVector
 
typedef std::vector< gaugeSensorgaugeSensorVector
 

Typedef Documentation

◆ gaugeSensorVector

typedef std::vector<gaugeSensor> gaugeSensorVector

◆ gaugeSwitchVector

typedef std::vector<gaugeSwitch> gaugeSwitchVector

◆ StringVector

typedef std::vector<std::string> StringVector