|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.wagner_ibw.examples.RFSwitch
Field Summary | |
private Iow24 |
dev24
|
private IowFactory |
devs
|
private int |
SwitchA
|
private int |
SwitchB
|
private int |
SwitchC
|
private int |
SwitchOff
|
private int |
SwitchOn
|
Constructor Summary | |
RFSwitch()
Constructor for stand-alone operation. |
|
RFSwitch(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. |
private void |
pulse()
|
void |
run()
Thread start. |
void |
switchAoff()
|
void |
switchAon()
|
void |
switchBoff()
|
void |
switchBon()
|
void |
switchCoff()
|
void |
switchCon()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int SwitchA
private int SwitchB
private int SwitchC
private int SwitchOn
private int SwitchOff
private IowFactory devs
private Iow24 dev24
Constructor Detail |
public RFSwitch()
public RFSwitch(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
public void switchAon()
public void switchAoff()
public void switchBon()
public void switchBoff()
public void switchCon()
public void switchCoff()
private void pulse()
private void doit()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |