to top
Datalogic APIs
public static class

PoseManager.ActivationOption

extends Object
java.lang.Object
   ↳ com.datalogic.device.configuration.PoseManager.ActivationOption

Class Overview

Class representing an option of activation applied to a pose setting. The option is used to restrict the validity of the associated pose, both when the setting is used to detect when the device is inside the pose then for the outside of pose detection (but with the opposite logic).

Summary

Nested Classes
class PoseManager.ActivationOption.Builder The builder for the PoseManager.ActivationOption
enum PoseManager.ActivationOption.Type The type of activation option. 
Constants
String PARAM_TOF_THRESHOLD The threshold used by the proximity sensor to detect when an object is close, in case the activation option type is UNOBSTRUCTED.
Public Methods
Map<String, String> getParams()
Returns the representation of the internal parameters of the activation option.
PoseManager.ActivationOption.Type getType()
Get the activation option type.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String PARAM_TOF_THRESHOLD

Added in revision 47

The threshold used by the proximity sensor to detect when an object is close, in case the activation option type is UNOBSTRUCTED.

Constant Value: "tofThreshold"

Public Methods

public Map<String, String> getParams ()

Added in revision 47

Returns the representation of the internal parameters of the activation option.
Parameters are represented as a map of key-value pairs. Their meaning depends on the type:

Returns
  • A map of parameter names to values.

public PoseManager.ActivationOption.Type getType ()

Added in revision 47

Get the activation option type.

Returns
  • The type of activation option.