![]() |
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 |
Responsible for creating instances of PressureGauge
Definition at line 11 of file controllers/PVCiPressureGaugeFactory.java.
Integer kernel.controllers.PVCiPressureGaugeFactory.getAddress | ( | ) |
Implemented in kernel.models.PVCiPressureGaugeFactory.
Kernel kernel.controllers.PVCiPressureGaugeFactory.getKernel | ( | ) |
Implemented in kernel.models.PVCiPressureGaugeFactory.
String kernel.controllers.PVCiPressureGaugeFactory.getPortName | ( | ) |
Implemented in kernel.models.PVCiPressureGaugeFactory.
PressureGauge kernel.controllers.PVCiPressureGaugeFactory.getPressureGauge | ( | ) | throws IOException |
IOException | if the instance could not be created |
Implemented in kernel.models.PVCiPressureGaugeFactory.
void kernel.controllers.PVCiPressureGaugeFactory.makePressureGauge | ( | ) | throws IOException |
Create a pressure gauge and write it to the device registry
Implemented in kernel.models.PVCiPressureGaugeFactory.
void kernel.controllers.PVCiPressureGaugeFactory.setAddress | ( | Integer | address | ) |
address | The address to which the device will be attached |
Implemented in kernel.models.PVCiPressureGaugeFactory.
void kernel.controllers.PVCiPressureGaugeFactory.setKernel | ( | Kernel | kernel | ) |
kernel | The kernel to which this factory is to be attached |
Implemented in kernel.models.PVCiPressureGaugeFactory.
void kernel.controllers.PVCiPressureGaugeFactory.setPortName | ( | String | portName | ) |
portName | The port where the device will be found. |
Implemented in kernel.models.PVCiPressureGaugeFactory.
Git Repo |