de.wagner_ibw.test
Class Iow40Test

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--de.wagner_ibw.test.Iow40Test
All Implemented Interfaces:
java.lang.Runnable

public class Iow40Test
extends java.lang.Thread

It is the base class of all the iow chips, based on the iowkit.dll for Windows.

Author:
Thomas Wagner

Field Summary
(package private) static boolean CHECK_LCD
           
(package private) static boolean CHECK_PORTS
           
private  boolean debug
           
private  Iow40 dev40
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
(package private) Iow40Test(Iow40 dev, boolean debug)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CHECK_PORTS

static final boolean CHECK_PORTS
See Also:
Constant Field Values

CHECK_LCD

static final boolean CHECK_LCD
See Also:
Constant Field Values

dev40

private Iow40 dev40

debug

private boolean debug
Constructor Detail

Iow40Test

Iow40Test(Iow40 dev,
          boolean debug)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread