de.wagner_ibw.examples
Class RFSwitch

java.lang.Object
  |
  +--de.wagner_ibw.examples.RFSwitch
All Implemented Interfaces:
java.lang.Runnable

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


Constructor Summary
RFSwitch()
          Constructor for stand-alone operation.
RFSwitch(IowFactory devs)
          Constructor 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.
 void switchAoff()
           
 void switchAon()
           
 void switchBoff()
           
 void switchBon()
           
 void switchCoff()
           
 void switchCon()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFSwitch

public RFSwitch()
Constructor for stand-alone operation.


RFSwitch

public RFSwitch(IowFactory devs)
Constructor 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

switchAon

public void switchAon()

switchAoff

public void switchAoff()

switchBon

public void switchBon()

switchBoff

public void switchBoff()

switchCon

public void switchCon()

switchCoff

public void switchCoff()