dioscuri.module
Class ModuleSerialPort

java.lang.Object
  extended by dioscuri.module.AbstractModule
      extended by dioscuri.module.ModuleSerialPort
All Implemented Interfaces:
Addressable, Module, Updateable
Direct Known Subclasses:
SerialPort

public abstract class ModuleSerialPort
extends AbstractModule
implements Addressable, Updateable

Abstract class representing a generic serial port module.


Nested Class Summary
 
Nested classes/interfaces inherited from interface dioscuri.interfaces.Module
Module.Type
 
Field Summary
 
Fields inherited from class dioscuri.module.AbstractModule
type
 
Constructor Summary
ModuleSerialPort()
           
 
Method Summary
abstract  boolean setUARTDevice(UART device, int comPort)
           
 
Methods inherited from class dioscuri.module.AbstractModule
getConnection, getConnections, getDebugMode, getDump, getExpectedConnections, getType, isConnected, reset, setConnection, setDebugMode, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface dioscuri.interfaces.Addressable
getIOPortByte, getIOPortDoubleWord, getIOPortWord, setIOPortByte, setIOPortDoubleWord, setIOPortWord
 
Methods inherited from interface dioscuri.interfaces.Updateable
getUpdateInterval, setUpdateInterval, update
 
Methods inherited from interface dioscuri.interfaces.Module
getConnection, getConnections, getDebugMode, getDump, getExpectedConnections, getType, isConnected, reset, setConnection, setDebugMode, start, stop
 

Constructor Detail

ModuleSerialPort

public ModuleSerialPort()
Method Detail

setUARTDevice

public abstract boolean setUARTDevice(UART device,
                                      int comPort)
Parameters:
device -
comPort -
Returns:
-