de.jaetzold.art.platform.lego
Class Mindstorms.RotationSensorValueDefinition

java.lang.Object
  |
  +--de.jaetzold.art.platform.lego.RCX.PollSensorValueDefinition
        |
        +--de.jaetzold.art.platform.lego.Mindstorms.RotationSensorValueDefinition
All Implemented Interfaces:
RCX.SensorValueDefinition
Enclosing class:
Mindstorms

protected class Mindstorms.RotationSensorValueDefinition
extends RCX.PollSensorValueDefinition


Field Summary
protected  double localCount
           
protected  Object peerID
           
 
Fields inherited from class de.jaetzold.art.platform.lego.RCX.PollSensorValueDefinition
mapPacket, packet, sensorNumber
 
Constructor Summary
Mindstorms.RotationSensorValueDefinition(byte argument, Object peerID)
           
 
Method Summary
 boolean equals(Object o)
           
 byte[][] getConfigurePackets()
           
 Object parseResult(byte[] packet)
           
 
Methods inherited from class de.jaetzold.art.platform.lego.RCX.PollSensorValueDefinition
createEvent, getMapPacket, getPacket, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

peerID

protected Object peerID

localCount

protected double localCount
Constructor Detail

Mindstorms.RotationSensorValueDefinition

public Mindstorms.RotationSensorValueDefinition(byte argument,
                                                Object peerID)
Method Detail

getConfigurePackets

public byte[][] getConfigurePackets()
Overrides:
getConfigurePackets in class RCX.PollSensorValueDefinition

parseResult

public Object parseResult(byte[] packet)
Overrides:
parseResult in class RCX.PollSensorValueDefinition

equals

public boolean equals(Object o)
Overrides:
equals in class RCX.PollSensorValueDefinition