BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Public Member Functions | List of all members
kernel.serial_ports.comm_port_wrapper.PortIdentifierGetter Interface Reference
Inheritance diagram for kernel.serial_ports.comm_port_wrapper.PortIdentifierGetter:
Inheritance graph
[legend]

Public Member Functions

Enumeration getPortIdentifiers ()
 

Detailed Description

Wraps the Java Communications API, so that static method calls are placed into an interface. This allows stubbing of the API, and therefore allows effective unit testing.

Definition at line 12 of file PortIdentifierGetter.java.

Member Function Documentation

Enumeration kernel.serial_ports.comm_port_wrapper.PortIdentifierGetter.getPortIdentifiers ( )
Returns
An Enumeration of gnu.io.CommPortIdentifier available for communication to this application. This is the same form as returned by CommPortIdentifier#getPortIdentifiers()

Implemented in kernel.serial_ports.comm_port_wrapper.JavaCommsAPIWrapper.


The documentation for this interface was generated from the following file:
Git Repo