![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|
Public Member Functions | |
Kernel | getKernel () |
void | setKernel (Kernel kernel) |
void | setPortName (String portName) |
PowerSupply | getPowerSupply () throws PortInUseException, IOException, UnsupportedCommOperationException, DeviceAlreadyCreatedException |
void | makePowerSupply () throws PortInUseException, IOException, UnsupportedCommOperationException, DeviceAlreadyCreatedException |
Implements a factory for making the power supply. An instance of the power supply cannot legally exist without an open port with which to communicate, and so this factory ensures that the power supply is made correctly.
Definition at line 25 of file models/TDKLambdaPowerSupplyFactory.java.
Kernel kernel.models.TDKLambdaPowerSupplyFactory.getKernel | ( | ) |
Implements kernel.controllers.TDKLambdaPowerSupplyFactory.
Definition at line 56 of file models/TDKLambdaPowerSupplyFactory.java.
PowerSupply kernel.models.TDKLambdaPowerSupplyFactory.getPowerSupply | ( | ) | throws PortInUseException, IOException, UnsupportedCommOperationException, DeviceAlreadyCreatedException |
PortInUseException | If the serial port used to create this device is occupied |
IOException | If the serial port can be acquired, but communication with the power supply cannot be established |
UnsupportedCommOperationException | If the serial port can be acquired, but cannot be configured for proper communication with the power supply. |
Implements kernel.controllers.TDKLambdaPowerSupplyFactory.
Definition at line 78 of file models/TDKLambdaPowerSupplyFactory.java.
void kernel.models.TDKLambdaPowerSupplyFactory.makePowerSupply | ( | ) | throws PortInUseException, IOException, UnsupportedCommOperationException, DeviceAlreadyCreatedException |
Create an instance of the power supply and write it to the device registry.
PortInUseException | If the serial port used to create this device is occupied |
IOException | If the serial port can be acquired, but communication with the power supply cannot be established |
UnsupportedCommOperationException | If the serial port can be acquired, but cannot be configured for proper communication with the power supply. |
Implements kernel.controllers.TDKLambdaPowerSupplyFactory.
Definition at line 94 of file models/TDKLambdaPowerSupplyFactory.java.
void kernel.models.TDKLambdaPowerSupplyFactory.setKernel | ( | Kernel | kernel | ) |
kernel | The kernel to which this factory will be attached |
Implements kernel.controllers.TDKLambdaPowerSupplyFactory.
Definition at line 64 of file models/TDKLambdaPowerSupplyFactory.java.
void kernel.models.TDKLambdaPowerSupplyFactory.setPortName | ( | String | portName | ) |
portName | The name of the serial port that is to be used when |
Implements kernel.controllers.TDKLambdaPowerSupplyFactory.
Definition at line 72 of file models/TDKLambdaPowerSupplyFactory.java.
Git Repo |