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

Public Member Functions

List< String > getSerialPortNames ()
 
Boolean isPortInUse (String portName)
 

Detailed Description

Describes a reporter for available serial ports

Definition at line 8 of file CommPortReporter.java.

Member Function Documentation

List<String> kernel.views.CommPortReporter.getSerialPortNames ( )
Returns
The list of serial ports accessible to this machine

Implemented in kernel.models.Kernel.

Boolean kernel.views.CommPortReporter.isPortInUse ( String  portName)
Parameters
portNameThe name of the port for which the check is to be made
Returns
Boolean#TRUE if the port is in use, otherwise Boolean#FALSE

Implemented in kernel.models.Kernel.


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