![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|
Public Member Functions | |
void | setPortDriver (PortDriver newPortDriver) |
kernel.Kernel | getKernelInstance () throws UnableToCreateKernelException |
Boolean | canKernelBeStarted () |
Implements methods for bootstrapping the hardware kernel
Definition at line 13 of file ApplicationKernelFactory.java.
Boolean kernel.ApplicationKernelFactory.canKernelBeStarted | ( | ) |
Implements kernel.KernelFactory.
Definition at line 79 of file ApplicationKernelFactory.java.
kernel.Kernel kernel.ApplicationKernelFactory.getKernelInstance | ( | ) | throws UnableToCreateKernelException |
If the kernel already exists, returns the current Kernel installation . If the kernel has not been instantiated, create the kernel and return it.
UnableToCreateKernelException | If the kernel cannot be created |
Implements kernel.KernelFactory.
Definition at line 62 of file ApplicationKernelFactory.java.
void kernel.ApplicationKernelFactory.setPortDriver | ( | PortDriver | newPortDriver | ) |
newPortDriver | The port driver to use in the Kernel |
Implements kernel.KernelFactory.
Definition at line 46 of file ApplicationKernelFactory.java.
Git Repo |