|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.wagner_ibw.test.M95020Test
It is a simple test program for the M95020 spi device.
Field Summary | |
private Iow24 |
dev24
|
private IowFactory |
devs
|
Constructor Summary | |
M95020Test()
Constructor for stand-alone operation. |
|
M95020Test(IowFactory devs)
Contructor for use as part of an application (independent thread). |
Method Summary | |
private void |
doit()
Do all that work. |
static void |
main(java.lang.String[] args)
Stand-alone start. |
void |
run()
Thread start. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private IowFactory devs
private Iow24 dev24
Constructor Detail |
public M95020Test()
public M95020Test(IowFactory devs)
devs
- The initialized Iow
base class.Method Detail |
public static void main(java.lang.String[] args)
args
- Not used here.public void run()
run
in interface java.lang.Runnable
private void doit()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |