ftcomputing.robo
Class IRKeys

java.lang.Object
  extended by ftcomputing.robo.IRKeys

public class IRKeys
extends java.lang.Object

Klasse für die Auswahl der Taste bei der Abfrage des Infrarot-Empfängers. Funktioniert nur beim Robo-Interface.

Author:
Michael Fennel, Ulrich Müller
See Also:
FishFace.getIRKey(int, int), IRCode

Field Summary
static int Code1
          Taste Code 1
static int Code2
          Taste Code2
static int M1
          Taste M1 Geschwindigkeit
static int M1BW
          Taste M1 rückwärts
static int M1FW
          Taste M1 vorwärts
static int M2
          Taste M2 Geschwindigkeit
static int M2L
          Taste M2 links
static int M2R
          Taste M2 rechts
static int M3
          Taste M3 Geschwindigkeit
static int M3L
          Taste M3 nach links
static int M3R
          Taste M3 nach rechts
 
Constructor Summary
IRKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

M3R

public static final int M3R
Taste M3 nach rechts

See Also:
Constant Field Values

M3L

public static final int M3L
Taste M3 nach links

See Also:
Constant Field Values

M1

public static final int M1
Taste M1 Geschwindigkeit

See Also:
Constant Field Values

M2

public static final int M2
Taste M2 Geschwindigkeit

See Also:
Constant Field Values

M3

public static final int M3
Taste M3 Geschwindigkeit

See Also:
Constant Field Values

Code2

public static final int Code2
Taste Code2

See Also:
Constant Field Values

M1BW

public static final int M1BW
Taste M1 rückwärts

See Also:
Constant Field Values

M1FW

public static final int M1FW
Taste M1 vorwärts

See Also:
Constant Field Values

M2L

public static final int M2L
Taste M2 links

See Also:
Constant Field Values

M2R

public static final int M2R
Taste M2 rechts

See Also:
Constant Field Values

Code1

public static final int Code1
Taste Code 1

See Also:
Constant Field Values
Constructor Detail

IRKeys

public IRKeys()