![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|
Public Member Functions | |
InputStream | getInputStream () |
OutputStream | getOutputStream () |
void | setInputStreamData (String dataForDeviceToRead) |
String | getOutputStreamData () |
void | clear () |
Definition at line 24 of file DevicesTestCase.java.
void unit.devices.DevicesTestCase.CommunicationMonitor.clear | ( | ) |
Reset the streams to their initial configuration
Implements unit.devices.DeviceCommunicator.
Definition at line 55 of file DevicesTestCase.java.
InputStream unit.devices.DevicesTestCase.CommunicationMonitor.getInputStream | ( | ) |
Implements kernel.serial_ports.PortCommunicator.
Definition at line 35 of file DevicesTestCase.java.
OutputStream unit.devices.DevicesTestCase.CommunicationMonitor.getOutputStream | ( | ) |
Implements kernel.serial_ports.PortCommunicator.
Definition at line 39 of file DevicesTestCase.java.
String unit.devices.DevicesTestCase.CommunicationMonitor.getOutputStreamData | ( | ) |
Implements unit.devices.DeviceCommunicator.
Definition at line 49 of file DevicesTestCase.java.
void unit.devices.DevicesTestCase.CommunicationMonitor.setInputStreamData | ( | String | dataForDeviceToRead | ) |
dataForDeviceToRead | The data that the input stream will read |
Implements unit.devices.DeviceCommunicator.
Definition at line 43 of file DevicesTestCase.java.
Git Repo |