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

Public Member Functions | |
| PortCommunicator | getCommunicator () |
| void | open () throws PortInUseException, UnsupportedCommOperationException |
| void | close () |
| boolean | isPortOpen () |
| PortConfiguration | getConfig () |
| void | setConfig (PortConfiguration newConfig) |
Describes what a serial port can do
Definition at line 9 of file SerialPort.java.
| void kernel.serial_ports.SerialPort.close | ( | ) |
close the port and release it to the world
Implemented in kernel.serial_ports.RXTXPortWrapper.
| PortCommunicator kernel.serial_ports.SerialPort.getCommunicator | ( | ) |
Implemented in kernel.serial_ports.RXTXPortWrapper.
| PortConfiguration kernel.serial_ports.SerialPort.getConfig | ( | ) |
Implemented in kernel.serial_ports.RXTXPortWrapper.
| boolean kernel.serial_ports.SerialPort.isPortOpen | ( | ) |
Implemented in kernel.serial_ports.RXTXPortWrapper.
| void kernel.serial_ports.SerialPort.open | ( | ) | throws PortInUseException, UnsupportedCommOperationException |
Open the port
Implemented in kernel.serial_ports.RXTXPortWrapper.
| void kernel.serial_ports.SerialPort.setConfig | ( | PortConfiguration | newConfig | ) |
Set the configuration to a new value
| newConfig | a data structure representing the new values to be set |
Implemented in kernel.serial_ports.RXTXPortWrapper.
| Git Repo |