com.yobotics.simulationconstructionset.simulatedSensors
Class LidarStateCommand

java.lang.Object
  extended by com.yobotics.simulationconstructionset.simulatedSensors.LidarStateCommand

public class LidarStateCommand
extends java.lang.Object


Nested Class Summary
static class LidarStateCommand.LidarState
           
 
Field Summary
 LidarStateCommand.LidarState lidarState
           
 
Constructor Summary
LidarStateCommand()
           
LidarStateCommand(LidarStateCommand.LidarState lidarState)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 LidarStateCommand.LidarState getSendLidar()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lidarState

public LidarStateCommand.LidarState lidarState
Constructor Detail

LidarStateCommand

public LidarStateCommand()

LidarStateCommand

public LidarStateCommand(LidarStateCommand.LidarState lidarState)
Method Detail

getSendLidar

public LidarStateCommand.LidarState getSendLidar()

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object