|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.command.AbstractParameterizable
com.kuka.nav.command.AbstractCommand<T,E>
com.kuka.nav.command.Action<HonkAction,ActionContainer<HonkAction,NavExecutionResult>>
com.kuka.nav.honk.HonkAction
public final class HonkAction
Action that can be used to honk with the vehicle.
| Constructor Summary | |
|---|---|
HonkAction(HonkCommand honkCommand)
Creates a new instant of an HonkAction that can be executed on a
robot to honk. |
|
| Method Summary | |
|---|---|
HonkAction |
copy()
|
boolean |
getContinuous()
Get if the honking sound is set to continuous. |
long |
getHonkDurationTime()
Get the time duration of honkig. |
boolean |
getHonkEnabled()
Get if the honking is enabled. |
HonkAction |
setContinuous(boolean isContinuous)
Set the honk sound continuous or alternating. |
HonkAction |
setHonkTimeDuration(long honkTime)
Set the duration of the honk. |
| Methods inherited from class com.kuka.nav.command.Action |
|---|
getTimeout, setTimeout |
| Methods inherited from class com.kuka.nav.command.AbstractCommand |
|---|
getDescription, self, setDescription |
| Methods inherited from class com.kuka.nav.command.AbstractParameterizable |
|---|
getParameters, paramHelper |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.kuka.command.ICommand |
|---|
getDescription, setDescription |
| Methods inherited from interface com.kuka.parameters.IParameterizable |
|---|
getParameters |
| Constructor Detail |
|---|
public HonkAction(HonkCommand honkCommand)
HonkAction that can be executed on a
robot to honk.
honkCommand - the command for the honk| Method Detail |
|---|
public HonkAction setContinuous(boolean isContinuous)
isContinuous - true = continuous, false = alternating
public HonkAction setHonkTimeDuration(long honkTime)
honkTime - the duration of the honk time in milli sec.
public long getHonkDurationTime()
public boolean getContinuous()
public boolean getHonkEnabled()
public HonkAction copy()
copy in interface com.kuka.command.ICommand<HonkAction,ActionContainer<HonkAction,NavExecutionResult>>copy in class AbstractCommand<HonkAction,ActionContainer<HonkAction,NavExecutionResult>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||