Class | Description |
---|---|
Observation<T> |
Creates an observation.
|
Sensor |
A sensor can sense something in the world.
|
WalkThroughMetalDetector |
A Walk Through Metal Detector (WTMD) is used at an airport checkpoint to
detect metallic objects.
|
XRaySensor |
An X-Ray sensor is used at an airport checkpoint to scan baggage for illegal
objects.
|
XRaySystem |
An X-Ray system is a system used at a checkpoint of an airport.
|
Enum | Description |
---|---|
SensorState |
The sensor state indicates if the sensor is active or idle.
|
Sensor
is able to
make Observation
s of
its surroundings.