![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|


Public Member Functions | |
| Kernel | getKernel () |
| void | setKernel (Kernel kernel) |
| Integer | getAddress () |
| void | setAddress (Integer address) |
| String | getPortName () |
| void | setPortName (String portName) |
| PressureGauge | getPressureGauge () throws IOException |
| void | makePressureGauge () throws IOException |
Implements a factory for creating instances of PressureGauge
Definition at line 23 of file models/PVCiPressureGaugeFactory.java.
| Integer kernel.models.PVCiPressureGaugeFactory.getAddress | ( | ) |
Implements kernel.controllers.PVCiPressureGaugeFactory.
Definition at line 71 of file models/PVCiPressureGaugeFactory.java.
| Kernel kernel.models.PVCiPressureGaugeFactory.getKernel | ( | ) |
Implements kernel.controllers.PVCiPressureGaugeFactory.
Definition at line 55 of file models/PVCiPressureGaugeFactory.java.
| String kernel.models.PVCiPressureGaugeFactory.getPortName | ( | ) |
Implements kernel.controllers.PVCiPressureGaugeFactory.
Definition at line 87 of file models/PVCiPressureGaugeFactory.java.
| PressureGauge kernel.models.PVCiPressureGaugeFactory.getPressureGauge | ( | ) | throws IOException |
If an instance of the pressure gauge does not exist in the registry, it creates a new one. Otherwise, it returns the PressureGauge in the registry at the moment.
Implements kernel.controllers.PVCiPressureGaugeFactory.
Definition at line 107 of file models/PVCiPressureGaugeFactory.java.
| void kernel.models.PVCiPressureGaugeFactory.makePressureGauge | ( | ) | throws IOException |
Create an instance of PressureGauge and write it to the registry.
Implements kernel.controllers.PVCiPressureGaugeFactory.
Definition at line 127 of file models/PVCiPressureGaugeFactory.java.
| void kernel.models.PVCiPressureGaugeFactory.setAddress | ( | Integer | address | ) |
| address | The address to which the device will be attached |
Implements kernel.controllers.PVCiPressureGaugeFactory.
Definition at line 79 of file models/PVCiPressureGaugeFactory.java.
| void kernel.models.PVCiPressureGaugeFactory.setKernel | ( | Kernel | kernel | ) |
| kernel | The kernel to which this factory is to be attached |
Implements kernel.controllers.PVCiPressureGaugeFactory.
Definition at line 63 of file models/PVCiPressureGaugeFactory.java.
| void kernel.models.PVCiPressureGaugeFactory.setPortName | ( | String | portName | ) |
| portName | The port where the device will be found. |
Implements kernel.controllers.PVCiPressureGaugeFactory.
Definition at line 95 of file models/PVCiPressureGaugeFactory.java.
| Git Repo |