|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.wagner_ibw.test.Iow24IoTest
Simple IO test prog for IO Warrior 24. This prog flashes the LED and scans two keys connected on P0.1 and P0.2.
Field Summary | |
private Iow24 |
dev24
|
private IowFactory |
devs
|
Constructor Summary | |
Iow24IoTest()
Constructor for stand-alone operation. |
|
Iow24IoTest(IowFactory devs)
Constructor 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 |
portChanged(IowPort port)
|
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 Iow24IoTest()
public Iow24IoTest(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()
public void portChanged(IowPort port)
portChanged
in interface IowPortChangeListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |