All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pbsim.Output

java.lang.Object
   |
   +----pbsim.Output

public class Output
extends java.lang.Object

Variable Index

 o OUT_FLOAT
 o OUT_FULL
 o OUT_FWD
 o OUT_OFF
 o OUT_ON
 o OUT_REV
 o OUT_TOGGLE

Method Index

 o getForward()
 o getId()
 o getMode()
 o getPower()
 o setListener(OutputListener)

Variables

 o OUT_REV
 public static final int OUT_REV
 o OUT_TOGGLE
 public static final int OUT_TOGGLE
 o OUT_FWD
 public static final int OUT_FWD
 o OUT_FLOAT
 public static final int OUT_FLOAT
 o OUT_OFF
 public static final int OUT_OFF
 o OUT_ON
 public static final int OUT_ON
 o OUT_FULL
 public static final int OUT_FULL

Methods

 o getId
 public int getId()
 o getMode
 public int getMode()
 o getForward
 public boolean getForward()
 o getPower
 public int getPower()
 o setListener
 public void setListener(pbsim.OutputListener l)

All Packages  Class Hierarchy  This Package  Previous  Next  Index