SensorReading
io.github.srs.model.entity.dynamicentity.sensor.SensorReading
Represents a reading from a sensor. This case class encapsulates the sensor and the value it has sensed.
Type parameters
- A
-
the type of data sensed by the sensor.
- S
-
the type of sensor, which is a subtype of Sensor.
Value parameters
- sensor
-
the sensor that has taken the reading.
- value
-
the value sensed by the sensor.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article