de.wagner_ibw.test
Class M95020Test

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

public class M95020Test
extends java.lang.Object
implements java.lang.Runnable

It is a simple test program for the M95020 spi device. This test now works with IO-Warrior 24 and IO-Warrior 56.

Author:
Thomas Wagner

Constructor Summary
M95020Test()
          Constructor for stand-alone operation.
M95020Test(IowFactory devs)
          Contructor for use as part of an application (independent thread).
 
Method Summary
static void main(java.lang.String[] args)
          Stand-alone start.
 void run()
          Thread start.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

M95020Test

public M95020Test()
Constructor for stand-alone operation.


M95020Test

public M95020Test(IowFactory devs)
Contructor for use as part of an application (independent thread).

Parameters:
devs - The initialized Iow base class.
Method Detail

main

public static void main(java.lang.String[] args)
Stand-alone start.

Parameters:
args - Not used here.

run

public void run()
Thread start.

Specified by:
run in interface java.lang.Runnable