public class StopTrigger
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
GPITrigger |
GPI
GPI with a timeout value
if type is STOP_TRIGGER_TYPE_GPI_WITH_TIMEOUT
|
HandheldTrigger |
Handheld
HandheldTrigger with a timeout value if type is STOP_TRIGGER_TYPE_HANDHELD_WITH_TIMEOUT
|
TriggerWithTimeout |
NumAttempts
N attempts to see all tags in the FOV, or timeout \
if type is STOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUT.
|
TriggerWithTimeout |
TagObservation
Upon seeing N tag observations, or timeout
if type is STOP_TRIGGER_TYPE_TAG_OBSERVATION_WITH_TIMEOUT.
|
| Constructor and Description |
|---|
StopTrigger() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDurationMilliSeconds()
Parameter for Duration Trigger.
|
STOP_TRIGGER_TYPE |
getTriggerType()
Type of Stop Trigger.
|
void |
setDurationMilliSeconds(int duration)
Parameter for Duration Trigger.
|
void |
setTriggerType(STOP_TRIGGER_TYPE triggerType)
Type of Stop Trigger.
|
public TriggerWithTimeout TagObservation
public TriggerWithTimeout NumAttempts
public GPITrigger GPI
public HandheldTrigger Handheld
public int getDurationMilliSeconds()
public void setDurationMilliSeconds(int duration)
public STOP_TRIGGER_TYPE getTriggerType()
public void setTriggerType(STOP_TRIGGER_TYPE triggerType)