|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.capabilities.honk.HonkCapabilityImpl
public class HonkCapabilityImpl
This class implements the honk capability for a mobile platform.
| Constructor Summary | |
|---|---|
HonkCapabilityImpl(com.kuka.roboticsAPI.ioModel.Output honkOutput)
Creates the honk capability for the platform. |
|
| Method Summary | |
|---|---|
void |
cancelHonkTimer()
Cancels the honk timer. |
void |
honk()
Honk the platform for a short time. |
void |
honk(long timeout)
Honk the platform for the given timeout. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HonkCapabilityImpl(com.kuka.roboticsAPI.ioModel.Output honkOutput)
honkOutput - the IO Output of the honk.| Method Detail |
|---|
public void honk()
IHonkCapability
honk in interface IHonkCapabilitypublic void honk(long timeout)
IHonkCapability
honk in interface IHonkCapabilitytimeout - the honk time in ms.public void cancelHonkTimer()
IHonkCapability
cancelHonkTimer in interface IHonkCapability
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||